diff --git a/src/app/page.tsx b/src/app/page.tsx
index 85cda15..1d21004 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -53,13 +47,9 @@ export default function LandingPage() {
description="Home-Cooked Favorites & Hand-Patted Burgers. Open daily from 6:30 AM."
buttons={[
{
- text: "Order Online",
- href: "#",
- },
+ text: "Order Online", href: "#"},
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81ad8c"
imageAlt="hand-patted burger restaurant style"
@@ -74,32 +64,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- value: "Fast",
- title: "Service",
- description: "Quick, hot, and fresh",
- icon: Zap,
+ id: "m1", value: "Fast", title: "Service", description: "Quick, hot, and fresh", icon: Zap,
},
{
- id: "m2",
- value: "Great",
- title: "Coffee",
- description: "Fresh brewed all day",
- icon: Coffee,
+ id: "m2", value: "Great", title: "Coffee", description: "Fresh brewed all day", icon: Coffee,
},
{
- id: "m3",
- value: "Local",
- title: "Specialties",
- description: "Regional comfort foods",
- icon: Award,
+ id: "m3", value: "Local", title: "Specialties", description: "Regional comfort foods", icon: Award,
},
{
- id: "m4",
- value: "Free",
- title: "Parking",
- description: "Easy access for all",
- icon: Car,
+ id: "m4", value: "Free", title: "Parking", description: "Easy access for all", icon: Car,
},
]}
title="Why Visit Us"
@@ -109,70 +83,29 @@ export default function LandingPage() {