Update src/app/page.tsx

This commit is contained in:
2026-04-03 14:38:12 +00:00
parent 63d12181c8
commit fc490e19ae

View File

@@ -19,389 +19,185 @@ export default function LandingPage() {
defaultButtonVariant="elastic-effect"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="HoschiBeck KLG"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="HoschiBeck KLG"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
title="Tradition You Can Taste"
description="Handmade with love in the heart of Thun. Freshly baked bread, rich cakes, and warm service await you every morning at HoschiBeck KLG."
buttons={[
{
text: "Order Now",
href: "#contact",
},
{
text: "Visit Us",
href: "#contact",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg?_wi=1",
imageAlt: "Fresh bread display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg?_wi=1",
imageAlt: "Cakes and pastries",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg?_wi=1",
imageAlt: "Warm bakery atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg",
imageAlt: "Handmade bread variety",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/walnuts-leaves-near-drink-desserts_23-2147885859.jpg",
imageAlt: "Freshly baked goods",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stacked-breads-baker-shop_23-2147975213.jpg",
imageAlt: "Bakery interior view",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Tradition You Can Taste"
description="Handmade with love in the heart of Thun. Freshly baked bread, rich cakes, and warm service await you every morning at HoschiBeck KLG."
buttons={[
{ text: "Order Now", href: "#contact" },
{ text: "Visit Us", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Fresh bread display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg", imageAlt: "Cakes and pastries" },
{ imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg", imageAlt: "Warm bakery atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg", imageAlt: "Handmade bread variety" },
{ imageSrc: "http://img.b2bpic.net/free-photo/walnuts-leaves-near-drink-desserts_23-2147885859.jpg", imageAlt: "Freshly baked goods" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stacked-breads-baker-shop_23-2147975213.jpg", imageAlt: "Bakery interior view" },
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={true}
title="A Passion for Baking"
description="HoschiBeck KLG has been serving Thun with authentic Swiss baking traditions for years. Every loaf of bread and slice of cake is crafted by hand using locally sourced ingredients to ensure the freshness and quality our community deserves."
metrics={[
{
value: "100%",
title: "Freshness",
},
{
value: "Local",
title: "Ingredients",
},
{
value: "Daily",
title: "Baked",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983497.jpg"
imageAlt="Bakery tradition"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={true}
title="A Passion for Baking"
description="HoschiBeck KLG has been serving Thun with authentic Swiss baking traditions for years. Every loaf of bread and slice of cake is crafted by hand using locally sourced ingredients to ensure the freshness and quality our community deserves."
metrics={[
{ value: "100%", title: "Freshness" },
{ value: "Local", title: "Ingredients" },
{ value: "Daily", title: "Baked" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-hardworking-bread-bakery_23-2148983497.jpg"
imageAlt="Bakery tradition"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Bread",
name: "Sourdough Loaf",
price: "CHF 5.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-black-bread-brown-towel-potteries-dark-wall_179666-24634.jpg",
},
{
id: "p2",
brand: "Cakes",
name: "Chocolate Dream",
price: "CHF 4.20",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148769271.jpg",
},
{
id: "p3",
brand: "Pastries",
name: "Butter Croissant",
price: "CHF 2.50",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cakes-with-fruits-cream-along-with-fresh-cherries-strawberries-light-desk-cake-cream-fruit-sweet-tea_140725-30510.jpg",
},
{
id: "p4",
brand: "Sandwiches",
name: "Alpine Baguette",
price: "CHF 7.50",
rating: 4,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/bread-with-seeds-vegetables-sandwich_23-2148590215.jpg",
},
{
id: "p5",
brand: "Cakes",
name: "Hazelnut Slice",
price: "CHF 3.80",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-piece-cake-with-coffee-beans-wooden-board-high-quality-photo_114579-67873.jpg",
},
{
id: "p6",
brand: "Bread",
name: "Traditional Baguette",
price: "CHF 4.00",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/bread-white-french-baguettes-tablecloth-high-quality-photo_114579-18338.jpg",
},
]}
title="Our Daily Freshness"
description="Discover our wide range of freshly baked daily goods. From crusty sourdough bread to indulgent buttercream cakes, everything is made with local passion."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Bread", name: "Sourdough Loaf", price: "CHF 5.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-black-bread-brown-towel-potteries-dark-wall_179666-24634.jpg" },
{ id: "p2", brand: "Cakes", name: "Chocolate Dream", price: "CHF 4.20", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148769271.jpg" },
{ id: "p3", brand: "Pastries", name: "Butter Croissant", price: "CHF 2.50", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cakes-with-fruits-cream-along-with-fresh-cherries-strawberries-light-desk-cake-cream-fruit-sweet-tea_140725-30510.jpg" },
{ id: "p4", brand: "Sandwiches", name: "Alpine Baguette", price: "CHF 7.50", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/bread-with-seeds-vegetables-sandwich_23-2148590215.jpg" },
{ id: "p5", brand: "Cakes", name: "Hazelnut Slice", price: "CHF 3.80", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-piece-cake-with-coffee-beans-wooden-board-high-quality-photo_114579-67873.jpg" },
{ id: "p6", brand: "Bread", name: "Traditional Baguette", price: "CHF 4.00", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/bread-white-french-baguettes-tablecloth-high-quality-photo_114579-18338.jpg" },
]}
title="Our Daily Freshness"
description="Discover our wide range of freshly baked daily goods. From crusty sourdough bread to indulgent buttercream cakes, everything is made with local passion."
/>
</div>
<div id="features" data-section="features">
<FeatureCardNineteen
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: 1,
tag: "Fresh",
title: "Daily Baking",
subtitle: "Always fresh",
description: "We bake throughout the day to ensure you get warm goods.",
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg?_wi=2",
},
{
id: 2,
tag: "Local",
title: "Regional Goods",
subtitle: "From Thun, for Thun",
description: "We partner with local farmers for high-quality flour and produce.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg?_wi=2",
},
{
id: 3,
tag: "Craft",
title: "Handmade",
subtitle: "Artisan methods",
description: "Every pastry, cake, and loaf is crafted by hand using traditional recipes.",
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg?_wi=2",
},
]}
title="Quality First"
description="We don't compromise when it comes to quality. Our bakery relies on simple, authentic processes that deliver superior flavor every single time."
/>
</div>
<div id="features" data-section="features">
<FeatureCardNineteen
textboxLayout="split"
useInvertedBackground={true}
features={[
{ id: 1, tag: "Fresh", title: "Daily Baking", subtitle: "Always fresh", description: "We bake throughout the day to ensure you get warm goods.", imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg" },
{ id: 2, tag: "Local", title: "Regional Goods", subtitle: "From Thun, for Thun", description: "We partner with local farmers for high-quality flour and produce.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-supermarket_23-2149445504.jpg" },
{ id: 3, tag: "Craft", title: "Handmade", subtitle: "Artisan methods", description: "Every pastry, cake, and loaf is crafted by hand using traditional recipes.", imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg" },
]}
title="Quality First"
description="We don't compromise when it comes to quality. Our bakery relies on simple, authentic processes that deliver superior flavor every single time."
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Hans Hoschi",
role: "Master Baker",
description: "Bringing 30 years of traditional bread baking.",
imageSrc: "http://img.b2bpic.net/free-photo/baker-wearing-apron-kneading-dough-kitchen-counter-standing-against-brick-wall_23-2147883578.jpg",
},
{
id: "t2",
name: "Lena Beck",
role: "Pastry Chef",
description: "The creative heart behind our buttercream cakes.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-female-baker-standing-near-wooden-shelf-with-baked-breads_23-2148189126.jpg",
},
{
id: "t3",
name: "Sven Müller",
role: "Baker Assistant",
description: "Ensuring quality in our early morning batches.",
imageSrc: "http://img.b2bpic.net/free-photo/confectioner-woman-holding-cupcakes-smiling_23-2148075725.jpg",
},
{
id: "t4",
name: "Anna Huber",
role: "Service Manager",
description: "Your friendly face when visiting our shop.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg",
},
]}
title="The HoschiBeck Family"
description="Behind every delicious treat is a passionate team of bakers and staff dedicated to customer satisfaction."
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
members={[
{ id: "t1", name: "Hans Hoschi", role: "Master Baker", description: "Bringing 30 years of traditional bread baking.", imageSrc: "http://img.b2bpic.net/free-photo/baker-wearing-apron-kneading-dough-kitchen-counter-standing-against-brick-wall_23-2147883578.jpg" },
{ id: "t2", name: "Lena Beck", role: "Pastry Chef", description: "The creative heart behind our buttercream cakes.", imageSrc: "http://img.b2bpic.net/free-photo/confident-female-baker-standing-near-wooden-shelf-with-baked-breads_23-2148189126.jpg" },
{ id: "t3", name: "Sven Müller", role: "Baker Assistant", description: "Ensuring quality in our early morning batches.", imageSrc: "http://img.b2bpic.net/free-photo/confectioner-woman-holding-cupcakes-smiling_23-2148075725.jpg" },
{ id: "t4", name: "Anna Huber", role: "Service Manager", description: "Your friendly face when visiting our shop.", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg" },
]}
title="The HoschiBeck Family"
description="Behind every delicious treat is a passionate team of bakers and staff dedicated to customer satisfaction."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Meier",
handle: "@sarah_thun",
testimonial: "The best croissants in Thun! Always fresh and flaky.",
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-shirt-happily-looking-camera-while-eating-chocolate-cake-yellow-background_574295-5388.jpg",
},
{
id: "t2",
name: "Thomas Weber",
handle: "@thomas_w",
testimonial: "I love the warm service. Feels like home every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/female-male-baker-holding-basket-baked-croissant-pastry-shop_23-2148189111.jpg",
},
{
id: "t3",
name: "Elena Fischer",
handle: "@elena_f",
testimonial: "Their cakes are incredible, especially for special occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg",
},
{
id: "t4",
name: "Marc Ziegler",
handle: "@marc_z",
testimonial: "Authentic quality you don't find everywhere anymore.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-whisking-eggs-talking-with-her-daughter_329181-8930.jpg",
},
{
id: "t5",
name: "Julia Schmid",
handle: "@julia_s",
testimonial: "The staff is always so friendly and helpful.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-cake_1170-674.jpg",
},
]}
title="Kind Words from Thun"
description="Our customers are our biggest fans. Read what they have to say about our freshly baked goods and friendly atmosphere."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Sarah Meier", handle: "@sarah_thun", testimonial: "The best croissants in Thun! Always fresh and flaky.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-shirt-happily-looking-camera-while-eating-chocolate-cake-yellow-background_574295-5388.jpg" },
{ id: "t2", name: "Thomas Weber", handle: "@thomas_w", testimonial: "I love the warm service. Feels like home every morning.", imageSrc: "http://img.b2bpic.net/free-photo/female-male-baker-holding-basket-baked-croissant-pastry-shop_23-2148189111.jpg" },
{ id: "t3", name: "Elena Fischer", handle: "@elena_f", testimonial: "Their cakes are incredible, especially for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg" },
{ id: "t4", name: "Marc Ziegler", handle: "@marc_z", testimonial: "Authentic quality you don't find everywhere anymore.", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-whisking-eggs-talking-with-her-daughter_329181-8930.jpg" },
{ id: "t5", name: "Julia Schmid", handle: "@julia_s", testimonial: "The staff is always so friendly and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-cake_1170-674.jpg" },
]}
title="Kind Words from Thun"
description="Our customers are our biggest fans. Read what they have to say about our freshly baked goods and friendly atmosphere."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Are you open on Good Friday?",
content: "Yes, we are open on holidays but with shortened hours. Check our latest updates on social media.",
},
{
id: "f2",
title: "Do you accept pre-orders?",
content: "Absolutely! Pre-orders for cakes and large batches of bread can be placed via phone.",
},
{
id: "f3",
title: "Do you offer takeaway?",
content: "Yes, all of our products are available for takeaway. Just stop by the counter!",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg"
title="Frequently Asked"
description="Find answers to your questions about opening times, orders, and holiday exceptions."
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Are you open on Good Friday?", content: "Yes, we are open on holidays but with shortened hours. Check our latest updates on social media." },
{ id: "f2", title: "Do you accept pre-orders?", content: "Absolutely! Pre-orders for cakes and large batches of bread can be placed via phone." },
{ id: "f3", title: "Do you offer takeaway?", content: "Yes, all of our products are available for takeaway. Just stop by the counter!" },
]}
imageSrc="http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg"
title="Frequently Asked"
description="Find answers to your questions about opening times, orders, and holiday exceptions."
faqsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
tag="Visit Us"
title="HoschiBeck KLG"
description="Im Dorf 8, 3608 Thun, Switzerland | Phone: +41 33 123 45 67 | Open Mon-Fri: 06:0018:00, Sat: 07:0014:00, Sun: Closed."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
tag="Visit Us"
title="HoschiBeck KLG"
description="Im Dorf 8, 3608 Thun, Switzerland | Phone: +41 33 123 45 67 | Open Mon-Fri: 06:0018:00, Sat: 07:0014:00, Sun: Closed."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Products",
href: "#products",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{
title: "Visit",
items: [
{
label: "Im Dorf 8, Thun",
href: "#contact",
},
{
label: "Opening Hours",
href: "#contact",
},
],
},
{
title: "Social",
items: [
{
label: "Facebook",
href: "#",
},
{
label: "Instagram",
href: "#",
},
],
},
]}
logoText="HoschiBeck"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore", items: [
{ label: "About Us", href: "#about" },
{ label: "Products", href: "#products" },
{ label: "Reviews", href: "#testimonials" },
],
},
{
title: "Visit", items: [
{ label: "Im Dorf 8, Thun", href: "#contact" },
{ label: "Opening Hours", href: "#contact" },
],
},
{
title: "Social", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
],
},
]}
logoText="HoschiBeck"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}