Merge version_1 into main #1
201
src/app/page.tsx
201
src/app/page.tsx
@@ -30,40 +30,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
name: "Rooms", id: "/rooms"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
name: "Amenities", id: "/amenities"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
href: "/location",
|
||||
},
|
||||
name: "Location", id: "/location"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
brandName="Laibaita Lodge"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+254712345678",
|
||||
text: "Call Now", href: "tel:+254712345678"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -75,14 +56,11 @@ export default function LandingPage() {
|
||||
description="Experience friendly, reliable local hospitality in Eldoret. Affordable, clean, and comfortable stays with easy booking."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+254712345678",
|
||||
text: "Call Now", href: "tel:+254712345678"
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
onClick: "openInNewTab",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink", onClick: () => window.open("https://maps.app.goo.gl/YourGoogleMapsLink", "_blank")
|
||||
}
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/realistic-door-downlock_1284-20887.jpg"
|
||||
@@ -96,15 +74,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to Laibaita Lodge: Your Home Away From Home",
|
||||
},
|
||||
type: "text", content: "Welcome to Laibaita Lodge: Your Home Away From Home"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,37 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Free High-Speed Wi-Fi",
|
||||
description: "Stay connected with complimentary internet access throughout the lodge.",
|
||||
tag: "Connectivity",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/6g-ultrafast-cellular-telecom-network-mesh-wire-background_1017-60956.jpg",
|
||||
imageAlt: "Wi-Fi icon",
|
||||
id: "1", title: "Free High-Speed Wi-Fi", description: "Stay connected with complimentary internet access throughout the lodge.", tag: "Connectivity", imageSrc: "http://img.b2bpic.net/free-vector/6g-ultrafast-cellular-telecom-network-mesh-wire-background_1017-60956.jpg", imageAlt: "Wi-Fi icon"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Secure Parking",
|
||||
description: "Rest easy with ample and secure parking available for all our guests.",
|
||||
tag: "Convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/parking_24908-54065.jpg",
|
||||
imageAlt: "Parking icon",
|
||||
id: "2", title: "Secure Parking", description: "Rest easy with ample and secure parking available for all our guests.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-vector/parking_24908-54065.jpg", imageAlt: "Parking icon"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Hot Showers",
|
||||
description: "Refresh yourself with consistently available hot water for your comfort.",
|
||||
tag: "Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/instagram-posts-about-coronavirus-myths-facts_23-2148527574.jpg",
|
||||
imageAlt: "Shower icon",
|
||||
id: "3", title: "Hot Showers", description: "Refresh yourself with consistently available hot water for your comfort.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-vector/instagram-posts-about-coronavirus-myths-facts_23-2148527574.jpg", imageAlt: "Shower icon"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "24/7 Front Desk Service",
|
||||
description: "Our friendly staff are always on hand to assist you, day or night.",
|
||||
tag: "Support",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/we-are-open-neon-sign-set_23-2148544026.jpg",
|
||||
imageAlt: "24/7 service icon",
|
||||
},
|
||||
id: "4", title: "24/7 Front Desk Service", description: "Our friendly staff are always on hand to assist you, day or night.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-vector/we-are-open-neon-sign-set_23-2148544026.jpg", imageAlt: "24/7 service icon"
|
||||
}
|
||||
]}
|
||||
title="Our Amenities"
|
||||
description="Enjoy a comfortable and convenient stay with our essential amenities designed for your relaxation."
|
||||
@@ -162,26 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Standard Double",
|
||||
price: "From KES 2,500/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119046.jpg",
|
||||
imageAlt: "Clean and comfortable standard double room",
|
||||
id: "1", name: "Standard Double", price: "From KES 2,500/night", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119046.jpg", imageAlt: "Clean and comfortable standard double room"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Deluxe Single",
|
||||
price: "From KES 3,000/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-stairs_23-2149411900.jpg",
|
||||
imageAlt: "Elegant deluxe single room",
|
||||
id: "2", name: "Deluxe Single", price: "From KES 3,000/night", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-stairs_23-2149411900.jpg", imageAlt: "Elegant deluxe single room"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Family Suite",
|
||||
price: "From KES 5,000/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-home-winter_23-2149141914.jpg",
|
||||
imageAlt: "Spacious family suite with multiple beds",
|
||||
},
|
||||
id: "3", name: "Family Suite", price: "From KES 5,000/night", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-home-winter_23-2149141914.jpg", imageAlt: "Spacious family suite with multiple beds"
|
||||
}
|
||||
]}
|
||||
title="Our Comfortable Rooms"
|
||||
description="Discover your perfect stay. Each room is designed for your comfort and convenience."
|
||||
@@ -196,53 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarah_travels",
|
||||
testimonial: "Laibaita Lodge was a perfect find! Clean, comfortable, and the staff were incredibly welcoming. Great value for money.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg",
|
||||
imageAlt: "Portrait of Sarah K.",
|
||||
id: "1", name: "Sarah K.", handle: "@sarah_travels", testimonial: "Laibaita Lodge was a perfect find! Clean, comfortable, and the staff were incredibly welcoming. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", imageAlt: "Portrait of Sarah K."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David M.",
|
||||
handle: "@david_biz",
|
||||
testimonial: "As a business traveler, reliability is key. Laibaita Lodge delivered on all fronts – quiet, good Wi-Fi, and excellent service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg",
|
||||
imageAlt: "Portrait of David M.",
|
||||
id: "2", name: "David M.", handle: "@david_biz", testimonial: "As a business traveler, reliability is key. Laibaita Lodge delivered on all fronts – quiet, good Wi-Fi, and excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg", imageAlt: "Portrait of David M."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_explorer",
|
||||
testimonial: "Loved my stay! The location was super convenient, and the room was spotless. Definitely recommending to friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-helps-his-wife-make-her-feel-warmer_329181-14715.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
id: "3", name: "Emily R.", handle: "@emily_explorer", testimonial: "Loved my stay! The location was super convenient, and the room was spotless. Definitely recommending to friends.", imageSrc: "http://img.b2bpic.net/free-photo/husband-helps-his-wife-make-her-feel-warmer_329181-14715.jpg", imageAlt: "Portrait of Emily R."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John P.",
|
||||
handle: "@john_family",
|
||||
testimonial: "Fantastic experience for our family. The staff went above and beyond to make us feel at home. Comfortable and safe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
imageAlt: "Portrait of John P.",
|
||||
id: "4", name: "John P.", handle: "@john_family", testimonial: "Fantastic experience for our family. The staff went above and beyond to make us feel at home. Comfortable and safe.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Portrait of John P."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Grace L.",
|
||||
handle: "@grace_getaway",
|
||||
testimonial: "A true hidden gem! Affordable yet so much care put into the details. I appreciate the warm hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman_23-2149133073.jpg",
|
||||
imageAlt: "Portrait of Grace L.",
|
||||
id: "5", name: "Grace L.", handle: "@grace_getaway", testimonial: "A true hidden gem! Affordable yet so much care put into the details. I appreciate the warm hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman_23-2149133073.jpg", imageAlt: "Portrait of Grace L."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael S.",
|
||||
handle: "@mike_journey",
|
||||
testimonial: "Quick check-in, clean rooms, and a genuinely friendly team. Laibaita Lodge made my short stay in Eldoret very pleasant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-red-turtleneck-sweater-jeans-fashion-hipster-male-posing-near-grey-wall-studio-isolated_158538-25129.jpg",
|
||||
imageAlt: "Portrait of Michael S.",
|
||||
},
|
||||
id: "6", name: "Michael S.", handle: "@mike_journey", testimonial: "Quick check-in, clean rooms, and a genuinely friendly team. Laibaita Lodge made my short stay in Eldoret very pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-red-turtleneck-sweater-jeans-fashion-hipster-male-posing-near-grey-wall-studio-isolated_158538-25129.jpg", imageAlt: "Portrait of Michael S."
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from travelers who experienced the comfort and hospitality of Laibaita Lodge."
|
||||
@@ -254,7 +168,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Reach Out"
|
||||
title="Contact Laibaita Lodge"
|
||||
@@ -273,60 +187,47 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "/rooms",
|
||||
label: "Rooms", href: "/rooms"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
],
|
||||
label: "Amenities", href: "/amenities"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Get In Touch",
|
||||
items: [
|
||||
title: "Get In Touch", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+254712345678",
|
||||
label: "Call Us", href: "tel:+254712345678"
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/254712345678",
|
||||
label: "WhatsApp", href: "https://wa.me/254712345678"
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@laibaitadodge.com",
|
||||
label: "Email", href: "mailto:info@laibaitadodge.com"
|
||||
},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
],
|
||||
label: "Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
label: "Privacy Policy", href: "/privacy"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Laibaita Lodge"
|
||||
copyrightText="© 2024 Laibaita Lodge. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user