File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ const SponsorsSection = () => {
8282 return (
8383 < section className = "bg-white py-10" >
8484 < div className = "max-w-6xl mx-auto px-4 sm:px-6" >
85- { /* CENTERED TITLE SECTION */ }
8685 < div className = "mb-8" style = { { textAlign : "center" } } >
8786 < h2 className = "text-3xl sm:text-4xl font-bold text-slate-900 mb-2" >
8887 Our Sponsors and Partners
8988 </ h2 >
9089 < p className = "text-gray-700 text-lg" >
91- We are proudly supported by our amazing sponsors and partners.
90+ Proudly powered by the support of our incredible sponsors and
91+ partners through the years.
9292 </ p >
9393 </ div >
9494
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ const sponsors = [
3636 "https://res.cloudinary.com/dm406z4pf/image/upload/v1754590497/Sponsor_6_bqcx5l.jpg" ,
3737 link : "https://www.sail.co.in/" ,
3838 } ,
39+ {
40+ name : "Track and Trail" ,
41+ image :
42+ "https://res.cloudinary.com/dm406z4pf/image/upload/v1755961510/idoNSj_At0_1755961363237_flnwh6.jpg" ,
43+ link : "https://trackandtrail.in/" ,
44+ } ,
3945] ;
4046
4147export default sponsors ;
You can’t perform that action at this time.
0 commit comments