Update src/app/page.tsx
This commit is contained in:
365
src/app/page.tsx
365
src/app/page.tsx
@@ -35,34 +35,20 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rooms",
|
name: "Rooms", id: "#rooms"},
|
||||||
id: "#rooms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
brandName="Hotel Wildpferd Dülmen"
|
brandName="Hotel Wildpferd Dülmen"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,39 +59,23 @@ export default function LandingPage() {
|
|||||||
description="Experience unparalleled comfort and hospitality in the heart of Dülmen. Your perfect escape, blending traditional charm with modern luxury."
|
description="Experience unparalleled comfort and hospitality in the heart of Dülmen. Your perfect escape, blending traditional charm with modern luxury."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Stay",
|
text: "Book Your Stay", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Explore Rooms",
|
text: "Explore Rooms", href: "#rooms"},
|
||||||
href: "#rooms",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg", imageAlt: "Luxurious hotel lobby"},
|
||||||
imageAlt: "Luxurious hotel lobby",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497258.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497258.jpg", imageAlt: "Cozy hotel room with a view"},
|
||||||
imageAlt: "Cozy hotel room with a view",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg", imageAlt: "Fine dining restaurant"},
|
||||||
imageAlt: "Fine dining restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263511.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263511.jpg", imageAlt: "Serene spa and wellness center"},
|
||||||
imageAlt: "Serene spa and wellness center",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-businesspeople-analyzing-document-restaurant_23-2147876709.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/two-young-businesspeople-analyzing-document-restaurant_23-2147876709.jpg", imageAlt: "Modern business conference room"},
|
||||||
imageAlt: "Modern business conference room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-old-building-front-blue-sky-day-time_231208-3241.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/roof-old-building-front-blue-sky-day-time_231208-3241.jpg", imageAlt: "Beautiful hotel exterior at dusk"},
|
||||||
imageAlt: "Beautiful hotel exterior at dusk",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
@@ -120,17 +90,11 @@ export default function LandingPage() {
|
|||||||
description="Nestled in the picturesque town of Dülmen, our hotel offers a unique blend of warm hospitality and modern amenities. We are dedicated to providing a memorable stay, whether you're here for business or leisure. Discover comfort, elegance, and exceptional service with us."
|
description="Nestled in the picturesque town of Dülmen, our hotel offers a unique blend of warm hospitality and modern amenities. We are dedicated to providing a memorable stay, whether you're here for business or leisure. Discover comfort, elegance, and exceptional service with us."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Rich Heritage",
|
title: "Rich Heritage", description: "Celebrating years of tradition in hospitality, serving guests with care."},
|
||||||
description: "Celebrating years of tradition in hospitality, serving guests with care.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Prime Location",
|
title: "Prime Location", description: "Strategically located for easy access to Dülmen's attractions and business centers."},
|
||||||
description: "Strategically located for easy access to Dülmen's attractions and business centers.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Personalized Service",
|
title: "Personalized Service", description: "Our dedicated staff ensures every guest receives a tailored and attentive experience."},
|
||||||
description: "Our dedicated staff ensures every guest receives a tailored and attentive experience.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/famous-historic-vieille-bourse-lille-france_181624-17289.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/famous-historic-vieille-bourse-lille-france_181624-17289.jpg"
|
||||||
imageAlt="Charming exterior of Hagedorn Hotel Wildpferd Dülmen"
|
imageAlt="Charming exterior of Hagedorn Hotel Wildpferd Dülmen"
|
||||||
@@ -144,23 +108,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Gourmet Dining",
|
title: "Gourmet Dining", description: "Indulge in culinary delights at our renowned restaurant, featuring local and international cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebration-event-healthy-dinner_1203-4054.jpg", imageAlt: "Elegant dining experience at hotel restaurant"},
|
||||||
description: "Indulge in culinary delights at our renowned restaurant, featuring local and international cuisine.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/food-celebration-event-healthy-dinner_1203-4054.jpg",
|
|
||||||
imageAlt: "Elegant dining experience at hotel restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Luxurious Spa & Wellness",
|
title: "Luxurious Spa & Wellness", description: "Rejuvenate your mind and body with our comprehensive spa services, including massages and a heated pool.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-illuminated-by-modern-electric-lamp-generated-by-ai_188544-28185.jpg", imageAlt: "Relaxing spa and wellness area"},
|
||||||
description: "Rejuvenate your mind and body with our comprehensive spa services, including massages and a heated pool.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-illuminated-by-modern-electric-lamp-generated-by-ai_188544-28185.jpg",
|
|
||||||
imageAlt: "Relaxing spa and wellness area",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Modern Event Spaces",
|
title: "Modern Event Spaces", description: "Host your conferences, weddings, or special events in our versatile and fully equipped venues.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-his-colleague-caf_23-2147876667.jpg", imageAlt: "Spacious event hall setup"},
|
||||||
description: "Host your conferences, weddings, or special events in our versatile and fully equipped venues.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-his-colleague-caf_23-2147876667.jpg",
|
|
||||||
imageAlt: "Spacious event hall setup",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hotel Amenities Designed for Your Comfort"
|
title="Hotel Amenities Designed for Your Comfort"
|
||||||
description="From exquisite dining to relaxing spa treatments, we offer a range of facilities to make your stay truly exceptional."
|
description="From exquisite dining to relaxing spa treatments, we offer a range of facilities to make your stay truly exceptional."
|
||||||
@@ -175,47 +127,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "standard-room",
|
id: "standard-room", name: "Standard Double Room", price: "€99/night", imageSrc: "http://img.b2bpic.net/free-photo/postpartum-box-still-life_23-2151174346.jpg", imageAlt: "Comfortable standard double room"},
|
||||||
name: "Standard Double Room",
|
|
||||||
price: "€99/night",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/postpartum-box-still-life_23-2151174346.jpg",
|
|
||||||
imageAlt: "Comfortable standard double room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "deluxe-room",
|
id: "deluxe-room", name: "Deluxe King Room", price: "€149/night", imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg", imageAlt: "Spacious deluxe king room"},
|
||||||
name: "Deluxe King Room",
|
|
||||||
price: "€149/night",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20725.jpg",
|
|
||||||
imageAlt: "Spacious deluxe king room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "executive-suite",
|
id: "executive-suite", name: "Executive Suite", price: "€249/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", imageAlt: "Luxurious executive suite"},
|
||||||
name: "Executive Suite",
|
|
||||||
price: "€249/night",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
|
||||||
imageAlt: "Luxurious executive suite",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "family-suite",
|
id: "family-suite", name: "Family Suite", price: "€189/night", imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431697.jpg", imageAlt: "Cozy family suite"},
|
||||||
name: "Family Suite",
|
|
||||||
price: "€189/night",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-living-nature_23-2149431697.jpg",
|
|
||||||
imageAlt: "Cozy family suite",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "accessible-room",
|
id: "accessible-room", name: "Accessible Room", price: "€119/night", imageSrc: "http://img.b2bpic.net/free-photo/rain-shower_74190-2861.jpg", imageAlt: "Accessible hotel room"},
|
||||||
name: "Accessible Room",
|
|
||||||
price: "€119/night",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rain-shower_74190-2861.jpg",
|
|
||||||
imageAlt: "Accessible hotel room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pet-friendly-room",
|
id: "pet-friendly-room", name: "Pet-Friendly Room", price: "€109/night", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-looking-their-dog-bedroom_23-2147840131.jpg", imageAlt: "Pet-friendly hotel room"},
|
||||||
name: "Pet-Friendly Room",
|
|
||||||
price: "€109/night",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-looking-their-dog-bedroom_23-2147840131.jpg",
|
|
||||||
imageAlt: "Pet-friendly hotel room",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Luxurious Rooms & Suites"
|
title="Our Luxurious Rooms & Suites"
|
||||||
description="Discover a selection of meticulously designed rooms and suites, each offering a unique blend of comfort and style. Find your perfect sanctuary."
|
description="Discover a selection of meticulously designed rooms and suites, each offering a unique blend of comfort and style. Find your perfect sanctuary."
|
||||||
@@ -229,45 +151,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "standard-rate",
|
id: "standard-rate", badge: "Value", badgeIcon: Sparkles,
|
||||||
badge: "Value",
|
price: "€99", subtitle: "Per night (Standard)", features: [
|
||||||
badgeIcon: Sparkles,
|
"Comfortable Double Bed", "Complimentary Wi-Fi", "En-suite Bathroom", "Flat-screen TV", "Access to Hotel Facilities"],
|
||||||
price: "€99",
|
|
||||||
subtitle: "Per night (Standard)",
|
|
||||||
features: [
|
|
||||||
"Comfortable Double Bed",
|
|
||||||
"Complimentary Wi-Fi",
|
|
||||||
"En-suite Bathroom",
|
|
||||||
"Flat-screen TV",
|
|
||||||
"Access to Hotel Facilities",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "flexi-rate",
|
id: "flexi-rate", badge: "Popular", badgeIcon: Star,
|
||||||
badge: "Popular",
|
price: "€119", subtitle: "Per night (Flexible)", features: [
|
||||||
badgeIcon: Star,
|
"All Standard Features", "Free Cancellation (24h)", "Breakfast Buffet Included", "Early Check-in/Late Check-out (subject to availability)"],
|
||||||
price: "€119",
|
|
||||||
subtitle: "Per night (Flexible)",
|
|
||||||
features: [
|
|
||||||
"All Standard Features",
|
|
||||||
"Free Cancellation (24h)",
|
|
||||||
"Breakfast Buffet Included",
|
|
||||||
"Early Check-in/Late Check-out (subject to availability)",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium-package",
|
id: "premium-package", badge: "Premium", badgeIcon: Award,
|
||||||
badge: "Premium",
|
price: "€189", subtitle: "Per night (Suite)", features: [
|
||||||
badgeIcon: Award,
|
"All Flexible Features", "Spacious Suite Accommodation", "Welcome Drink", "Access to Spa & Wellness Area", "Complimentary Minibar Refill"],
|
||||||
price: "€189",
|
|
||||||
subtitle: "Per night (Suite)",
|
|
||||||
features: [
|
|
||||||
"All Flexible Features",
|
|
||||||
"Spacious Suite Accommodation",
|
|
||||||
"Welcome Drink",
|
|
||||||
"Access to Spa & Wellness Area",
|
|
||||||
"Complimentary Minibar Refill",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Flexible Stays, Exceptional Value"
|
title="Flexible Stays, Exceptional Value"
|
||||||
@@ -280,27 +176,16 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "guests-served",
|
id: "guests-served", value: "20,000+", description: "Happy Guests Served"},
|
||||||
value: "20,000+",
|
|
||||||
description: "Happy Guests Served",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "years-experience",
|
id: "years-experience", value: "25+", description: "Years of Hospitality Experience"},
|
||||||
value: "25+",
|
|
||||||
description: "Years of Hospitality Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "five-star-reviews",
|
id: "five-star-reviews", value: "95%", description: "Five-Star Reviews"},
|
||||||
value: "95%",
|
|
||||||
description: "Five-Star Reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "repeat-visitors",
|
id: "repeat-visitors", value: "80%", description: "Repeat Visitors"},
|
||||||
value: "80%",
|
|
||||||
description: "Repeat Visitors",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Excellence"
|
title="Our Commitment to Excellence"
|
||||||
description="We pride ourselves on delivering outstanding guest experiences, reflected in our growing numbers and loyal patrons."
|
description="We pride ourselves on delivering outstanding guest experiences, reflected in our growing numbers and loyal patrons."
|
||||||
@@ -314,36 +199,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
groups={[
|
groups={[
|
||||||
{
|
{
|
||||||
id: "management",
|
id: "management", groupTitle: "Leadership & Guest Services", members: [
|
||||||
groupTitle: "Leadership & Guest Services",
|
|
||||||
members: [
|
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", title: "Mr. Hagedorn", subtitle: "General Manager", detail: "With over 20 years in luxury hospitality, Mr. Hagedorn ensures our hotel consistently exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-handsome-guys-formal-clothes-standing-hugging-bridegroom-smiling-greeting-his-wedding-day-hotel-room_8353-12142.jpg", imageAlt: "Portrait of Mr. Hagedorn, General Manager"},
|
||||||
title: "Mr. Hagedorn",
|
|
||||||
subtitle: "General Manager",
|
|
||||||
detail: "With over 20 years in luxury hospitality, Mr. Hagedorn ensures our hotel consistently exceeds expectations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-handsome-guys-formal-clothes-standing-hugging-bridegroom-smiling-greeting-his-wedding-day-hotel-room_8353-12142.jpg",
|
|
||||||
imageAlt: "Portrait of Mr. Hagedorn, General Manager",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", title: "Ms. Schmidt", subtitle: "Head Concierge", detail: "Ms. Schmidt is your go-to for local recommendations and personalized guest assistance.", imageSrc: "http://img.b2bpic.net/free-photo/tourists-couple-arrive-front-desk_482257-76666.jpg", imageAlt: "Portrait of Ms. Schmidt, Head Concierge"},
|
||||||
title: "Ms. Schmidt",
|
|
||||||
subtitle: "Head Concierge",
|
|
||||||
detail: "Ms. Schmidt is your go-to for local recommendations and personalized guest assistance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tourists-couple-arrive-front-desk_482257-76666.jpg",
|
|
||||||
imageAlt: "Portrait of Ms. Schmidt, Head Concierge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", title: "Chef Müller", subtitle: "Executive Chef", detail: "Chef Müller crafts exquisite menus, bringing local flavors and international techniques to your plate.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-bearded-chef-man-wearing-white-cooker-uniform-hat-holding-yellow-plate-white-wall_141793-32826.jpg", imageAlt: "Portrait of Chef Müller, Executive Chef"},
|
||||||
title: "Chef Müller",
|
|
||||||
subtitle: "Executive Chef",
|
|
||||||
detail: "Chef Müller crafts exquisite menus, bringing local flavors and international techniques to your plate.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-bearded-chef-man-wearing-white-cooker-uniform-hat-holding-yellow-plate-white-wall_141793-32826.jpg",
|
|
||||||
imageAlt: "Portrait of Chef Müller, Executive Chef",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg?_wi=2",
|
|
||||||
imageAlt: "smiling hotel manager professional portrait",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Meet Our Dedicated Team"
|
title="Meet Our Dedicated Team"
|
||||||
@@ -357,50 +220,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", title: "A truly magnificent stay!", quote: "Our weekend at Hagedorn Hotel Wildpferd Dülmen was absolutely perfect. The staff were incredibly attentive, the room was luxurious, and the dining experience was unforgettable. Highly recommend!", name: "Sarah J.", role: "Leisure Traveler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-guy-with-breakfast-bed-girlfriend_23-2148334447.jpg", imageAlt: "Smiling woman in a hotel room"},
|
||||||
title: "A truly magnificent stay!",
|
|
||||||
quote: "Our weekend at Hagedorn Hotel Wildpferd Dülmen was absolutely perfect. The staff were incredibly attentive, the room was luxurious, and the dining experience was unforgettable. Highly recommend!",
|
|
||||||
name: "Sarah J.",
|
|
||||||
role: "Leisure Traveler",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-guy-with-breakfast-bed-girlfriend_23-2148334447.jpg",
|
|
||||||
imageAlt: "Smiling woman in a hotel room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", title: "Excellent for Business Travel", quote: "As a frequent business traveler, I appreciate efficiency and comfort. This hotel delivered on both. Seamless check-in, reliable Wi-Fi, and a quiet room to get work done. I'll be back.", name: "Mark R.", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/motivated-boss-working-tirelessly-high-end-downtown-workspace_482257-123061.jpg", imageAlt: "Businessman in a hotel lounge"},
|
||||||
title: "Excellent for Business Travel",
|
|
||||||
quote: "As a frequent business traveler, I appreciate efficiency and comfort. This hotel delivered on both. Seamless check-in, reliable Wi-Fi, and a quiet room to get work done. I'll be back.",
|
|
||||||
name: "Mark R.",
|
|
||||||
role: "Business Executive",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/motivated-boss-working-tirelessly-high-end-downtown-workspace_482257-123061.jpg",
|
|
||||||
imageAlt: "Businessman in a hotel lounge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", title: "Charming and Welcoming", quote: "From the moment I arrived, I felt genuinely welcomed. The hotel has a beautiful, authentic charm, and the personal touches made all the difference. A real gem in Dülmen!", name: "Emily P.", role: "Solo Adventurer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-unpacking-suitcase-after-his-journey-sitting-bed-getting-clothes-out-bag_1258-314418.jpg", imageAlt: "Woman enjoying hotel balcony"},
|
||||||
title: "Charming and Welcoming",
|
|
||||||
quote: "From the moment I arrived, I felt genuinely welcomed. The hotel has a beautiful, authentic charm, and the personal touches made all the difference. A real gem in Dülmen!",
|
|
||||||
name: "Emily P.",
|
|
||||||
role: "Solo Adventurer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-unpacking-suitcase-after-his-journey-sitting-bed-getting-clothes-out-bag_1258-314418.jpg",
|
|
||||||
imageAlt: "Woman enjoying hotel balcony",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", title: "Our Anniversary Getaway", quote: "We chose Hagedorn Hotel for our anniversary, and it exceeded all expectations. The romantic dinner was exquisite, and the tranquil atmosphere made for a perfect celebration. Thank you for the memories.", name: "David & Maria K.", role: "Celebration Couple", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-together_23-2149262262.jpg", imageAlt: "Couple enjoying dinner at hotel"},
|
||||||
title: "Our Anniversary Getaway",
|
|
||||||
quote: "We chose Hagedorn Hotel for our anniversary, and it exceeded all expectations. The romantic dinner was exquisite, and the tranquil atmosphere made for a perfect celebration. Thank you for the memories.",
|
|
||||||
name: "David & Maria K.",
|
|
||||||
role: "Celebration Couple",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-together_23-2149262262.jpg",
|
|
||||||
imageAlt: "Couple enjoying dinner at hotel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", title: "Family Friendly Excellence", quote: "Traveling with kids can be challenging, but the staff at Hotel Wildpferd made it effortless. Our family room was spacious, and they were very accommodating with all our requests. A fantastic family vacation spot!", name: "The Müller Family", role: "Family Guests", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-around-calm-cosy-spaces_23-2149622615.jpg", imageAlt: "Family enjoying hotel pool"},
|
||||||
title: "Family Friendly Excellence",
|
|
||||||
quote: "Traveling with kids can be challenging, but the staff at Hotel Wildpferd made it effortless. Our family room was spacious, and they were very accommodating with all our requests. A fantastic family vacation spot!",
|
|
||||||
name: "The Müller Family",
|
|
||||||
role: "Family Guests",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-around-calm-cosy-spaces_23-2149622615.jpg",
|
|
||||||
imageAlt: "Family enjoying hotel pool",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Hear directly from those who have experienced the unique charm and exceptional service of Hotel Wildpferd Dülmen."
|
description="Hear directly from those who have experienced the unique charm and exceptional service of Hotel Wildpferd Dülmen."
|
||||||
@@ -412,30 +240,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "What are your check-in and check-out times?", content: "Check-in is from 3:00 PM, and check-out is until 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability."},
|
||||||
title: "What are your check-in and check-out times?",
|
|
||||||
content: "Check-in is from 3:00 PM, and check-out is until 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "Do you offer parking facilities?", content: "Yes, we provide complimentary on-site parking for all our guests. Valet parking is also available for an additional fee."},
|
||||||
title: "Do you offer parking facilities?",
|
|
||||||
content: "Yes, we provide complimentary on-site parking for all our guests. Valet parking is also available for an additional fee.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Is breakfast included in the room rate?", content: "Our flexible room rates include a rich breakfast buffet. For standard rates, breakfast can be added separately."},
|
||||||
title: "Is breakfast included in the room rate?",
|
|
||||||
content: "Our flexible room rates include a rich breakfast buffet. For standard rates, breakfast can be added separately.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "Do you have pet-friendly rooms?", content: "Yes, we offer a limited number of pet-friendly rooms. Please notify us in advance when booking if you plan to bring a pet."},
|
||||||
title: "Do you have pet-friendly rooms?",
|
|
||||||
content: "Yes, we offer a limited number of pet-friendly rooms. Please notify us in advance when booking if you plan to bring a pet.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq5",
|
id: "faq5", title: "What local attractions are near the hotel?", content: "We are ideally located close to Dülmen's historic city center, Merfelder Bruch (wild horses), and various cycling routes. Our concierge can provide recommendations."},
|
||||||
title: "What local attractions are near the hotel?",
|
|
||||||
content: "We are ideally located close to Dülmen's historic city center, Merfelder Bruch (wild horses), and various cycling routes. Our concierge can provide recommendations.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Find quick answers to common inquiries about your stay at Hagedorn Hotel Wildpferd Dülmen."
|
sideDescription="Find quick answers to common inquiries about your stay at Hagedorn Hotel Wildpferd Dülmen."
|
||||||
@@ -448,18 +261,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static",
|
variant: "rotated-rays-static"}}
|
||||||
}}
|
|
||||||
text="Ready to plan your unforgettable stay in Dülmen? Contact us today to reserve your room or inquire about our special offers. We look forward to welcoming you!"
|
text="Ready to plan your unforgettable stay in Dülmen? Contact us today to reserve your room or inquire about our special offers. We look forward to welcoming you!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Us: +49 2594 9110",
|
text: "Call Us: +49 2594 9110", href: "tel:+4925949110"},
|
||||||
href: "tel:+4925949110",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Email Us: info@hotel-wildpferd.de",
|
text: "Email Us: info@hotel-wildpferd.de", href: "mailto:info@hotel-wildpferd.de"},
|
||||||
href: "mailto:info@hotel-wildpferd.de",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -471,66 +279,39 @@ export default function LandingPage() {
|
|||||||
logoText="Hagedorn Hotel Wildpferd Dülmen"
|
logoText="Hagedorn Hotel Wildpferd Dülmen"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#home"},
|
||||||
href: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Rooms",
|
label: "Rooms", href: "#rooms"},
|
||||||
href: "#rooms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Features",
|
label: "Features", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Dining",
|
label: "Dining", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Spa & Wellness",
|
label: "Spa & Wellness", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Events",
|
label: "Events", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Concierge",
|
label: "Concierge", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Book Now",
|
label: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Location",
|
label: "Location", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Support",
|
label: "Support", href: "mailto:support@hotel-wildpferd.de"},
|
||||||
href: "mailto:support@hotel-wildpferd.de",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user