Merge version_2 into main #1
285
src/app/page.tsx
285
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "dining",
|
||||
},
|
||||
name: "Dining", id: "dining"},
|
||||
{
|
||||
name: "Spa & Fitness",
|
||||
id: "amenities",
|
||||
},
|
||||
name: "Spa & Fitness", id: "amenities"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ghion Hotel"
|
||||
/>
|
||||
@@ -59,85 +49,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Luxury and Ethiopian Hospitality at Ghion Hotel"
|
||||
description="Discover a blend of world-class service and heritage in the heart of Addis Ababa. Your sanctuary of comfort awaits."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Luxury Rooms",
|
||||
},
|
||||
value: "500+", label: "Luxury Rooms"},
|
||||
{
|
||||
value: "12",
|
||||
label: "Dining Halls",
|
||||
},
|
||||
value: "12", label: "Dining Halls"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Guest Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Guest Rating"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
{
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
text: "Explore Rooms", href: "#rooms"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-gardens-luxury-hotel-sunset-with-cloudy-sky-bodrum-turkey_627829-7200.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-handrails-with-intertwined-rope-close-up_169016-10798.jpg",
|
||||
alt: "Happy guest one",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-handrails-with-intertwined-rope-close-up_169016-10798.jpg", alt: "Happy guest one"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_1203-3001.jpg",
|
||||
alt: "Happy guest two",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_1203-3001.jpg", alt: "Happy guest two"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg",
|
||||
alt: "Happy guest three",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg", alt: "Happy guest three"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-thai-massage-pavilion_1150-11075.jpg",
|
||||
alt: "Happy guest four",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-thai-massage-pavilion_1150-11075.jpg", alt: "Happy guest four"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-arm-crossed-standing-near-railing-looking-camera_23-2148203054.jpg",
|
||||
alt: "Happy guest five",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-arm-crossed-standing-near-railing-looking-camera_23-2148203054.jpg", alt: "Happy guest five"},
|
||||
]}
|
||||
avatarText="Join 100k+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "5-Star Luxury",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "5-Star Luxury", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Central Location",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Central Location", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Cuisine",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Authentic Cuisine", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "World-Class Spa",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "World-Class Spa", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Concierge",
|
||||
icon: Bell,
|
||||
type: "text-icon", text: "24/7 Concierge", icon: Bell,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -150,19 +109,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Best Location",
|
||||
value: "Central",
|
||||
},
|
||||
label: "Best Location", value: "Central"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Hospitality",
|
||||
value: "Awarded",
|
||||
},
|
||||
label: "Hospitality", value: "Awarded"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Tradition",
|
||||
value: "Authentic",
|
||||
},
|
||||
label: "Tradition", value: "Authentic"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -176,41 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Presidential Suite",
|
||||
price: "From $450/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg",
|
||||
},
|
||||
id: "1", name: "Presidential Suite", price: "From $450/night", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Executive Suite",
|
||||
price: "From $320/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg",
|
||||
},
|
||||
id: "2", name: "Executive Suite", price: "From $320/night", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luxury King Room",
|
||||
price: "From $250/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11395.jpg",
|
||||
},
|
||||
id: "3", name: "Luxury King Room", price: "From $250/night", imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11395.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Deluxe Twin Room",
|
||||
price: "From $200/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-white-house-relaxation-room_1203-4422.jpg",
|
||||
},
|
||||
id: "4", name: "Deluxe Twin Room", price: "From $200/night", imageSrc: "http://img.b2bpic.net/free-photo/architecture-white-house-relaxation-room_1203-4422.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Superior Queen",
|
||||
price: "From $180/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-man-woman-bath-robes-relaxing-luxury-hotel-room-looking-each-other-feeling-happy-vacation_8353-12178.jpg",
|
||||
},
|
||||
id: "5", name: "Superior Queen", price: "From $180/night", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-man-woman-bath-robes-relaxing-luxury-hotel-room-looking-each-other-feeling-happy-vacation_8353-12178.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Junior Garden Suite",
|
||||
price: "From $220/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22674.jpg",
|
||||
},
|
||||
id: "6", name: "Junior Garden Suite", price: "From $220/night", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-22674.jpg"},
|
||||
]}
|
||||
title="Our Accommodations"
|
||||
description="Experience unparalleled comfort in our curated selection of suites and rooms."
|
||||
@@ -224,20 +153,11 @@ export default function LandingPage() {
|
||||
description="Indulge in flavors from around the world and authentic Ethiopian culinary delights, served with passion."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Traditional Flavors",
|
||||
content: "Taste the true spirit of Ethiopia with our signature spicy stews and injera.",
|
||||
},
|
||||
id: "1", title: "Traditional Flavors", content: "Taste the true spirit of Ethiopia with our signature spicy stews and injera."},
|
||||
{
|
||||
id: "2",
|
||||
title: "International Cuisine",
|
||||
content: "Global delicacies crafted by world-class chefs for a refined palate.",
|
||||
},
|
||||
id: "2", title: "International Cuisine", content: "Global delicacies crafted by world-class chefs for a refined palate."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Elegant Bar Lounge",
|
||||
content: "Fine wines, exotic cocktails, and premium spirits in a tranquil setting.",
|
||||
},
|
||||
id: "3", title: "Elegant Bar Lounge", content: "Fine wines, exotic cocktails, and premium spirits in a tranquil setting."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-sitting-front-wine-bottle-ice-bucket-table-with-roses_23-2147891135.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -251,20 +171,11 @@ export default function LandingPage() {
|
||||
description="Rejuvenate your body and mind in our top-tier facilities designed for your ultimate relaxation."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Serenity Spa",
|
||||
content: "Indulge in holistic therapies and signature treatments inspired by local healing roots.",
|
||||
},
|
||||
id: "1", title: "Serenity Spa", content: "Indulge in holistic therapies and signature treatments inspired by local healing roots."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fitness Center",
|
||||
content: "Stay active with our modern equipment and personalized training programs.",
|
||||
},
|
||||
id: "2", title: "Fitness Center", content: "Stay active with our modern equipment and personalized training programs."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Swimming Pool",
|
||||
content: "Relax in our crystal-clear outdoor pool surrounded by lush garden landscapes.",
|
||||
},
|
||||
id: "3", title: "Swimming Pool", content: "Relax in our crystal-clear outdoor pool surrounded by lush garden landscapes."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -279,45 +190,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "Traveler",
|
||||
testimonial: "An incredible stay! The fusion of local tradition and luxury was perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-elegant-magnificent-woman-posing-near-luxury-yacht-club-wearing-beige-cashmere-coat-backpack-tourist-warm-pastel-toned-colors_291049-1500.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", handle: "Traveler", testimonial: "An incredible stay! The fusion of local tradition and luxury was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-elegant-magnificent-woman-posing-near-luxury-yacht-club-wearing-beige-cashmere-coat-backpack-tourist-warm-pastel-toned-colors_291049-1500.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marko V.",
|
||||
handle: "Business",
|
||||
testimonial: "The best facilities for business travelers in Addis. Exceptional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg",
|
||||
},
|
||||
id: "2", name: "Marko V.", handle: "Business", testimonial: "The best facilities for business travelers in Addis. Exceptional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "Tourist",
|
||||
testimonial: "Beautiful hotel with a wonderful spa and relaxing garden atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149366431.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", handle: "Tourist", testimonial: "Beautiful hotel with a wonderful spa and relaxing garden atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149366431.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "Corporate",
|
||||
testimonial: "Top-tier dining and very professional management. Will definitely return.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-sunlight_23-2148777550.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", handle: "Corporate", testimonial: "Top-tier dining and very professional management. Will definitely return.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-sunlight_23-2148777550.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jenny C.",
|
||||
handle: "Family",
|
||||
testimonial: "We loved the pool and the friendly staff. A truly magical experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg",
|
||||
},
|
||||
id: "5", name: "Jenny C.", handle: "Family", testimonial: "We loved the pool and the friendly staff. A truly magical experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Stories"
|
||||
@@ -333,20 +219,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50+",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
id: "1", value: "50+", description: "Years of Tradition"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100k+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
id: "2", value: "100k+", description: "Happy Guests Served"},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
description: "Global Awards",
|
||||
},
|
||||
id: "3", value: "20+", description: "Global Awards"},
|
||||
]}
|
||||
title="Our Impact & Standards"
|
||||
description="Delivering consistency and quality for over 50 years of hospitality."
|
||||
@@ -357,31 +234,20 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Book Your Sanctuary"
|
||||
description="Ready for an unforgettable experience? Reach out to our concierge for reservations and inquiries."
|
||||
description="Ready for an unforgettable experience? Reach out to our concierge for reservations and inquiries. Prefer to call? Call us at +251-11-xxx-xxxx"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "dates",
|
||||
type: "text",
|
||||
placeholder: "Check-in / Check-out Dates",
|
||||
required: true,
|
||||
name: "dates", type: "text", placeholder: "Check-in / Check-out Dates", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Special requests?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712925.jpg"
|
||||
/>
|
||||
@@ -392,50 +258,31 @@ export default function LandingPage() {
|
||||
logoText="GHION HOTEL"
|
||||
columns={[
|
||||
{
|
||||
title: "Stay With Us",
|
||||
items: [
|
||||
title: "Stay With Us", items: [
|
||||
{
|
||||
label: "Suites & Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Suites & Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Dining Experience",
|
||||
href: "#dining",
|
||||
},
|
||||
label: "Dining Experience", href: "#dining"},
|
||||
{
|
||||
label: "Spa & Fitness",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Spa & Fitness", href: "#amenities"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Corporate",
|
||||
items: [
|
||||
title: "Corporate", items: [
|
||||
{
|
||||
label: "Events & Weddings",
|
||||
href: "#",
|
||||
},
|
||||
label: "Events & Weddings", href: "#"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -445,4 +292,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user