From 577b38ac0810eded443c328c0858640e5b2bbe90 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:11:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 355 ++++++++++------------------------------------- 1 file changed, 76 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37c815e..45c90d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,107 +33,65 @@ export default function LandingPage() {
@@ -319,24 +189,15 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Apart Hotel Amelia ", - }, + type: "text", content: "The Apart Hotel Amelia "}, { - type: "image", - src: "http://img.b2bpic.net/free-vector/flat-hotel-facade-background_23-2148159608.jpg", - alt: "Apart Hotel Amelia logo", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/flat-hotel-facade-background_23-2148159608.jpg", alt: "Apart Hotel Amelia logo"}, { - type: "text", - content: " Story", - }, + type: "text", content: " Story"}, ]} buttons={[ { - text: "Discover Our Legacy", - href: "#", - }, + text: "Discover Our Legacy", href: "#"}, ]} buttonAnimation="slide-up" /> @@ -349,59 +210,23 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic-stay", - title: "Classic Retreat", - price: "$250", - period: "per night", - features: [ - "Standard Deluxe Room", - "Complimentary Breakfast", - "High-Speed Wi-Fi", - "City View", - ], + id: "basic-stay", title: "Classic Retreat", price: "$250", period: "per night", features: [ + "Standard Deluxe Room", "Complimentary Breakfast", "High-Speed Wi-Fi", "City View"], button: { - text: "Book Classic", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-cream-container_23-2149764815.jpg", - imageAlt: "Classic Retreat room", - }, + text: "Book Classic", href: "#"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-cream-container_23-2149764815.jpg", imageAlt: "Classic Retreat room"}, { - id: "luxury-escape", - title: "Executive Experience", - price: "$400", - period: "per night", - features: [ - "Executive Suite", - "Welcome Drink & Canapés", - "Spa Access", - "Mountain View", - ], + id: "luxury-escape", title: "Executive Experience", price: "$400", period: "per night", features: [ + "Executive Suite", "Welcome Drink & Canapés", "Spa Access", "Mountain View"], button: { - text: "Book Executive", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", - imageAlt: "Executive Experience suite", - }, + text: "Book Executive", href: "#"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", imageAlt: "Executive Experience suite"}, { - id: "grand-indulgence", - title: "Grand Indulgence", - price: "$1200", - period: "per night", - features: [ - "Amelia Penthouse", - "Private Concierge", - "Gourmet Dinner for Two", - "Panoramic Views", - ], + id: "grand-indulgence", title: "Grand Indulgence", price: "$1200", period: "per night", features: [ + "Amelia Penthouse", "Private Concierge", "Gourmet Dinner for Two", "Panoramic Views"], button: { - text: "Book Grand", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-pool_23-2149037094.jpg", - imageAlt: "Grand Indulgence penthouse", - }, + text: "Book Grand", href: "#"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-pool_23-2149037094.jpg", imageAlt: "Grand Indulgence penthouse"}, ]} title="Seamless Booking, Unforgettable Stays" description="Plan your perfect escape with our flexible booking options and exclusive packages. Find the ideal room or suite to match your needs and preferences." @@ -412,22 +237,15 @@ export default function LandingPage() {
@@ -441,54 +259,33 @@ export default function LandingPage() { logoText="Apart Hotel Amelia" columns={[ { - title: "Hotel", - items: [ + title: "Hotel", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Rooms & Suites", - href: "#rooms", - }, + label: "Rooms & Suites", href: "#rooms"}, { - label: "Amenities", - href: "#amenities", - }, + label: "Amenities", href: "#amenities"}, ], }, { - title: "Experience", - items: [ + title: "Experience", items: [ { - label: "Guest Reviews", - href: "#reviews", - }, + label: "Guest Reviews", href: "#reviews"}, { - label: "Discover Buea", - href: "#", - }, + label: "Discover Buea", href: "#"}, { - label: "Special Offers", - href: "#booking", - }, + label: "Special Offers", href: "#booking"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]}