From 6b8a7d275672a700a5ffbb7dce77ba069f18b632 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:19:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 ++++++++++++----------------------------------- 1 file changed, 48 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d43e35..1a6ca1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,63 +46,40 @@ export default function LandingPage() {
@@ -122,29 +91,19 @@ export default function LandingPage() { metrics={[ { icon: Flame, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Award, - label: "Successful Events", - value: "500+", - }, + label: "Successful Events", value: "500+"}, { icon: Star, - label: "Satisfied Clients", - value: "200+", - }, + label: "Satisfied Clients", value: "200+"}, { icon: Users, - label: "Private Dinners", - value: "350+", - }, + label: "Private Dinners", value: "350+"}, { icon: MapPin, - label: "Cities Served", - value: "12", - }, + label: "Cities Served", value: "12"}, ]} metricsAnimation="slide-up" /> @@ -152,30 +111,19 @@ export default function LandingPage() {