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