From a01c7a884417b66ffba61b3179159cf2151727ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:29:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 223 deletions(-) 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() {