Merge version_1 into main #1
445
src/app/page.tsx
445
src/app/page.tsx
@@ -28,326 +28,147 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Ambience",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Wirts Bierbaum"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Ambience", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Wirts Bierbaum"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Hervorragende Gastfreundschaft in Wirts Bierbaum"
|
||||
description="Experience the warmth of our traditional Austrian Gasthaus. From our kitchen to our rooms, we pride ourselves on delivering an erstklassig experience for families, groups, and celebrations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg"
|
||||
imageAlt="Traditional Austrian Gasthaus interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-people-taking-selfie-bistro-medium-shot_23-2149366464.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13210.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Regional Ingredients",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Traditional Recipes",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Friendly",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Rooms",
|
||||
icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gourmet Dining",
|
||||
icon: Utensils,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Hervorragende Gastfreundschaft in Wirts Bierbaum"
|
||||
description="Experience the warmth of our traditional Austrian Gasthaus. From our kitchen to our rooms, we pride ourselves on delivering an erstklassig experience for families, groups, and celebrations."
|
||||
buttons={[{ text: "Reserve Now", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg"
|
||||
imageAlt="Traditional Austrian Gasthaus interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-people-taking-selfie-bistro-medium-shot_23-2149366464.jpg", alt: "Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", alt: "Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13210.jpg", alt: "Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", alt: "Guest 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Regional Ingredients", icon: Leaf },
|
||||
{ type: "text-icon", text: "Traditional Recipes", icon: Award },
|
||||
{ type: "text-icon", text: "Family Friendly", icon: Users },
|
||||
{ type: "text-icon", text: "Luxury Rooms", icon: Home },
|
||||
{ type: "text-icon", text: "Gourmet Dining", icon: Utensils },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Philosophy"
|
||||
title="More Than Just a Meal"
|
||||
description="We blend heritage and hospitality into a single, seamless experience. Whether you're here for our award-winning Kürbiscremesuppe or to stay in our meticulously appointed rooms, you'll feel the Bierbaum dedication in every detail."
|
||||
subdescription="Perfect for families and group celebrations."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thanksgiving-recipes-ingredients-high-angle_23-2148663958.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Philosophy"
|
||||
title="More Than Just a Meal"
|
||||
description="We blend heritage and hospitality into a single, seamless experience. Whether you're here for our award-winning Kürbiscremesuppe or to stay in our meticulously appointed rooms, you'll feel the Bierbaum dedication in every detail."
|
||||
subdescription="Perfect for families and group celebrations."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thanksgiving-recipes-ingredients-high-angle_23-2148663958.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Erstklassig Cuisine",
|
||||
description: "Authentic Austrian recipes refined with a modern, gourmet touch.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Heartfelt Service",
|
||||
description: "Attentive, genuine care that makes every group or family feel truly at home.",
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Luxury Comfort",
|
||||
description: "Five-star rated rooms offering peaceful, traditional comfort in every corner.",
|
||||
},
|
||||
]}
|
||||
title="Three Pillars of Bierbaum"
|
||||
description="Our promise to every guest, from local diners to international travelers."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ icon: Utensils, title: "Erstklassig Cuisine", description: "Authentic Austrian recipes refined with a modern, gourmet touch." },
|
||||
{ icon: Smile, title: "Heartfelt Service", description: "Attentive, genuine care that makes every group or family feel truly at home." },
|
||||
{ icon: Home, title: "Luxury Comfort", description: "Five-star rated rooms offering peaceful, traditional comfort in every corner." },
|
||||
]}
|
||||
title="Three Pillars of Bierbaum"
|
||||
description="Our promise to every guest, from local diners to international travelers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hans M.",
|
||||
role: "Frequent Diner",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-taking-selfie-bistro-medium-shot_23-2149366464.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah & Family",
|
||||
role: "Guest",
|
||||
company: "Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Markus K.",
|
||||
role: "Group Leader",
|
||||
company: "Birthday Celebration",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13210.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena P.",
|
||||
role: "Hotel Guest",
|
||||
company: "Weekend Stay",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Family Weber",
|
||||
role: "Local Guests",
|
||||
company: "Weekly Sunday Roast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
},
|
||||
]}
|
||||
title="Voices from Our Guests"
|
||||
description="Don't just take our word for it — hear what our visitors have to say."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Hans M.", role: "Frequent Diner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-taking-selfie-bistro-medium-shot_23-2149366464.jpg" },
|
||||
{ id: "2", name: "Sarah & Family", role: "Guest", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" },
|
||||
{ id: "3", name: "Markus K.", role: "Group Leader", company: "Birthday Celebration", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13210.jpg" },
|
||||
{ id: "4", name: "Elena P.", role: "Hotel Guest", company: "Weekend Stay", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
|
||||
{ id: "5", name: "Family Weber", role: "Local Guests", company: "Weekly Sunday Roast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
|
||||
]}
|
||||
title="Voices from Our Guests"
|
||||
description="Don't just take our word for it — hear what our visitors have to say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kürbiscremesuppe",
|
||||
price: "9,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-onion-green-herbs_114579-3264.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zweierlei vom Fisch",
|
||||
price: "24,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-bread-female-hands_169016-45003.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Wiener Roast",
|
||||
price: "26,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jägerpfanne",
|
||||
price: "22,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hausgemachter Strudel",
|
||||
price: "8,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bierbaum Fleischplatte",
|
||||
price: "28,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-raclette-dish-with-delicious-food-assortment_23-2149514169.jpg",
|
||||
},
|
||||
]}
|
||||
title="Culinary Highlights"
|
||||
description="A curated teaser of our favorite dishes, prepared with fresh, regional ingredients."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Kürbiscremesuppe", price: "9,50 €", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-onion-green-herbs_114579-3264.jpg" },
|
||||
{ id: "2", name: "Zweierlei vom Fisch", price: "24,00 €", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-bread-female-hands_169016-45003.jpg" },
|
||||
{ id: "3", name: "Wiener Roast", price: "26,50 €", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg" },
|
||||
{ id: "4", name: "Jägerpfanne", price: "22,00 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg" },
|
||||
{ id: "5", name: "Hausgemachter Strudel", price: "8,50 €", imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg" },
|
||||
{ id: "6", name: "Bierbaum Fleischplatte", price: "28,00 €", imageSrc: "http://img.b2bpic.net/free-photo/view-raclette-dish-with-delicious-food-assortment_23-2149514169.jpg" },
|
||||
]}
|
||||
title="Culinary Highlights"
|
||||
description="A curated teaser of our favorite dishes, prepared with fresh, regional ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you have facilities for children?",
|
||||
content: "Yes, we have a dedicated play area to keep children entertained while you enjoy your meal.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you host large groups?",
|
||||
content: "Absolutely! We specialize in birthday parties, corporate events, and group gatherings.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I make a reservation?",
|
||||
content: "Please fill out our reservation form below or call us directly at our contact number for the fastest response.",
|
||||
},
|
||||
]}
|
||||
title="Everything You Need to Know"
|
||||
description="Common questions to help you prepare for your visit."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you have facilities for children?", content: "Yes, we have a dedicated play area to keep children entertained while you enjoy your meal." },
|
||||
{ id: "2", title: "Can you host large groups?", content: "Absolutely! We specialize in birthday parties, corporate events, and group gatherings." },
|
||||
{ id: "3", title: "How can I make a reservation?", content: "Please fill out our reservation form below or call us directly at our contact number for the fastest response." },
|
||||
]}
|
||||
title="Everything You Need to Know"
|
||||
description="Common questions to help you prepare for your visit."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
title="Reserve Your Table"
|
||||
description="Have a specific request or looking to book a room? Reach out and we'll get back to you immediately."
|
||||
buttonText="Send Reservation"
|
||||
tag="Get in Touch"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "animated-grid" }}
|
||||
title="Reserve Your Table"
|
||||
description="Have a specific request or looking to book a room? Reach out and we'll get back to you immediately."
|
||||
buttonText="Send Reservation"
|
||||
tag="Get in Touch"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Wirts Bierbaum"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Imprint",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 | Wirts Bierbaum"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Wirts Bierbaum"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Rooms", href: "#rooms" }, { label: "Reserve", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Imprint", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | Wirts Bierbaum"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user