Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 14:57:18 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-sprinkles-kutab-with-sumach-with-yogurt_141793-3879.jpg"
imageAlt="Premium döner with fresh lemon squeeze and authentic Berlin quality"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
ariaLabel="Bärliner Bros hero section showcasing premium döner quality"
/>
</div>
@@ -93,12 +93,12 @@ export default function LandingPage() {
{
id: 2,
title: "Hausgemachte Saucen", description: "Täglich frische Saucen aus regionalen Zutaten. Keine Konservierungsstoffe, nur pure Geschmacksexplosion.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-piece-fries-with-ketchup-wooden-table_114579-77568.jpg", imageAlt: "artisan sauces döner house-made fresh" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-43096.jpg?_wi=1", imageAlt: "fresh vegetables döner pomegranate seeds" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-43096.jpg", imageAlt: "fresh vegetables döner pomegranate seeds" }
},
{
id: 3,
title: "Gourmet Toppings", description: "Bio-Gemüse, frische Kräuter und exotische Akzente. Pomegranate-Kerne, frische Limette jede Komponente zählt.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-43096.jpg?_wi=2", imageAlt: "fresh vegetables döner pomegranate seeds" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salmon-sandwich-with-olives-onions_23-2148640243.jpg?_wi=1", imageAlt: "luxury döner final presentation plated" }
title: "Gourmet Toppings", description: "Bio-Gemüse, frische Kräuter und exotische Akzente. Pomegranate-Kerne, frische Limette jede Komponente zählt.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-43096.jpg", imageAlt: "fresh vegetables döner pomegranate seeds" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salmon-sandwich-with-olives-onions_23-2148640243.jpg", imageAlt: "luxury döner final presentation plated" }
}
]}
showStepNumbers={true}
@@ -122,13 +122,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "classic-döner", name: "Das Original", price: "€9,90", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salmon-sandwich-with-olives-onions_23-2148640243.jpg?_wi=2", imageAlt: "Premium classic döner with all traditional toppings"
id: "classic-döner", name: "Das Original", price: "€9,90", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salmon-sandwich-with-olives-onions_23-2148640243.jpg", imageAlt: "Premium classic döner with all traditional toppings"
},
{
id: "gold-döner", name: "Gold Edition", price: "€12,90", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-fast-food-qutab-kutab-fried-served-with-pomegranate-seeds_114579-1858.jpg", imageAlt: "Luxury gold döner with premium toppings and extra sauce"
},
{
id: "veggie-dürum", name: "Grüner Berlin", price: "€9,50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-43096.jpg?_wi=3", imageAlt: "Vegetarian döner with fresh organic vegetables"
id: "veggie-dürum", name: "Grüner Berlin", price: "€9,50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-43096.jpg", imageAlt: "Vegetarian döner with fresh organic vegetables"
}
]}
gridVariant="three-columns-all-equal-width"