From d3a74e21caa3d31666c2ece9dc733e032a34cbae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:56:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 ++++++++++++----------------------------------- 1 file changed, 48 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06869fa..604a3b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,90 +29,57 @@ export default function LandingPage() {
@@ -125,17 +92,11 @@ export default function LandingPage() { description="Located at 16090 City Walk, our hotel combines comfort with premier management facilities. We pride ourselves on providing a 5-star experience for every guest." bulletPoints={[ { - title: "Prime Location", - description: "Situated in the center of Sugar Land's vibrant commercial district.", - }, + title: "Prime Location", description: "Situated in the center of Sugar Land's vibrant commercial district."}, { - title: "5-Star Management", - description: "Expertly managed hospitality services ensuring your comfort.", - }, + title: "5-Star Management", description: "Expertly managed hospitality services ensuring your comfort."}, { - title: "Full Facilities", - description: "Access to comprehensive event and business amenities.", - }, + title: "Full Facilities", description: "Access to comprehensive event and business amenities."}, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695775.jpg" imageAlt="modern luxury hotel lobby interior" @@ -146,39 +107,19 @@ export default function LandingPage() {
@@ -271,29 +178,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file