diff --git a/src/app/page.tsx b/src/app/page.tsx index 199a1d6..0e544f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,37 +46,24 @@ export default function LandingPage() {
@@ -96,9 +75,7 @@ export default function LandingPage() { title="An Unrivaled Escape" buttons={[ { - text: "Discover Our Story", - href: "#contact", - }, + text: "Discover Our Story", href: "#contact"}, ]} />
@@ -110,19 +87,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Limited Spa Availability", - "High Peak Season Traffic", - "Remote Location Access", - ], + "Limited Spa Availability", "High Peak Season Traffic", "Remote Location Access"], }} positiveCard={{ items: [ - "Private Infinity Pool", - "Authentic Culinary Experiences", - "Dedicated Concierge Service", - "Sunset Lounge Access", - "24/7 Personal Butler", - ], + "Private Infinity Pool", "Authentic Culinary Experiences", "Dedicated Concierge Service", "Sunset Lounge Access", "24/7 Personal Butler"], }} title="Exceptional Amenities" description="Curated experiences designed to provide total relaxation and sophisticated comfort." @@ -131,46 +100,23 @@ export default function LandingPage() {