From 9c1c45ddc884ffa02e19816cdb6c75e490a88d89 Mon Sep 17 00:00:00 2001 From: Krish Agarwal Date: Sat, 23 Aug 2025 20:46:11 +0530 Subject: [PATCH] Update(sponsors):New sponsor --- src/components/Sponsor.jsx | 4 ++-- src/config/sponsors.js | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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;