Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be02920603 |
174
src/app/page.tsx
174
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Story", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Our Bakery", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-pastries-through-glass-showcase-cafe_171337-17133.jpg",
|
||||
imageAlt: "Bakery interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-pastries-through-glass-showcase-cafe_171337-17133.jpg", imageAlt: "Bakery interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-lavash-bread_114579-8640.jpg",
|
||||
imageAlt: "Fresh burek",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-lavash-bread_114579-8640.jpg", 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",
|
||||
imageAlt: "Handcrafted torten",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-cookies-wooden-board_114579-23659.jpg",
|
||||
imageAlt: "Catering assortment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-tasty-cookies-wooden-board_114579-23659.jpg", imageAlt: "Catering assortment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg",
|
||||
imageAlt: "Freshly brewed coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg", imageAlt: "Freshly brewed coffee"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,41 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Artisan Coffee",
|
||||
price: "2,80 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mug-cookies-tray_23-2148791069.jpg",
|
||||
},
|
||||
id: "p5", name: "Artisan Coffee", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mug-cookies-tray_23-2148791069.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Balkan Special Pie",
|
||||
price: "5,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-baked-food-oats_23-2147860336.jpg",
|
||||
},
|
||||
id: "p6", 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"
|
||||
description="Authentic recipes, premium ingredients, and the dedication of our family kitchen."
|
||||
@@ -154,23 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Why Our Patrons Love Allianz"
|
||||
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}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-kitchen-home_171337-4125.jpg",
|
||||
},
|
||||
id: "t5", 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"
|
||||
cardTag="4.6★ Google Rating"
|
||||
@@ -218,14 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Balkan Heritage",
|
||||
"Fresh Daily",
|
||||
"Halal Certified",
|
||||
"Handcrafted Art",
|
||||
"Family Recipes",
|
||||
"Premium Beans",
|
||||
"Deggendorf Local",
|
||||
]}
|
||||
"Balkan Heritage", "Fresh Daily", "Halal Certified", "Handcrafted Art", "Family Recipes", "Premium Beans", "Deggendorf Local"]}
|
||||
title="Our Artisan Standards"
|
||||
description="Commitment to excellence in every crumb we bake."
|
||||
/>
|
||||
@@ -237,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer catering?",
|
||||
content: "Yes! We welcome large orders for events and special occasions.",
|
||||
},
|
||||
id: "f1", title: "Do you offer catering?", content: "Yes! We welcome large orders for events and special occasions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you Halal-friendly?",
|
||||
content: "We offer a dedicated selection of Halal options daily.",
|
||||
},
|
||||
id: "f2", title: "Are you Halal-friendly?", content: "We offer a dedicated selection of Halal options daily."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "Find us at Bahnhofstraße 25, right in the heart of Deggendorf.",
|
||||
},
|
||||
id: "f3", title: "Where are you located?", content: "Find us at Bahnhofstraße 25, right in the heart of Deggendorf."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -262,16 +175,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Allianz Bäckerei"
|
||||
description="Bahnhofstraße 25, Deggendorf. Call us for pre-orders or catering: +49 991 1234567"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+499911234567",
|
||||
},
|
||||
text: "Call Now", href: "tel:+499911234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,25 +192,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Visit Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -310,4 +212,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user