diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6db2268..7157588 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,112 +45,42 @@ export default function LandingPage() {
@@ -168,21 +90,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Legacy"
metrics={[
- {
- icon: Award,
- label: "Years Served",
- value: "15+",
- },
- {
- icon: Star,
- label: "Michelin Stars",
- value: "2",
- },
- {
- icon: Users,
- label: "Happy Guests",
- value: "50K+",
- },
+ { icon: Award, label: "Years Served", value: "15+" },
+ { icon: Star, label: "Michelin Stars", value: "2" },
+ { icon: Users, label: "Happy Guests", value: "50K+" }
]}
metricsAnimation="slide-up"
/>
@@ -190,24 +100,13 @@ export default function LandingPage() {