diff --git a/src/components/Sponsor.jsx b/src/components/Sponsor.jsx index 133b1e4..3e769af 100644 --- a/src/components/Sponsor.jsx +++ b/src/components/Sponsor.jsx @@ -82,13 +82,13 @@ const SponsorsSection = () => { return (
- {/* CENTERED TITLE SECTION */}

Our Sponsors and Partners

- We are proudly supported by our amazing sponsors and partners. + Proudly powered by the support of our incredible sponsors and + partners through the years.

diff --git a/src/config/sponsors.js b/src/config/sponsors.js index 4d555e2..5f0b4eb 100644 --- a/src/config/sponsors.js +++ b/src/config/sponsors.js @@ -36,6 +36,12 @@ const sponsors = [ "https://res.cloudinary.com/dm406z4pf/image/upload/v1754590497/Sponsor_6_bqcx5l.jpg", link: "https://www.sail.co.in/", }, + { + name: "Track and Trail", + image: + "https://res.cloudinary.com/dm406z4pf/image/upload/v1755961510/idoNSj_At0_1755961363237_flnwh6.jpg", + link: "https://trackandtrail.in/", + }, ]; export default sponsors;