Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
322
src/app/page.tsx
322
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "amenities",
|
||||
},
|
||||
name: "Amenities", id: "amenities"},
|
||||
{
|
||||
name: "Accommodations",
|
||||
id: "accommodations",
|
||||
},
|
||||
name: "Accommodations", id: "accommodations"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Castle House Hotel & Resorts"
|
||||
/>
|
||||
@@ -68,17 +54,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Castle House Hotel & Resorts"
|
||||
description="Discover our enchanting castle retreat offering world-class accommodations, exquisite dining, and unforgettable events. From romantic escapes to grand celebrations, every moment feels like royalty."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Escape",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Escape", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/historical-beautiful-castle_23-2151010486.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/historical-beautiful-castle_23-2151010486.jpg"
|
||||
imageAlt="Grand exterior of Castle House Hotel & Resorts"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -89,9 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Timeless Elegance"
|
||||
description={[
|
||||
"Nestled in breathtaking landscapes, Castle House Hotel & Resorts blends centuries of history with modern luxury. Our commitment to impeccable service ensures every guest experiences unparalleled comfort and an escape into a world of refined tranquility. Discover grand architecture, lush gardens, and a storied past that invites you to create your own history with us.",
|
||||
"From the moment you arrive, our dedicated team is devoted to crafting a personalized stay. Whether it's a serene spa retreat, a culinary journey through local flavors, or a majestic setting for your special event, Castle House offers an exclusive sanctuary where every detail is perfected for your royal experience.",
|
||||
]}
|
||||
"Nestled in breathtaking landscapes, Castle House Hotel & Resorts blends centuries of history with modern luxury. Our commitment to impeccable service ensures every guest experiences unparalleled comfort and an escape into a world of refined tranquility. Discover grand architecture, lush gardens, and a storied past that invites you to create your own history with us.", "From the moment you arrive, our dedicated team is devoted to crafting a personalized stay. Whether it's a serene spa retreat, a culinary journey through local flavors, or a majestic setting for your special event, Castle House offers an exclusive sanctuary where every detail is perfected for your royal experience."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,23 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exquisite Fine Dining",
|
||||
description: "Savor gourmet cuisine crafted by acclaimed chefs in our elegant restaurants, offering a culinary journey through local and international flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
|
||||
imageAlt: "Elegant fine dining restaurant",
|
||||
},
|
||||
title: "Exquisite Fine Dining", description: "Savor gourmet cuisine crafted by acclaimed chefs in our elegant restaurants, offering a culinary journey through local and international flavors.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", imageAlt: "Elegant fine dining restaurant"},
|
||||
{
|
||||
title: "Serene Spa & Wellness",
|
||||
description: "Rejuvenate your mind, body, and soul at our luxurious spa, featuring a heated indoor pool, personalized treatments, and holistic therapies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-accessories-dark-background_1220-3736.jpg",
|
||||
imageAlt: "Luxury spa with indoor pool",
|
||||
},
|
||||
title: "Serene Spa & Wellness", description: "Rejuvenate your mind, body, and soul at our luxurious spa, featuring a heated indoor pool, personalized treatments, and holistic therapies.", imageSrc: "http://img.b2bpic.net/free-photo/spa-accessories-dark-background_1220-3736.jpg", imageAlt: "Luxury spa with indoor pool"},
|
||||
{
|
||||
title: "Grand Event Venues",
|
||||
description: "Host unforgettable weddings, corporate retreats, and special celebrations in our versatile ballrooms and picturesque garden settings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg",
|
||||
imageAlt: "Grand ballroom for events",
|
||||
},
|
||||
title: "Grand Event Venues", description: "Host unforgettable weddings, corporate retreats, and special celebrations in our versatile ballrooms and picturesque garden settings.", imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg", imageAlt: "Grand ballroom for events"},
|
||||
]}
|
||||
title="Unparalleled Amenities for a Royal Stay"
|
||||
description="Indulge in our curated selection of world-class amenities designed to elevate your experience."
|
||||
@@ -131,49 +100,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "deluxe-room",
|
||||
name: "Deluxe Room",
|
||||
price: "$350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
|
||||
imageAlt: "Spacious deluxe room with a view",
|
||||
},
|
||||
id: "deluxe-room", name: "Deluxe Room", price: "$350/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Spacious deluxe room with a view"},
|
||||
{
|
||||
id: "executive-suite",
|
||||
name: "Executive Suite",
|
||||
price: "$600/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg",
|
||||
imageAlt: "Elegant executive suite with living area",
|
||||
},
|
||||
id: "executive-suite", name: "Executive Suite", price: "$600/night", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Elegant executive suite with living area"},
|
||||
{
|
||||
id: "royal-penthouse",
|
||||
name: "Royal Penthouse",
|
||||
price: "$1500/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-hot-dishes-two-attractive-women-restaurant_8353-10573.jpg",
|
||||
imageAlt: "Luxurious royal penthouse with panoramic view",
|
||||
},
|
||||
id: "royal-penthouse", name: "Royal Penthouse", price: "$1500/night", imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-hot-dishes-two-attractive-women-restaurant_8353-10573.jpg", imageAlt: "Luxurious royal penthouse with panoramic view"},
|
||||
{
|
||||
id: "garden-villa",
|
||||
name: "Garden Villa",
|
||||
price: "$850/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg",
|
||||
imageAlt: "Secluded garden villa with private terrace",
|
||||
},
|
||||
id: "garden-villa", name: "Garden Villa", price: "$850/night", imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg", imageAlt: "Secluded garden villa with private terrace"},
|
||||
{
|
||||
id: "historic-wing-room",
|
||||
name: "Historic Wing Room",
|
||||
price: "$400/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-interior_74190-6489.jpg",
|
||||
imageAlt: "Room in the historic wing with antique furnishings",
|
||||
},
|
||||
id: "historic-wing-room", name: "Historic Wing Room", price: "$400/night", imageSrc: "http://img.b2bpic.net/free-photo/decoration-interior_74190-6489.jpg", imageAlt: "Room in the historic wing with antique furnishings"},
|
||||
{
|
||||
id: "family-suite",
|
||||
name: "Family Suite",
|
||||
price: "$750/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285967.jpg",
|
||||
imageAlt: "Spacious family suite with multiple beds",
|
||||
},
|
||||
id: "family-suite", name: "Family Suite", price: "$750/night", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285967.jpg", imageAlt: "Spacious family suite with multiple beds"},
|
||||
]}
|
||||
title="Luxurious Accommodations"
|
||||
description="Each room and suite is a sanctuary of comfort and elegance, blending historic charm with modern amenities, ensuring a truly regal stay."
|
||||
@@ -187,29 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-heritage",
|
||||
value: "200+",
|
||||
title: "Years of Heritage",
|
||||
description: "Preserving history while embracing modern luxury for centuries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-whiskey-night-club_329181-18660.jpg",
|
||||
imageAlt: "Award trophy",
|
||||
},
|
||||
id: "years-heritage", value: "200+", title: "Years of Heritage", description: "Preserving history while embracing modern luxury for centuries.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-whiskey-night-club_329181-18660.jpg", imageAlt: "Award trophy"},
|
||||
{
|
||||
id: "events-hosted",
|
||||
value: "500+",
|
||||
title: "Grand Events Hosted",
|
||||
description: "From intimate gatherings to majestic celebrations, we've hosted them all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167220.jpg",
|
||||
imageAlt: "Wedding event setting",
|
||||
},
|
||||
id: "events-hosted", value: "500+", title: "Grand Events Hosted", description: "From intimate gatherings to majestic celebrations, we've hosted them all.", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167220.jpg", imageAlt: "Wedding event setting"},
|
||||
{
|
||||
id: "guest-satisfaction",
|
||||
value: "98%",
|
||||
title: "Guest Satisfaction",
|
||||
description: "Our dedication to personalized service ensures every guest leaves delighted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-couple-about-kiss-while-standing-embraced-swimming-pool-wellness-center-copy-space_637285-7544.jpg",
|
||||
imageAlt: "Smiling guest showing satisfaction",
|
||||
},
|
||||
id: "guest-satisfaction", value: "98%", title: "Guest Satisfaction", description: "Our dedication to personalized service ensures every guest leaves delighted.", imageSrc: "http://img.b2bpic.net/free-photo/affectionate-couple-about-kiss-while-standing-embraced-swimming-pool-wellness-center-copy-space_637285-7544.jpg", imageAlt: "Smiling guest showing satisfaction"},
|
||||
]}
|
||||
title="Crafting Unforgettable Memories"
|
||||
description="Our commitment to excellence is reflected in every detail and every experience we've shared, ensuring unparalleled satisfaction."
|
||||
@@ -223,69 +145,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Leadership Team",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Leadership Team", members: [
|
||||
{
|
||||
id: "manager-1",
|
||||
title: "Eleanor Vance",
|
||||
subtitle: "General Manager",
|
||||
detail: "Over 20 years experience in luxury hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg",
|
||||
imageAlt: "Eleanor Vance, General Manager",
|
||||
},
|
||||
id: "manager-1", title: "Eleanor Vance", subtitle: "General Manager", detail: "Over 20 years experience in luxury hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg", imageAlt: "Eleanor Vance, General Manager"},
|
||||
{
|
||||
id: "manager-2",
|
||||
title: "Marcus Thorne",
|
||||
subtitle: "Guest Relations Director",
|
||||
detail: "Ensuring every guest's stay is exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10409.jpg",
|
||||
imageAlt: "Marcus Thorne, Guest Relations Director",
|
||||
},
|
||||
id: "manager-2", title: "Marcus Thorne", subtitle: "Guest Relations Director", detail: "Ensuring every guest's stay is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10409.jpg", imageAlt: "Marcus Thorne, Guest Relations Director"},
|
||||
{
|
||||
id: "manager-3",
|
||||
title: "Isabella Rossi",
|
||||
subtitle: "Head of Events",
|
||||
detail: "Mastermind behind all our grand celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167228.jpg",
|
||||
imageAlt: "Isabella Rossi, Head of Events",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/historical-beautiful-castle_23-2151010486.jpg?_wi=2",
|
||||
imageAlt: "professional male hotel general manager smiling",
|
||||
id: "manager-3", title: "Isabella Rossi", subtitle: "Head of Events", detail: "Mastermind behind all our grand celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167228.jpg", imageAlt: "Isabella Rossi, Head of Events"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "concierge",
|
||||
groupTitle: "Concierge Services",
|
||||
members: [
|
||||
id: "concierge", groupTitle: "Concierge Services", members: [
|
||||
{
|
||||
id: "concierge-1",
|
||||
title: "Liam O'Connell",
|
||||
subtitle: "Senior Concierge",
|
||||
detail: "Your personal guide to local experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714444.jpg",
|
||||
imageAlt: "Liam O'Connell, Senior Concierge",
|
||||
},
|
||||
id: "concierge-1", title: "Liam O'Connell", subtitle: "Senior Concierge", detail: "Your personal guide to local experiences.", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714444.jpg", imageAlt: "Liam O'Connell, Senior Concierge"},
|
||||
{
|
||||
id: "concierge-2",
|
||||
title: "Sophia Chen",
|
||||
subtitle: "Concierge Specialist",
|
||||
detail: "Dedicated to fulfilling all your requests seamlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-ready-prom_23-2149096474.jpg",
|
||||
imageAlt: "Sophia Chen, Concierge Specialist",
|
||||
},
|
||||
id: "concierge-2", title: "Sophia Chen", subtitle: "Concierge Specialist", detail: "Dedicated to fulfilling all your requests seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-ready-prom_23-2149096474.jpg", imageAlt: "Sophia Chen, Concierge Specialist"},
|
||||
{
|
||||
id: "concierge-3",
|
||||
title: "David Miller",
|
||||
subtitle: "Guest Experience Lead",
|
||||
detail: "Ensuring every aspect of your visit is perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-working-together_23-2149871330.jpg",
|
||||
imageAlt: "David Miller, Guest Experience Lead",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boston-public-library_649448-649.jpg",
|
||||
imageAlt: "professional male hotel general manager smiling",
|
||||
},
|
||||
id: "concierge-3", title: "David Miller", subtitle: "Guest Experience Lead", detail: "Ensuring every aspect of your visit is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-working-together_23-2149871330.jpg", imageAlt: "David Miller, Guest Experience Lead"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Dedicated Hospitality Team"
|
||||
description="Our passionate team is committed to providing a personalized and flawless experience during your stay, anticipating your every need."
|
||||
@@ -299,64 +177,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Evelyn Reed",
|
||||
role: "CEO, Reed Enterprises",
|
||||
company: "Reed Enterprises",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-surfing-net-computer-hotel-room_637285-7580.jpg",
|
||||
imageAlt: "Evelyn Reed",
|
||||
},
|
||||
id: "1", name: "Evelyn Reed", role: "CEO, Reed Enterprises", company: "Reed Enterprises", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-surfing-net-computer-hotel-room_637285-7580.jpg", imageAlt: "Evelyn Reed"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Arthur P. Thompson",
|
||||
role: "Travel Blogger",
|
||||
company: "Global Wanderlust",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-outdoor-image-charming-hipster-guy-shades-snapback_343059-3681.jpg",
|
||||
imageAlt: "Arthur P. Thompson",
|
||||
},
|
||||
id: "2", name: "Arthur P. Thompson", role: "Travel Blogger", company: "Global Wanderlust", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-outdoor-image-charming-hipster-guy-shades-snapback_343059-3681.jpg", imageAlt: "Arthur P. Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Clarke",
|
||||
role: "Event Planner",
|
||||
company: "Opulent Events Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg",
|
||||
imageAlt: "Sophia Clarke",
|
||||
},
|
||||
id: "3", name: "Sophia Clarke", role: "Event Planner", company: "Opulent Events Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", imageAlt: "Sophia Clarke"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Julian Finch",
|
||||
role: "Historian",
|
||||
company: "Heritage Institute",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-his-office_329181-17574.jpg",
|
||||
imageAlt: "Dr. Julian Finch",
|
||||
},
|
||||
id: "4", name: "Dr. Julian Finch", role: "Historian", company: "Heritage Institute", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-his-office_329181-17574.jpg", imageAlt: "Dr. Julian Finch"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mr. & Mrs. Davies",
|
||||
role: "Honeymooners",
|
||||
company: "Private Guests",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-joyful-tourists-taking-selfie-city-promenade_1262-21026.jpg",
|
||||
imageAlt: "Mr. & Mrs. Davies",
|
||||
},
|
||||
id: "5", name: "Mr. & Mrs. Davies", role: "Honeymooners", company: "Private Guests", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-joyful-tourists-taking-selfie-city-promenade_1262-21026.jpg", imageAlt: "Mr. & Mrs. Davies"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5/5", label: "Average Rating"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Would Recommend",
|
||||
},
|
||||
value: "99%", label: "Would Recommend"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Event Success Rate",
|
||||
},
|
||||
value: "100%", label: "Event Success Rate"},
|
||||
]}
|
||||
title="Voices of Our Cherished Guests"
|
||||
description="Hear from those who have experienced the magic and elegance of Castle House Hotel & Resorts, a truly unforgettable destination."
|
||||
@@ -369,25 +211,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the check-in and check-out times?",
|
||||
content: "Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability.",
|
||||
},
|
||||
id: "1", title: "What are the check-in and check-out times?", content: "Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer dining options on-site?",
|
||||
content: "Yes, Castle House Hotel & Resorts boasts multiple exquisite dining venues, including a fine-dining restaurant, a casual bistro, and a charming tea lounge. Room service is also available 24/7.",
|
||||
},
|
||||
id: "2", title: "Do you offer dining options on-site?", content: "Yes, Castle House Hotel & Resorts boasts multiple exquisite dining venues, including a fine-dining restaurant, a casual bistro, and a charming tea lounge. Room service is also available 24/7."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are pets allowed at the resort?",
|
||||
content: "We welcome well-behaved pets in select accommodations. Please inform us at the time of booking to ensure a pet-friendly room is available, and additional fees may apply.",
|
||||
},
|
||||
id: "3", title: "Are pets allowed at the resort?", content: "We welcome well-behaved pets in select accommodations. Please inform us at the time of booking to ensure a pet-friendly room is available, and additional fees may apply."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What types of events can be hosted at Castle House?",
|
||||
content: "Our versatile venues are perfect for a wide range of events, including weddings, corporate conferences, gala dinners, private celebrations, and more. Our dedicated events team will assist you with every detail.",
|
||||
},
|
||||
id: "4", title: "What types of events can be hosted at Castle House?", content: "Our versatile venues are perfect for a wide range of events, including weddings, corporate conferences, gala dinners, private celebrations, and more. Our dedicated events team will assist you with every detail."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common inquiries about your stay, events, and our exclusive services at Castle House."
|
||||
@@ -399,8 +229,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Plan Your Royal Escape"
|
||||
description="Whether you're planning a romantic getaway, a grand celebration, or a corporate retreat, our team is ready to assist you. Contact us to learn more or to reserve your unforgettable experience."
|
||||
@@ -421,54 +250,33 @@ export default function LandingPage() {
|
||||
logoText="Castle House Hotel & Resorts"
|
||||
columns={[
|
||||
{
|
||||
title: "Resort",
|
||||
items: [
|
||||
title: "Resort", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Accommodations",
|
||||
href: "#accommodations",
|
||||
},
|
||||
label: "Accommodations", href: "#accommodations"},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Amenities", href: "#amenities"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Experiences",
|
||||
items: [
|
||||
title: "Experiences", items: [
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Weddings", href: "#experience"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Events", href: "#experience"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#amenities",
|
||||
},
|
||||
label: "Dining", href: "#amenities"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user