Merge version_1 into main #1
175
src/app/page.tsx
175
src/app/page.tsx
@@ -32,61 +32,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Satellite Hotel"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Peace in the Heart of Kisaasi"
|
||||
description="Satellite Hotel offers a tranquil escape just minutes from city energy. Relax in style, dine beautifully, and capture the perfect moments."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg",
|
||||
alt: "Happy hotel guest portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg", alt: "Happy hotel guest portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018735.jpg",
|
||||
alt: "Satisfied travel blogger portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018735.jpg", alt: "Satisfied travel blogger portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg",
|
||||
alt: "Business guest smiling portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg", alt: "Business guest smiling portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33599.jpg",
|
||||
alt: "Happy travel photographer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33599.jpg", alt: "Happy travel photographer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16265.jpg",
|
||||
alt: "Portrait beautiful young asian woman relaxing around swimming pool",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16265.jpg", alt: "Portrait beautiful young asian woman relaxing around swimming pool"},
|
||||
]}
|
||||
avatarText="Loved by happy guests"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,17 +81,11 @@ export default function LandingPage() {
|
||||
description="Positioned conveniently off Kisaasi–Kyanja Road, our hotel provides an accessible yet peaceful retreat away from heavy city noise. Whether you're here for romance, a quick business trip, or a creative photo shoot, Satellite Hotel welcomes you."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Accessible Location",
|
||||
description: "Ideally positioned in calm Kisaasi.",
|
||||
},
|
||||
title: "Accessible Location", description: "Ideally positioned in calm Kisaasi."},
|
||||
{
|
||||
title: "Relaxing Atmosphere",
|
||||
description: "Escape the city's hustle and noise.",
|
||||
},
|
||||
title: "Relaxing Atmosphere", description: "Escape the city's hustle and noise."},
|
||||
{
|
||||
title: "Picture Perfect",
|
||||
description: "Beautiful, scenic surroundings for creators.",
|
||||
},
|
||||
title: "Picture Perfect", description: "Beautiful, scenic surroundings for creators."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-european-positive-smiling-woman-summer-flying-dress-natural-day-light-villa-terrace-enjoying-beautiful-vacation-outdoor-sofa-with-pillows-tropical_343596-1131.jpg"
|
||||
/>
|
||||
@@ -123,26 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Spacious Rooms",
|
||||
description: "Clean, modern, and quiet rooms for a restful stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4384.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-soft-lighting-stylish-decor_23-2152001407.jpg",
|
||||
buttonText: "View Rooms",
|
||||
},
|
||||
title: "Spacious Rooms", description: "Clean, modern, and quiet rooms for a restful stay.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4384.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-soft-lighting-stylish-decor_23-2152001407.jpg", buttonText: "View Rooms"},
|
||||
{
|
||||
title: "Gourmet Dining",
|
||||
description: "High-rated meals prepared fresh at our restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/appetizer-served-with-cucumber-sauce-wine_140725-7763.jpg",
|
||||
buttonText: "Explore Menu",
|
||||
},
|
||||
title: "Gourmet Dining", description: "High-rated meals prepared fresh at our restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/appetizer-served-with-cucumber-sauce-wine_140725-7763.jpg", buttonText: "Explore Menu"},
|
||||
{
|
||||
title: "Wellness & Gym",
|
||||
description: "Stay fit with our gym facilities and yoga classes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-young-lady-that-practicing-yoga-poses-yoga-mat-home-with-big-beautiful-windows-background_574295-596.jpg",
|
||||
buttonText: "See Schedule",
|
||||
},
|
||||
title: "Wellness & Gym", description: "Stay fit with our gym facilities and yoga classes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-young-lady-that-practicing-yoga-poses-yoga-mat-home-with-big-beautiful-windows-background_574295-596.jpg", buttonText: "See Schedule"},
|
||||
]}
|
||||
title="Hotel Amenities"
|
||||
description="Enjoy world-class service and comfort during your stay with our thoughtfully curated features."
|
||||
@@ -156,23 +117,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Clock,
|
||||
title: "Check-in",
|
||||
value: "3:00 PM",
|
||||
},
|
||||
id: "1", icon: Clock,
|
||||
title: "Check-in", value: "3:00 PM"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Clock,
|
||||
title: "Check-out",
|
||||
value: "11:00 AM",
|
||||
},
|
||||
id: "2", icon: Clock,
|
||||
title: "Check-out", value: "11:00 AM"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Car,
|
||||
title: "Parking",
|
||||
value: "Available",
|
||||
},
|
||||
id: "3", icon: Car,
|
||||
title: "Parking", value: "Available"},
|
||||
]}
|
||||
title="Stay Details"
|
||||
description="Quick info to plan your visit."
|
||||
@@ -186,40 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
testimonial: "The food was delicious and the staff were incredibly friendly. Perfect for our weekend getaway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Traveler", testimonial: "The food was delicious and the staff were incredibly friendly. Perfect for our weekend getaway.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Photographer",
|
||||
testimonial: "Incredible atmosphere! Every corner of this place is perfect for content creation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attrcative-cheerful-lady-looking-her-man-while-they-have-breakfast_171337-4948.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Photographer", testimonial: "Incredible atmosphere! Every corner of this place is perfect for content creation.", imageSrc: "http://img.b2bpic.net/free-photo/attrcative-cheerful-lady-looking-her-man-while-they-have-breakfast_171337-4948.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda M.",
|
||||
role: "Business Guest",
|
||||
testimonial: "Very clean, comfortable, and a nice quiet escape from Kampala noise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
},
|
||||
id: "3", name: "Linda M.", role: "Business Guest", testimonial: "Very clean, comfortable, and a nice quiet escape from Kampala noise.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Guest",
|
||||
testimonial: "Great value for money. The gym and yoga were fantastic additions to my short stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-yellow-sunglasses-drinking-fruit-cocktail-sunbathing_197531-20926.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Guest", testimonial: "Great value for money. The gym and yoga were fantastic additions to my short stay.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-yellow-sunglasses-drinking-fruit-cocktail-sunbathing_197531-20926.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita P.",
|
||||
role: "Traveler",
|
||||
testimonial: "So romantic and peaceful! A wonderful environment for couples.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-painting_23-2148933633.jpg",
|
||||
},
|
||||
id: "5", name: "Anita P.", role: "Traveler", testimonial: "So romantic and peaceful! A wonderful environment for couples.", imageSrc: "http://img.b2bpic.net/free-photo/woman-home-painting_23-2148933633.jpg"},
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="Discover why visitors love staying at Satellite Hotel."
|
||||
@@ -231,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer parking?",
|
||||
content: "Yes, we provide safe and convenient parking spaces for our guests.",
|
||||
},
|
||||
id: "1", title: "Do you offer parking?", content: "Yes, we provide safe and convenient parking spaces for our guests."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the hotel noisy?",
|
||||
content: "Not at all. We are positioned away from the heavy city traffic noise, ensuring a calm and quiet stay.",
|
||||
},
|
||||
id: "2", title: "Is the hotel noisy?", content: "Not at all. We are positioned away from the heavy city traffic noise, ensuring a calm and quiet stay."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are yoga classes always available?",
|
||||
content: "Our yoga classes run on a schedule. Please inquire at the front desk upon arrival!",
|
||||
},
|
||||
id: "3", title: "Are yoga classes always available?", content: "Our yoga classes run on a schedule. Please inquire at the front desk upon arrival!"},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about staying at Satellite Hotel."
|
||||
@@ -256,8 +174,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Book Your Stay?"
|
||||
description="Have questions or ready to make a reservation? Reach out today."
|
||||
@@ -272,29 +189,19 @@ export default function LandingPage() {
|
||||
logoText="Satellite Hotel"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Rooms", href: "#features"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Dining", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "039 3107424",
|
||||
href: "tel:0393107424",
|
||||
},
|
||||
label: "039 3107424", href: "tel:0393107424"},
|
||||
{
|
||||
label: "satellitehotels.com",
|
||||
href: "#",
|
||||
},
|
||||
label: "satellitehotels.com", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user