From 35e69994d8a63aae8c613c17a1e675df4beb72a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:51:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++++------------------------------------ 1 file changed, 32 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d54549..65812ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,35 +44,22 @@ export default function LandingPage() {
@@ -92,17 +71,11 @@ export default function LandingPage() { description="Nestled in Dapdap, Pob 3, Carcar, Bean Rocks Cafe is more than a coffee shop. We are a community hub where locals gather for perfectly brewed beans and warm, heartfelt hospitality." metrics={[ { - value: "100%", - title: "Locally Sourced", - }, + value: "100%", title: "Locally Sourced"}, { - value: "50+", - title: "Coffee Blends", - }, + value: "50+", title: "Coffee Blends"}, { - value: "24/7", - title: "Good Vibes", - }, + value: "24/7", title: "Good Vibes"}, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg" mediaAnimation="blur-reveal" @@ -112,46 +85,23 @@ export default function LandingPage() {
@@ -210,29 +144,19 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Menu", - href: "#products", - }, + label: "Our Menu", href: "#products"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { items: [ { - label: "Facebook", - href: "https://facebook.com", - }, + label: "Facebook", href: "https://facebook.com"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, ]}