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"},
],
},
]}