From f3e1fc16931efbb5719c544be045c55d391c4550 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:08:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 67 +++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d40c7e..e9fd46b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,13 +65,17 @@ export default function LandingPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Prime Location", description: "Perfectly situated in the heart of Debre Markos for business and leisure travelers"}, + title: "Prime Location", description: "Perfectly situated in the heart of Debre Markos for business and leisure travelers" + }, { - title: "24/7 Concierge", description: "Dedicated service team available around the clock for your every need"}, + title: "24/7 Concierge", description: "Dedicated service team available around the clock for your every need" + }, { - title: "Premium Security", description: "World-class security and privacy standards ensuring guest peace of mind"}, + title: "Premium Security", description: "World-class security and privacy standards ensuring guest peace of mind" + }, { - title: "International Standards", description: "Hospitality excellence meeting and exceeding global luxury benchmarks"}, + title: "International Standards", description: "Hospitality excellence meeting and exceeding global luxury benchmarks" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg" imageAlt="Gozamn Hotel luxurious lobby" @@ -91,11 +95,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "deluxe", name: "Deluxe Suite", price: "Starting from $180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Suite at Gozamn Hotel"}, + id: "deluxe", name: "Deluxe Suite", price: "Starting from $180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Suite at Gozamn Hotel" + }, { - id: "executive", name: "Executive Room", price: "Starting from $240/night", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg", imageAlt: "Executive Room at Gozamn Hotel"}, + id: "executive", name: "Executive Room", price: "Starting from $240/night", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg", imageAlt: "Executive Room at Gozamn Hotel" + }, { - id: "presidential", name: "Presidential Suite", price: "Starting from $420/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Presidential Suite at Gozamn Hotel"}, + id: "presidential", name: "Presidential Suite", price: "Starting from $420/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Presidential Suite at Gozamn Hotel" + }, ]} /> @@ -110,12 +117,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Ethiopian Cuisine", description: "Authentic traditional flavors elevated with contemporary techniques", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=1"}, + title: "Ethiopian Cuisine", description: "Authentic traditional flavors elevated with contemporary techniques", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg" + }, { id: 2, - title: "International Menu", description: "Global gastronomy curated for the discerning palate", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=2"}, + title: "International Menu", description: "Global gastronomy curated for the discerning palate", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg" + }, ]} - mediaAnimation="opacity" /> @@ -128,13 +136,17 @@ export default function LandingPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Conference & Events", description: "State-of-the-art facilities for corporate gatherings and celebrations"}, + title: "Conference & Events", description: "State-of-the-art facilities for corporate gatherings and celebrations" + }, { - title: "VIP Meeting Rooms", description: "Private spaces designed for confidential business discussions"}, + title: "VIP Meeting Rooms", description: "Private spaces designed for confidential business discussions" + }, { - title: "Wellness & Relaxation", description: "Rejuvenating spa and fitness facilities for complete relaxation"}, + title: "Wellness & Relaxation", description: "Rejuvenating spa and fitness facilities for complete relaxation" + }, { - title: "Secure Parking", description: "Safe and convenient parking solutions for all guests"}, + title: "Secure Parking", description: "Safe and convenient parking solutions for all guests" + }, ]} imagePosition="left" mediaAnimation="none" @@ -145,13 +157,17 @@ export default function LandingPage() {