From 8ccc222fa2ab4cbcedc820406c41072a0ba57920 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Sun, 24 May 2026 11:01:51 +0545 Subject: [PATCH 1/2] updated redbull can --- .../src/app/(pages)/AboutTheEventPage.tsx | 3 +- frontend/src/app/assets/icons/CAN.svg | 64 +++++++++++++++ frontend/src/app/assets/icons/Can.tsx | 79 +++++++++++++++++++ 3 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 frontend/src/app/assets/icons/CAN.svg create mode 100644 frontend/src/app/assets/icons/Can.tsx diff --git a/frontend/src/app/(pages)/AboutTheEventPage.tsx b/frontend/src/app/(pages)/AboutTheEventPage.tsx index d0e6ca6..a3280a3 100644 --- a/frontend/src/app/(pages)/AboutTheEventPage.tsx +++ b/frontend/src/app/(pages)/AboutTheEventPage.tsx @@ -4,6 +4,7 @@ import AboutTheEventCards from "../sections/AboutTheEvent/AboutTheEventCards"; import { cabinetExtraBold } from "@/fonts"; import Laptop from "@/app/assets/icons/Laptop"; import CoffeCup from "@/app/assets/icons/CoffeeCup"; +import CAN from "@/app/assets/icons/Can"; import DarinCup from "@/app/assets/icons/DarinCup"; import DarinRedBull from "../assets/icons/DarinRedBull"; import Guitar from "@/app/assets/icons/Guitar"; @@ -102,7 +103,7 @@ export default function Home() { width={354} className="phone-event-icon z-30 lg:event-icon absolute bottom-[120px] md:bottom-[7%] md:left-[28px] lg:-left-[5px] lg:bottom-[8%] w-[137px] h-[118px] md:w-[200px] md:h-[200px] lg:w-[354px] lg:h-[306px]" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/assets/icons/Can.tsx b/frontend/src/app/assets/icons/Can.tsx new file mode 100644 index 0000000..caf6533 --- /dev/null +++ b/frontend/src/app/assets/icons/Can.tsx @@ -0,0 +1,79 @@ +import { ReactElement } from "react"; + +export default function CoffeeCup({ + height = 34, + width = 34, + className = " ", +}: { + height?: number; + width?: number; + className?: string; +}): ReactElement { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} From 911e948485c857f74bb672ec249851a644620be4 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Sun, 24 May 2026 11:02:38 +0545 Subject: [PATCH 2/2] updated to sponsors data --- frontend/src/app/components/Sponsors/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index e85bd0f..a6a9076 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -80,7 +80,7 @@ const sponsors: SponsorType[] = [ // ], // }, { - name: "Title Sponsor", + name: "Title Sponsors", sponsors: [ { name: "Prixa", @@ -117,7 +117,7 @@ const sponsors: SponsorType[] = [ { - name: "Gold Sponsors", + name: "Gold Sponsor", sponsors: [ { name: "HamroNotes",