Skip to content

Commit 372f132

Browse files
authored
Merge pull request #53 from Krish-2118/latest-branch
Update(sponsors):New sponsor and title
2 parents da0aa03 + 9c1c45d commit 372f132

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/components/Sponsor.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/config/sponsors.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4147
export default sponsors;

0 commit comments

Comments
 (0)