@@ -5,66 +5,109 @@ const Partners = () => {
55 return (
66 < >
77 < section
8- className = "flex h-full w-full bg-surfaceDefault px-5 py-6 lg:px-6 lg:py-20"
8+ className = "flex h-full w-full bg-baseGreenSolid5 px-5 py-6 lg:px-6 lg:py-20"
99 aria-labelledby = "partners section"
1010 >
11- < div className = "container flex w-full flex-wrap gap-8 lg:gap-24" >
11+ < div className = "container flex w-full flex-wrap gap-8 lg:gap-24" >
1212 < div className = "flex flex-col gap-9" >
1313 < Text className = " text-basePureBlack" variant = "headingXl" >
1414 Supported by
1515 </ Text >
16- < div className = "flex flex-wrap items-center gap-12" >
17- < Image
18- src = "/logo/Rockefeller.png"
19- width = { 193 }
20- height = { 66 }
21- alt = "Rockefeller Logo"
22- className = "object-contain"
23- style = { {
24- width : '193' ,
25- height : '66' ,
26- } }
27- />
28- < Image
29- src = "/logo/PJMc.png"
30- width = { 194 }
31- height = { 72 }
32- alt = "OCP Logo"
33- className = "object-contain"
34- style = { {
35- width : '194' ,
36- height : '72' ,
37- } }
38- />
16+ < div className = "flex flex-row items-center gap-12" >
17+ < div className = "flex flex-col gap-4 text-center" >
18+ < div className = "flex h-40 flex-col items-start justify-center self-stretch rounded-2 bg-surfaceDefault p-4" >
19+ < Image
20+ src = "/logo/Rockefeller.png"
21+ width = { 193 }
22+ height = { 66 }
23+ alt = "Rockefeller Logo"
24+ className = "h-auto w-full object-contain"
25+ style = { {
26+ width : '193' ,
27+ height : '66' ,
28+ } }
29+ />
30+ </ div >
31+
32+ < div className = "mx-auto w-full max-w-[183px]" >
33+ < Text variant = "bodyMd" fontWeight = "bold" as = "h3" >
34+ The Rockefeller Foundation
35+ </ Text >
36+ </ div >
37+ </ div >
38+ < div className = " flex flex-col gap-4 text-center" >
39+ < div className = "flex h-40 flex-col items-start justify-center self-stretch rounded-2 bg-surfaceDefault p-4" >
40+ < Image
41+ src = "/logo/PJMc.png"
42+ width = { 194 }
43+ height = { 72 }
44+ alt = "OCP Logo"
45+ className = "h-auto w-full object-contain"
46+ style = { {
47+ width : '194' ,
48+ height : '72' ,
49+ } }
50+ />
51+ </ div >
52+ < div className = "mx-auto w-full max-w-[183px]" >
53+ < Text variant = "bodyMd" fontWeight = "bold" as = "h3" >
54+ Patrick J McGovern Foundation
55+ </ Text >
56+ </ div >
57+ </ div >
3958 </ div >
4059 </ div >
4160 < div className = "flex flex-col gap-9" >
4261 < Text className = " text-basePureBlack" variant = "headingXl" >
4362 In Collaboration with{ ' ' }
4463 </ Text >
45- < div className = "flex flex-wrap items-center gap-12 " >
46- < Image
47- src = "/logo/ASDMA3.svg"
48- width = { 92 }
49- height = { 72 }
50- alt = "ASDMA Logo"
51- className = "object-contain"
52- style = { {
53- width : '92' ,
54- height : '72' ,
55- } }
56- />
57- < Image
58- src = "/logo/hp.png"
59- width = { 92 }
60- height = { 72 }
61- alt = "HPSDMA Logo"
62- className = "object-contain"
63- style = { {
64- width : '92' ,
65- height : '72' ,
66- } }
67- />
64+ < div className = "flex flex-row items-center gap-12 " >
65+ < div className = "flex flex-col gap-4 text-center" >
66+ < div className = "flex h-40 flex-col items-center justify-center self-stretch rounded-2 bg-surfaceDefault p-4" >
67+ < Image
68+ src = "/logo/ASDMA3.svg"
69+ width = { 192 }
70+ height = { 72 }
71+ alt = "ASDMA Logo"
72+ className = "h-auto w-full object-contain"
73+ style = { {
74+ width : '192' ,
75+ height : '72' ,
76+ } }
77+ />
78+ </ div >
79+
80+ < div className = "mx-auto w-full max-w-[183px]" >
81+ < Text variant = "bodyMd" fontWeight = "bold" as = "h3" >
82+ Assam State Disaster Management Authority
83+ </ Text >
84+ </ div >
85+ </ div >
86+
87+ < div className = " flex flex-col gap-4 text-center" >
88+ < div className = "flex h-40 flex-col items-center justify-center self-stretch rounded-2 bg-surfaceDefault p-4" >
89+ < Image
90+ src = "/logo/hp.png"
91+ width = { 192 }
92+ height = { 72 }
93+ alt = "HPSDMA Logo"
94+ className = "h-auto w-full object-contain"
95+ style = { {
96+ width : '80%' ,
97+ height : 'auto' ,
98+ } }
99+ // style={{
100+ // width: '192',
101+ // height: '72',
102+ // }}
103+ />
104+ </ div >
105+ < div className = "mx-auto w-full max-w-[221px]" >
106+ < Text variant = "bodyMd" fontWeight = "bold" as = "h3" >
107+ Himachal Pradesh State Disaster Management Authority
108+ </ Text >
109+ </ div >
110+ </ div >
68111 </ div >
69112 </ div >
70113 </ div >
0 commit comments