From 1d89fc9c7e85e25281fa860604d7a4f9f9423a8c Mon Sep 17 00:00:00 2001
From: Rijan Dahal <70582929+enkoki@users.noreply.github.com>
Date: Sat, 23 May 2026 13:57:13 +0545
Subject: [PATCH 1/2] refactor: replace DarinCoffee SVG with DarinRedBull
---
.../src/app/(pages)/AboutTheEventPage.tsx | 12 +-
.../src/app/assets/icons/DarinRedBull.svg | 144 +++++
.../src/app/assets/icons/DarinRedBull.tsx | 507 ++++++++++++++++
.../app/assets/icons/DarinRedBullPhone.svg | 155 +++++
.../app/assets/icons/DarinRedBullPhone.tsx | 544 ++++++++++++++++++
5 files changed, 1360 insertions(+), 2 deletions(-)
create mode 100644 frontend/src/app/assets/icons/DarinRedBull.svg
create mode 100644 frontend/src/app/assets/icons/DarinRedBull.tsx
create mode 100644 frontend/src/app/assets/icons/DarinRedBullPhone.svg
create mode 100644 frontend/src/app/assets/icons/DarinRedBullPhone.tsx
diff --git a/frontend/src/app/(pages)/AboutTheEventPage.tsx b/frontend/src/app/(pages)/AboutTheEventPage.tsx
index 316a061..d0e6ca6 100644
--- a/frontend/src/app/(pages)/AboutTheEventPage.tsx
+++ b/frontend/src/app/(pages)/AboutTheEventPage.tsx
@@ -5,6 +5,7 @@ import { cabinetExtraBold } from "@/fonts";
import Laptop from "@/app/assets/icons/Laptop";
import CoffeCup from "@/app/assets/icons/CoffeeCup";
import DarinCup from "@/app/assets/icons/DarinCup";
+import DarinRedBull from "../assets/icons/DarinRedBull";
import Guitar from "@/app/assets/icons/Guitar";
import gsap from "gsap";
@@ -12,6 +13,7 @@ import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
import { useGSAP } from "@gsap/react";
import DarinCupPhone from "../assets/icons/DarinCupPhone";
import AboutVine from "../assets/icons/AboutVine";
+import DarinRedBullPhone from "../assets/icons/DarinRedBullPhone";
if (typeof window !== "undefined") {
gsap.registerPlugin(ScrollTrigger);
@@ -107,13 +109,19 @@ export default function Home() {
/>
{/* For Large Screens */}
-