From 6b8d55b32a87ee4cf2bcbb3b53272575c63e0b09 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:16:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f66426..089507c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,94 +29,42 @@ export default function LandingPage() {
@@ -127,18 +75,9 @@ export default function LandingPage() { title="A Legacy of Hospitality" description="With over five decades of excellence, Grand Horizon redefines luxury, blending heritage charm with modern conveniences for an unforgettable retreat." metrics={[ - { - value: "50+", - title: "Years of Excellence", - }, - { - value: "200+", - title: "Premium Suites", - }, - { - value: "100%", - title: "Guest Satisfaction", - }, + { value: "50+", title: "Years of Excellence" }, + { value: "200+", title: "Premium Suites" }, + { value: "100%", title: "Guest Satisfaction" }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927743.jpg" mediaAnimation="slide-up" @@ -148,38 +87,15 @@ export default function LandingPage() {
@@ -304,4 +144,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file