Merge version_1 into main #2
@@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Quote, Sparkles, Sun } from "lucide-react";
|
||||
import { Concierge, Quote, Sparkles, Sun } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,43 +29,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "features",
|
||||
},
|
||||
name: "Highlights", id: "features"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "products",
|
||||
},
|
||||
name: "Packages", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kangundo Road Resort"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Book Now", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,22 +59,16 @@ export default function LandingPage() {
|
||||
description="Kangundo Road Resort offers an unparalleled escape, blending serene natural beauty with vibrant activities. Our commitment is to provide a refreshing retreat for every guest, whether you're seeking relaxation, adventure, or quality time with loved ones."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Stunning Ambiance",
|
||||
description: "Immerse yourself in lush landscapes and breathtaking views that define our unique setting.",
|
||||
icon: Sun,
|
||||
title: "Stunning Ambiance", description: "Immerse yourself in lush landscapes and breathtaking views that define our unique setting.", icon: Sun,
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our dedicated team ensures every detail of your stay is perfect, from arrival to departure.",
|
||||
icon: Concierge,
|
||||
title: "Exceptional Service", description: "Our dedicated team ensures every detail of your stay is perfect, from arrival to departure.", icon: Concierge,
|
||||
},
|
||||
{
|
||||
title: "Memorable Experiences",
|
||||
description: "From poolside relaxation to thrilling adventures, create moments that last a lifetime.",
|
||||
icon: Sparkles,
|
||||
title: "Memorable Experiences", description: "From poolside relaxation to thrilling adventures, create moments that last a lifetime.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
|
||||
imageAlt="resort exterior with pool and lush gardens"
|
||||
/>
|
||||
</div>
|
||||
@@ -105,32 +81,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Sparkling Pools",
|
||||
description: "Dive into our pristine swimming pools, perfect for a refreshing dip or a relaxing lounge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean resort swimming pool",
|
||||
},
|
||||
title: "Sparkling Pools", description: "Dive into our pristine swimming pools, perfect for a refreshing dip or a relaxing lounge.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg", imageAlt: "sparkling clean resort swimming pool"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Gourmet Dining",
|
||||
description: "Savor exquisite local and international cuisine prepared by our expert chefs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-piece-meat-steak-into-another-persons-plate-with-salad_114579-3687.jpg?_wi=2",
|
||||
imageAlt: "gourmet dining experience at resort restaurant",
|
||||
},
|
||||
title: "Gourmet Dining", description: "Savor exquisite local and international cuisine prepared by our expert chefs.", imageSrc: "http://img.b2bpic.net/free-photo/putting-piece-meat-steak-into-another-persons-plate-with-salad_114579-3687.jpg", imageAlt: "gourmet dining experience at resort restaurant"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lush Gardens & Lounges",
|
||||
description: "Unwind in our beautifully manicured gardens or comfortable outdoor lounges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=2",
|
||||
imageAlt: "peaceful resort garden with lounge chairs",
|
||||
},
|
||||
title: "Lush Gardens & Lounges", description: "Unwind in our beautifully manicured gardens or comfortable outdoor lounges.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg", imageAlt: "peaceful resort garden with lounge chairs"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Dedicated Concierge",
|
||||
description: "Our friendly staff is always on hand to assist with your needs and make recommendations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8836.jpg?_wi=2",
|
||||
imageAlt: "friendly resort customer service staff",
|
||||
},
|
||||
title: "Dedicated Concierge", description: "Our friendly staff is always on hand to assist with your needs and make recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8836.jpg", imageAlt: "friendly resort customer service staff"},
|
||||
]}
|
||||
title="Experience Our World-Class Amenities"
|
||||
description="We've curated a range of facilities and services to enhance your stay and provide ultimate comfort."
|
||||
@@ -144,58 +104,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
role: "Travel Blogger",
|
||||
testimonial: "Kangundo Road Resort exceeded all my expectations. The pool area is divine, and the staff made us feel incredibly welcome.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-wearing-summer-hat-flowers-shirt-smiling-happy-outdoors_839833-8950.jpg?_wi=2",
|
||||
imageAlt: "Sarah M. portrait",
|
||||
icon: Quote,
|
||||
id: "1", name: "Sarah M.", role: "Travel Blogger", testimonial: "Kangundo Road Resort exceeded all my expectations. The pool area is divine, and the staff made us feel incredibly welcome.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-wearing-summer-hat-flowers-shirt-smiling-happy-outdoors_839833-8950.jpg", imageAlt: "Sarah M. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
role: "Business Executive",
|
||||
testimonial: "A truly refreshing experience. Perfect for a quick getaway from the city hustle. I'll definitely be back!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg?_wi=2",
|
||||
imageAlt: "John D. portrait",
|
||||
icon: Quote,
|
||||
id: "2", name: "John D.", role: "Business Executive", testimonial: "A truly refreshing experience. Perfect for a quick getaway from the city hustle. I'll definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg", imageAlt: "John D. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amina K.",
|
||||
role: "Local Explorer",
|
||||
testimonial: "The food was incredible, and the serene environment was exactly what I needed. Five stars!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-with-long-hair-is-standing-near-pool-she-holds-her-hands-view-from-back_197531-1208.jpg?_wi=2",
|
||||
imageAlt: "Amina K. portrait",
|
||||
icon: Quote,
|
||||
id: "3", name: "Amina K.", role: "Local Explorer", testimonial: "The food was incredible, and the serene environment was exactly what I needed. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-with-long-hair-is-standing-near-pool-she-holds-her-hands-view-from-back_197531-1208.jpg", imageAlt: "Amina K. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David & Grace",
|
||||
role: "Couple Getaway",
|
||||
testimonial: "We had the most romantic weekend here. Every detail was taken care of. Highly recommend for couples!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-resting-beach-while-exercising_23-2148694878.jpg?_wi=2",
|
||||
imageAlt: "David and Grace portrait",
|
||||
icon: Quote,
|
||||
id: "4", name: "David & Grace", role: "Couple Getaway", testimonial: "We had the most romantic weekend here. Every detail was taken care of. Highly recommend for couples!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-resting-beach-while-exercising_23-2148694878.jpg", imageAlt: "David and Grace portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark O.",
|
||||
role: "Adventure Seeker",
|
||||
testimonial: "Great base for exploring nearby attractions. The resort itself offers a peaceful haven after a day of adventure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg?_wi=2",
|
||||
imageAlt: "Mark O. portrait",
|
||||
icon: Quote,
|
||||
id: "5", name: "Mark O.", role: "Adventure Seeker", testimonial: "Great base for exploring nearby attractions. The resort itself offers a peaceful haven after a day of adventure.", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", imageAlt: "Mark O. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "The Wanjiku Family",
|
||||
role: "Family Vacationers",
|
||||
testimonial: "Our kids loved the pool, and we enjoyed the family-friendly atmosphere. A wonderful experience for everyone!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-celebrating-lifting-face-mask-restrictions-outdoors-together_23-2149384580.jpg?_wi=2",
|
||||
imageAlt: "The Wanjiku Family portrait",
|
||||
icon: Quote,
|
||||
id: "6", name: "The Wanjiku Family", role: "Family Vacationers", testimonial: "Our kids loved the pool, and we enjoyed the family-friendly atmosphere. A wonderful experience for everyone!", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-celebrating-lifting-face-mask-restrictions-outdoors-together_23-2149384580.jpg", imageAlt: "The Wanjiku Family portrait", icon: Quote,
|
||||
},
|
||||
]}
|
||||
title="Happy Guests, Unforgettable Memories"
|
||||
@@ -210,20 +134,11 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
description: "Guest Satisfaction Rate",
|
||||
},
|
||||
id: "1", value: "98%", description: "Guest Satisfaction Rate"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Happy Guests Served Annually",
|
||||
},
|
||||
id: "2", value: "5000+", description: "Happy Guests Served Annually"},
|
||||
{
|
||||
id: "3",
|
||||
value: "10+",
|
||||
description: "Years of Hospitality Excellence",
|
||||
},
|
||||
id: "3", value: "10+", description: "Years of Hospitality Excellence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,50 +147,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Rooms & Suites",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms & Suites", href: "#rooms"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#dining",
|
||||
},
|
||||
label: "Dining", href: "#dining"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Book Now", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,43 +27,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "features",
|
||||
},
|
||||
name: "Highlights", id: "features"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "products",
|
||||
},
|
||||
name: "Packages", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kangundo Road Resort"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Book Now", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,27 +56,16 @@ export default function LandingPage() {
|
||||
description="We'd love to hear from you! Whether you have a question about bookings, special requests, or just want to say hello, fill out the form below."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-smartphone_23-2149308461.jpg"
|
||||
@@ -108,36 +79,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Our resort operates 24/7 for guests, while our reception and customer service team are available from 8 AM to 10 PM daily.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "Our resort operates 24/7 for guests, while our reception and customer service team are available from 8 AM to 10 PM daily."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I make a reservation?",
|
||||
content: "You can make a reservation directly through our website, by calling our reservations team, or by emailing us. Visit our 'Pricing' page for more details.",
|
||||
},
|
||||
id: "2", title: "How can I make a reservation?", content: "You can make a reservation directly through our website, by calling our reservations team, or by emailing us. Visit our 'Pricing' page for more details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer airport transfer services?",
|
||||
content: "Yes, we provide airport transfer services at an additional charge. Please inform us of your flight details at least 48 hours in advance to arrange this.",
|
||||
},
|
||||
id: "3", title: "Do you offer airport transfer services?", content: "Yes, we provide airport transfer services at an additional charge. Please inform us of your flight details at least 48 hours in advance to arrange this."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is the resort pet-friendly?",
|
||||
content: "Currently, Kangundo Road Resort is not pet-friendly to ensure the comfort and safety of all our guests.",
|
||||
},
|
||||
id: "4", title: "Is the resort pet-friendly?", content: "Currently, Kangundo Road Resort is not pet-friendly to ensure the comfort and safety of all our guests."},
|
||||
]}
|
||||
sideTitle="Quick Answers"
|
||||
sideDescription="Browse our frequently asked questions for immediate assistance. If you can't find what you're looking for, our team is ready to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: +254 7XX XXX XXX",
|
||||
href: "tel:+2547XXXXXXXX",
|
||||
props: {
|
||||
variant: "outline",
|
||||
},
|
||||
},
|
||||
text: "Call Us: +254 7XX XXX XXX", href: "tel:+2547XXXXXXXX", props: {
|
||||
variant: "text-stagger"
|
||||
}
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,20 +103,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Don't Hesitate"
|
||||
title="Connect with Our Support Team"
|
||||
description="For any urgent matters or personalized support, our dedicated team is just a call or email away. We're here to ensure your Kangundo Road Resort experience is seamless."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@kangundoroadresort.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@kangundoroadresort.com"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#location",
|
||||
},
|
||||
text: "Visit Us", href: "#location"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,50 +120,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Rooms & Suites",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms & Suites", href: "#rooms"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#dining",
|
||||
},
|
||||
label: "Dining", href: "#dining"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Book Now", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -29,43 +29,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "features",
|
||||
},
|
||||
name: "Highlights", id: "features"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "products",
|
||||
},
|
||||
name: "Packages", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kangundo Road Resort"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Book Now", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,63 +58,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Popular",
|
||||
badgeIcon: Heart,
|
||||
price: "Ksh 2,500",
|
||||
subtitle: "Per Person",
|
||||
buttons: [
|
||||
id: "1", badge: "Popular", badgeIcon: Heart,
|
||||
price: "Ksh 2,500", subtitle: "Per Person", buttons: [
|
||||
{
|
||||
text: "Get Day Pass",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Day Pass", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Access to main pool & facilities",
|
||||
"Complimentary welcome drink",
|
||||
"Lunch voucher included",
|
||||
"Free Wi-Fi access",
|
||||
],
|
||||
"Access to main pool & facilities", "Complimentary welcome drink", "Lunch voucher included", "Free Wi-Fi access"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Star,
|
||||
price: "Ksh 8,000",
|
||||
subtitle: "Per Couple/Night",
|
||||
buttons: [
|
||||
id: "2", badge: "Best Value", badgeIcon: Star,
|
||||
price: "Ksh 8,000", subtitle: "Per Couple/Night", buttons: [
|
||||
{
|
||||
text: "Book Stay",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Stay", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Overnight stay in Deluxe Room",
|
||||
"All-day pool access",
|
||||
"Breakfast & Dinner included",
|
||||
"Couple's activity voucher",
|
||||
"Late checkout option",
|
||||
],
|
||||
"Overnight stay in Deluxe Room", "All-day pool access", "Breakfast & Dinner included", "Couple's activity voucher", "Late checkout option"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Exclusive",
|
||||
badgeIcon: Crown,
|
||||
price: "Ksh 15,000",
|
||||
subtitle: "Per Family/Night",
|
||||
buttons: [
|
||||
id: "3", badge: "Exclusive", badgeIcon: Crown,
|
||||
price: "Ksh 15,000", subtitle: "Per Family/Night", buttons: [
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Inquire Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Spacious Family Suite",
|
||||
"Premium pool access",
|
||||
"All meals & snacks included",
|
||||
"Kids' club activities",
|
||||
"Personalized concierge service",
|
||||
],
|
||||
"Spacious Family Suite", "Premium pool access", "All meals & snacks included", "Kids' club activities", "Personalized concierge service"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Packages for Every Escape"
|
||||
@@ -147,54 +97,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Dining",
|
||||
title: "Culinary Delights",
|
||||
items: [
|
||||
"Breakfast, Lunch, Dinner options",
|
||||
"Snacks and light bites available",
|
||||
"Variety of non-alcoholic beverages",
|
||||
"Special dietary requests accommodated",
|
||||
],
|
||||
id: "1", label: "Dining", title: "Culinary Delights", items: [
|
||||
"Breakfast, Lunch, Dinner options", "Snacks and light bites available", "Variety of non-alcoholic beverages", "Special dietary requests accommodated"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Activities",
|
||||
title: "Resort Fun & Relaxation",
|
||||
items: [
|
||||
"Adult & kids' swimming pools",
|
||||
"Kids' play area & supervision",
|
||||
"Garden walks & nature trails",
|
||||
"Evening entertainment (select nights)",
|
||||
],
|
||||
id: "2", label: "Activities", title: "Resort Fun & Relaxation", items: [
|
||||
"Adult & kids' swimming pools", "Kids' play area & supervision", "Garden walks & nature trails", "Evening entertainment (select nights)"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Activities",
|
||||
href: "#activities",
|
||||
},
|
||||
text: "See Activities", href: "#activities"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Services",
|
||||
title: "Guest Comfort & Convenience",
|
||||
items: [
|
||||
"24/7 Front Desk support",
|
||||
"Complimentary high-speed Wi-Fi",
|
||||
"Ample secure parking",
|
||||
"Daily housekeeping",
|
||||
],
|
||||
id: "3", label: "Services", title: "Guest Comfort & Convenience", items: [
|
||||
"24/7 Front Desk support", "Complimentary high-speed Wi-Fi", "Ample secure parking", "Daily housekeeping"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Support", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -209,28 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is included in the Day Pass?",
|
||||
content: "Our Day Pass grants you full access to our main swimming pool, recreational areas, and includes a complimentary welcome drink and a lunch voucher. Wi-Fi is also provided.",
|
||||
},
|
||||
id: "1", title: "What is included in the Day Pass?", content: "Our Day Pass grants you full access to our main swimming pool, recreational areas, and includes a complimentary welcome drink and a lunch voucher. Wi-Fi is also provided."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there family discounts available?",
|
||||
content: "Yes, we offer special family packages and discounts for children. Please refer to our 'Exclusive' package or contact us directly for customized family offers.",
|
||||
},
|
||||
id: "2", title: "Are there family discounts available?", content: "Yes, we offer special family packages and discounts for children. Please refer to our 'Exclusive' package or contact us directly for customized family offers."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I cancel or modify my booking?",
|
||||
content: "Cancellation and modification policies vary by package type. Please check the terms and conditions specific to your booking or reach out to our reservations team for assistance.",
|
||||
},
|
||||
id: "3", title: "Can I cancel or modify my booking?", content: "Cancellation and modification policies vary by package type. Please check the terms and conditions specific to your booking or reach out to our reservations team for assistance."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you accommodate corporate events or large groups?",
|
||||
content: "Absolutely! We have dedicated event spaces and can tailor packages for corporate retreats, team building, and large group gatherings. Please contact our events team for a personalized quote.",
|
||||
},
|
||||
id: "4", title: "Do you accommodate corporate events or large groups?", content: "Absolutely! We have dedicated event spaces and can tailor packages for corporate retreats, team building, and large group gatherings. Please contact our events team for a personalized quote."},
|
||||
]}
|
||||
title="Common Questions About Our Packages"
|
||||
description="Find answers to frequently asked questions about booking, amenities, and resort policies."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -238,20 +150,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Book?"
|
||||
title="Plan Your Ultimate Getaway Today"
|
||||
description="Don't miss out on the perfect escape. Reach out to our friendly team to customize your package or make a reservation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/pricing",
|
||||
},
|
||||
text: "Book Now", href: "/pricing"},
|
||||
{
|
||||
text: "Inquire Further",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Inquire Further", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,50 +167,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Rooms & Suites",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms & Suites", href: "#rooms"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#dining",
|
||||
},
|
||||
label: "Dining", href: "#dining"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Book Now", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user