@@ -3,50 +3,58 @@ import React from 'react';
33
44const OurTeam = ( ) => {
55 return (
6- < div >
7- < p
8- className = 'text-sm font-medium bg-clip-text text-transparent w-fit mx-auto'
9- style = { {
10- backgroundImage :
11- 'linear-gradient(272.61deg, #A7F95080 13.84%, #3AE6B2 73.28%)' ,
12- } }
13- >
14- Our Team
15- </ p >
6+ < div className = 'w-full max-w-7xl mx-auto px-4 sm:px-6 md:px-8 lg:px-12' >
7+ { /* Header Section */ }
8+ < div className = 'text-center mb-12 md:mb-16 lg:mb-20' >
9+ < p
10+ className = 'text-sm md:text-base font-medium bg-clip-text text-transparent w-fit mx-auto mb-4'
11+ style = { {
12+ backgroundImage :
13+ 'linear-gradient(272.61deg, #A7F95080 13.84%, #3AE6B2 73.28%)' ,
14+ } }
15+ >
16+ Our Team
17+ </ p >
1618
17- < h1 className = 'lg:text-5xl font-normal' >
18- Meet the Brains Behind Boundless
19- </ h1 >
20- < p
21- className = 'mt-2 bg-clip-text text-transparent text-center lg:w-2/5 mx-auto '
22- style = { {
23- backgroundImage :
24- 'linear-gradient(93.2deg, #B5B5B5 15.93%, #FFFFFF 73.28%)' ,
25- } }
26- >
27- A passionate team of innovators driving transparency, trust, and
28- opportunity in Web3 funding.
29- </ p >
30- < div className = 'mt-20 grid lg:grid-cols-2 lg:gap-16 gap-10 xl:gap-21' >
31- < div className = 'flex items-center gap-6 w-full' >
32- < div className = 'bg-[#D9D9D9] xl:w-75 lg:w-60 max-lg:w-75 h-82 rounded-xl cursor-pointer transition duration-300 hover:scale-105' > </ div >
33- < div className = 'text-left flex-1' >
34- < p className = 'font-medium text-2xl' > Collins Ikechukwu</ p >
35- < p className = 'font-medium italic text-[#B5B5B5] mt-2' >
19+ < h1 className = 'text-white text-center text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-normal leading-tight mb-4' >
20+ Meet the Brains Behind Boundless
21+ </ h1 >
22+ < p
23+ className = 'bg-clip-text text-transparent text-center text-sm sm:text-base md:text-lg max-w-xs sm:max-w-md md:max-w-lg lg:max-w-2xl mx-auto leading-relaxed'
24+ style = { {
25+ backgroundImage :
26+ 'linear-gradient(93.2deg, #B5B5B5 15.93%, #FFFFFF 73.28%)' ,
27+ } }
28+ >
29+ A passionate team of innovators driving transparency, trust, and
30+ opportunity in Web3 funding.
31+ </ p >
32+ </ div >
33+
34+ { /* Team Members Grid */ }
35+ < div className = 'grid grid-cols-1 lg:grid-cols-2 gap-8 md:gap-12 lg:gap-16 xl:gap-20' >
36+ { /* Team Member 1 */ }
37+ < div className = 'flex flex-col sm:flex-row items-center sm:items-start gap-4 md:gap-6 w-full' >
38+ < div className = 'bg-[#D9D9D9] w-48 h-48 sm:w-56 sm:h-56 md:w-60 md:h-60 lg:w-64 lg:h-64 xl:w-72 xl:h-72 rounded-xl cursor-pointer transition duration-300 hover:scale-105 flex-shrink-0' > </ div >
39+ < div className = 'text-center sm:text-left flex-1 w-full' >
40+ < h3 className = 'font-medium text-xl md:text-2xl text-white mb-2' >
41+ Collins Ikechukwu
42+ </ h3 >
43+ < p className = 'font-medium italic text-[#B5B5B5] text-sm md:text-base mb-4 md:mb-6' >
3644 Blockchain Developer
3745 </ p >
3846 < hr
39- className = 'my-10 w-full h-[1px] border-0'
47+ className = 'w-full h-[1px] border-0 mb-4 md:mb-6 '
4048 style = { {
4149 background :
4250 'radial-gradient(113.1% 103.23% at 45.52% -1.51%, rgba(255, 255, 255, 0.4704) 0%, rgba(255, 255, 255, 0.0784) 100%)' ,
4351 } }
4452 />
45- < p className = 'text-[#B5B5B5] mt-2 ' >
53+ < p className = 'text-[#B5B5B5] text-sm md:text-base leading-relaxed mb-6 md:mb-8 ' >
4654 A skilled blockchain developer with a focus on decentralized
4755 finance and smart contract solutions.
4856 </ p >
49- < div className = 'flex items-center gap-3.5 mt-10 ' >
57+ < div className = 'flex items-center justify-center sm:justify-start gap-3 md:gap-4 ' >
5058 < div
5159 style = { {
5260 border : '1px solid' ,
@@ -76,32 +84,34 @@ const OurTeam = () => {
7684 } }
7785 className = 'flex items-center justify-center cursor-pointer transition duration-300 hover:scale-105'
7886 >
79- { ' ' }
8087 < Image src = { '/X.svg' } alt = 'X' width = { 20 } height = { 20 } />
8188 </ div >
8289 </ div >
8390 </ div >
8491 </ div >
85- < div className = 'flex items-center gap-6 w-full' >
86- < div className = 'bg-[#D9D9D9] xl:w-75 lg:w-60 max-lg:w-75 h-82 rounded-xl cursor-pointer transition duration-300 hover:scale-105' > </ div >
87- < div className = 'text-left flex-1' >
88- < p className = 'font-medium text-2xl' > Nnaji Benjamin</ p >
89- < p className = 'font-medium italic text-[#B5B5B5] mt-2' >
92+
93+ { /* Team Member 2 */ }
94+ < div className = 'flex flex-col sm:flex-row items-center sm:items-start gap-4 md:gap-6 w-full' >
95+ < div className = 'bg-[#D9D9D9] w-48 h-48 sm:w-56 sm:h-56 md:w-60 md:h-60 lg:w-64 lg:h-64 xl:w-72 xl:h-72 rounded-xl cursor-pointer transition duration-300 hover:scale-105 flex-shrink-0' > </ div >
96+ < div className = 'text-center sm:text-left flex-1 w-full' >
97+ < h3 className = 'font-medium text-xl md:text-2xl text-white mb-2' >
98+ Nnaji Benjamin
99+ </ h3 >
100+ < p className = 'font-medium italic text-[#B5B5B5] text-sm md:text-base mb-4 md:mb-6' >
90101 Full-Stack & Blockchain Developer
91102 </ p >
92103 < hr
93- className = 'mt-5 mb-10 w-full h-[1px] border-0'
104+ className = 'w-full h-[1px] border-0 mb-4 md:mb-6 '
94105 style = { {
95106 background :
96107 'radial-gradient(113.1% 103.23% at 45.52% -1.51%, rgba(255, 255, 255, 0.4704) 0%, rgba(255, 255, 255, 0.0784) 100%)' ,
97108 } }
98109 />
99-
100- < p className = 'text-[#B5B5B5] mt-2' >
110+ < p className = 'text-[#B5B5B5] text-sm md:text-base leading-relaxed mb-6 md:mb-8' >
101111 A versatile full-stack and blockchain developer with strong
102112 experience across Web3 platforms.
103113 </ p >
104- < div className = 'flex items-center gap-3.5 mt-10 ' >
114+ < div className = 'flex items-center justify-center sm:justify-start gap-3 md:gap-4 ' >
105115 < div
106116 style = { {
107117 border : '1px solid' ,
@@ -131,7 +141,6 @@ const OurTeam = () => {
131141 } }
132142 className = 'flex items-center justify-center cursor-pointer transition duration-300 hover:scale-105'
133143 >
134- { ' ' }
135144 < Image src = { '/X.svg' } alt = 'X' width = { 20 } height = { 20 } />
136145 </ div >
137146 </ div >
0 commit comments