1 Commits

Author SHA1 Message Date
be02920603 Update src/app/page.tsx 2026-04-25 09:19:19 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Story", name: "Story", id: "#about"},
id: "#about",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Allianz Bäckerei" brandName="Allianz Bäckerei"
/> />
@@ -58,35 +50,23 @@ export default function LandingPage() {
description="Deggendorf's finest traditional Balkan bakery. Handcrafted burek, artisanal pastries, and excellent coffee served with family warmth." description="Deggendorf's finest traditional Balkan bakery. Handcrafted burek, artisanal pastries, and excellent coffee served with family warmth."
buttons={[ buttons={[
{ {
text: "View Our Menu", text: "View Our Menu", href: "#menu"},
href: "#menu", {
}, text: "Visit Our Bakery", href: "#contact"},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-pastries-through-glass-showcase-cafe_171337-17133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-pastries-through-glass-showcase-cafe_171337-17133.jpg", imageAlt: "Bakery interior"},
imageAlt: "Bakery interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-lavash-bread_114579-8640.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-lavash-bread_114579-8640.jpg", imageAlt: "Fresh burek"},
imageAlt: "Fresh burek",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageAlt: "Handcrafted torten"},
imageAlt: "Handcrafted torten",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-pastry-flour-round-board-grater-fresh-fruits-eggs-honey-gray-background_140725-160060.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-pastry-flour-round-board-grater-fresh-fruits-eggs-honey-gray-background_140725-160060.jpg", imageAlt: "Savory pastry"},
imageAlt: "Savory pastry",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-cookies-wooden-board_114579-23659.jpg", imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-cookies-wooden-board_114579-23659.jpg", imageAlt: "Catering assortment"},
imageAlt: "Catering assortment",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg", imageAlt: "Freshly brewed coffee"},
imageAlt: "Freshly brewed coffee",
},
]} ]}
/> />
</div> </div>
@@ -107,41 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Classic Burek", price: "from 4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-yogurt-composto-wooden-board_114579-8624.jpg"},
name: "Classic Burek",
price: "from 4,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-yogurt-composto-wooden-board_114579-8624.jpg",
},
{ {
id: "p2", id: "p2", name: "Raffaello Torte", price: "4,20 €", imageSrc: "http://img.b2bpic.net/free-photo/classic-shtrudel-dessert-with-ice-cream-white-plate_93675-134645.jpg"},
name: "Raffaello Torte",
price: "4,20 €",
imageSrc: "http://img.b2bpic.net/free-photo/classic-shtrudel-dessert-with-ice-cream-white-plate_93675-134645.jpg",
},
{ {
id: "p3", id: "p3", name: "Savory Pogača", price: "3,80 €", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-cookies-with-festive-bow_114579-73492.jpg"},
name: "Savory Pogača",
price: "3,80 €",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-cookies-with-festive-bow_114579-73492.jpg",
},
{ {
id: "p4", id: "p4", name: "Bakery Catering Tray", price: "from 35 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-alfajores-with-copy-space_23-2148740234.jpg"},
name: "Bakery Catering Tray",
price: "from 35 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-alfajores-with-copy-space_23-2148740234.jpg",
},
{ {
id: "p5", id: "p5", name: "Artisan Coffee", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mug-cookies-tray_23-2148791069.jpg"},
name: "Artisan Coffee",
price: "2,80 €",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mug-cookies-tray_23-2148791069.jpg",
},
{ {
id: "p6", id: "p6", name: "Balkan Special Pie", price: "5,00 €", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-baked-food-oats_23-2147860336.jpg"},
name: "Balkan Special Pie",
price: "5,00 €",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-baked-food-oats_23-2147860336.jpg",
},
]} ]}
title="Handcrafted Daily Selections" title="Handcrafted Daily Selections"
description="Authentic recipes, premium ingredients, and the dedication of our family kitchen." description="Authentic recipes, premium ingredients, and the dedication of our family kitchen."
@@ -154,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Halal Options", title: "Halal Options", description: "Dedicated selection catering to our diverse community.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chamomile-tea-with-cookies-marble_114579-60726.jpg", imageAlt: "Halal badge"},
description: "Dedicated selection catering to our diverse community.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chamomile-tea-with-cookies-marble_114579-60726.jpg",
imageAlt: "Halal badge",
},
{ {
title: "Traditional Recipes", title: "Traditional Recipes", description: "Authentic Balkan burek prepared using handed-down techniques.", imageSrc: "http://img.b2bpic.net/free-photo/family-cooking-time_23-2148542892.jpg", imageAlt: "Burek prep"},
description: "Authentic Balkan burek prepared using handed-down techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/family-cooking-time_23-2148542892.jpg",
imageAlt: "Burek prep",
},
{ {
title: "Artisanal Coffee", title: "Artisanal Coffee", description: "Premium beans paired perfectly with our handcrafted sweet treats.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-different-glazed-donuts_23-2148536880.jpg", imageAlt: "Coffee experience"},
description: "Premium beans paired perfectly with our handcrafted sweet treats.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-different-glazed-donuts_23-2148536880.jpg",
imageAlt: "Coffee experience",
},
]} ]}
title="Why Our Patrons Love Allianz" title="Why Our Patrons Love Allianz"
description="We blend heritage recipes with the freshest ingredients to bring authentic Balkan taste to Deggendorf." description="We blend heritage recipes with the freshest ingredients to bring authentic Balkan taste to Deggendorf."
@@ -182,30 +126,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg"},
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
},
{ {
id: "t3", id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg"},
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg",
},
{ {
id: "t4", id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-positive-african-american-with-afro-hairstyle-waving-smiling-while-walking-street-wearing-trendy-outfit-headphones-neck_176420-19795.jpg"},
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-positive-african-american-with-afro-hairstyle-waving-smiling-while-walking-street-wearing-trendy-outfit-headphones-neck_176420-19795.jpg",
},
{ {
id: "t5", id: "t5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-kitchen-home_171337-4125.jpg"},
name: "Jessica Lee",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-kitchen-home_171337-4125.jpg",
},
]} ]}
cardTitle="Loved by the Deggendorf Community" cardTitle="Loved by the Deggendorf Community"
cardTag="4.6★ Google Rating" cardTag="4.6★ Google Rating"
@@ -218,14 +147,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Balkan Heritage", "Balkan Heritage", "Fresh Daily", "Halal Certified", "Handcrafted Art", "Family Recipes", "Premium Beans", "Deggendorf Local"]}
"Fresh Daily",
"Halal Certified",
"Handcrafted Art",
"Family Recipes",
"Premium Beans",
"Deggendorf Local",
]}
title="Our Artisan Standards" title="Our Artisan Standards"
description="Commitment to excellence in every crumb we bake." description="Commitment to excellence in every crumb we bake."
/> />
@@ -237,20 +159,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer catering?", content: "Yes! We welcome large orders for events and special occasions."},
title: "Do you offer catering?",
content: "Yes! We welcome large orders for events and special occasions.",
},
{ {
id: "f2", id: "f2", title: "Are you Halal-friendly?", content: "We offer a dedicated selection of Halal options daily."},
title: "Are you Halal-friendly?",
content: "We offer a dedicated selection of Halal options daily.",
},
{ {
id: "f3", id: "f3", title: "Where are you located?", content: "Find us at Bahnhofstraße 25, right in the heart of Deggendorf."},
title: "Where are you located?",
content: "Find us at Bahnhofstraße 25, right in the heart of Deggendorf.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
@@ -262,16 +175,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Visit Us" tag="Visit Us"
title="Allianz Bäckerei" title="Allianz Bäckerei"
description="Bahnhofstraße 25, Deggendorf. Call us for pre-orders or catering: +49 991 1234567" description="Bahnhofstraße 25, Deggendorf. Call us for pre-orders or catering: +49 991 1234567"
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:+499911234567"},
href: "tel:+499911234567",
},
]} ]}
/> />
</div> </div>
@@ -282,25 +192,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Menu", label: "Our Menu", href: "#menu"},
href: "#menu",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Visit Us", label: "Visit Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -310,4 +212,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }