diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b7f900..214d509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,42 +45,27 @@ export default function LandingPage() {
@@ -115,24 +92,16 @@ export default function LandingPage() { features={[ { icon: Camera, - title: "Photobox Experience", - description: "Capture authentic, aesthetic moments with friends and take home your memory strips.", - }, + title: "Photobox Experience", description: "Capture authentic, aesthetic moments with friends and take home your memory strips."}, { icon: Coffee, - title: "Coffee & Comfort Food", - description: "Signature drinks like our Butterscotch Lotus and crowd-favorite bites like Chili Oil Baso Goreng.", - }, + title: "Coffee & Comfort Food", description: "Signature drinks like our Butterscotch Lotus and crowd-favorite bites like Chili Oil Baso Goreng."}, { icon: Briefcase, - title: "Play & Chill", - description: "Board games like UNO, Stacko, and Tic Tac Toe available for all groups.", - }, + title: "Play & Chill", description: "Board games like UNO, Stacko, and Tic Tac Toe available for all groups."}, { icon: Heart, - title: "Personalized Service", - description: "Genuine care from staff who help you park, guide your experience, and make you feel at home.", - }, + title: "Personalized Service", description: "Genuine care from staff who help you park, guide your experience, and make you feel at home."}, ]} title="Crafting Memorable Moments" description="We blend quality flavors with genuine experiences to make every visit special." @@ -143,47 +112,23 @@ export default function LandingPage() {
@@ -217,29 +157,19 @@ export default function LandingPage() { { items: [ { - label: "Visit Us", - href: "#contact", - }, + label: "Visit Us", href: "#contact"}, { - label: "Experience", - href: "#experience", - }, + label: "Experience", href: "#experience"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "WhatsApp", - href: "https://wa.me/number", - }, + label: "WhatsApp", href: "https://wa.me/number"}, ], }, ]}