From 2dcc291282bbd07c6eb197cf91bc9db9d7cdd926 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:57:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b80b544..0b2ae93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" -- 2.49.1