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 ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} 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",