Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 08:15:01 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "See Our Menu", href: "#menu" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg"
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg?_wi=1"
imageAlt="Hot fresh pizza from Eetcafé Pizzeria Ossendrecht"
showDimOverlay={false}
showBlur={true}
@@ -70,7 +70,7 @@ export default function LandingPage() {
description="We heard the complaints. Cold pizza? Late delivery? Not happening here anymore."
subdescription="Every order is prepared fresh, packed hot, and delivered fast. If your food arrives cold or anything is missing, contact us immediately and we'll make it right—no questions asked."
icon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27032.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27032.jpg?_wi=1"
imageAlt="Professional chef cooking fresh pizza"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -89,13 +89,13 @@ export default function LandingPage() {
id: "crispy-fries", title: "✓ Crispy Fries, Not Oily Mush", descriptions: [
"Fresh-cut potatoes, fried to golden perfection", "Never soft, never oily, always delicious", "Cooked fresh for every single order"
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-salt-shaker-special-sauce_23-2148701499.jpg", imageAlt: "Golden crispy fries"
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-salt-shaker-special-sauce_23-2148701499.jpg?_wi=1", imageAlt: "Golden crispy fries"
},
{
id: "order-accuracy", title: "✓ 100% Order Accuracy", descriptions: [
"Triple-checked before it leaves the kitchen", "All vegetables, sauces, and extras included", "Missing something? We deliver it immediately"
],
imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-with-tomatoes_1220-290.jpg", imageAlt: "Fresh quality ingredients"
imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-with-tomatoes_1220-290.jpg?_wi=1", imageAlt: "Fresh quality ingredients"
},
{
id: "fast-delivery", title: "✓ Fast, Hot Delivery", descriptions: [
@@ -107,7 +107,7 @@ export default function LandingPage() {
id: "fresh-quality", title: "✓ Fresh, Quality Ingredients", descriptions: [
"Premium toppings on every pizza", "Generous portions—no skimping on cheese", "Vegetables that are actually fresh"
],
imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-with-tomatoes_1220-290.jpg", imageAlt: "Fresh ingredients ready to cook"
imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-with-tomatoes_1220-290.jpg?_wi=2", imageAlt: "Fresh ingredients ready to cook"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -128,16 +128,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "pizza-jano", name: "Pizza Chef Jano Special", price: "€14.99", variant: "Fresh & Hot", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg", imageAlt: "Chef Jano's signature pizza"
id: "pizza-jano", name: "Pizza Chef Jano Special", price: "€14.99", variant: "Fresh & Hot", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg?_wi=2", imageAlt: "Chef Jano's signature pizza"
},
{
id: "kebab-premium", name: "Premium Kebab", price: "€12.99", variant: "Fresh Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-with-tomatoes_1220-290.jpg", imageAlt: "Fresh kebab with premium ingredients"
id: "kebab-premium", name: "Premium Kebab", price: "€12.99", variant: "Fresh Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-with-tomatoes_1220-290.jpg?_wi=3", imageAlt: "Fresh kebab with premium ingredients"
},
{
id: "fries-crispy", name: "Crispy Golden Fries", price: "€4.99", variant: "Never Oily", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-salt-shaker-special-sauce_23-2148701499.jpg", imageAlt: "Crispy golden fries"
id: "fries-crispy", name: "Crispy Golden Fries", price: "€4.99", variant: "Never Oily", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-salt-shaker-special-sauce_23-2148701499.jpg?_wi=2", imageAlt: "Crispy golden fries"
},
{
id: "ribs-hot", name: "Hot Ribs (Never Cold)", price: "€13.99", variant: "Guaranteed Hot", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27032.jpg", imageAlt: "Perfectly cooked hot ribs"
id: "ribs-hot", name: "Hot Ribs (Never Cold)", price: "€13.99", variant: "Guaranteed Hot", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27032.jpg?_wi=2", imageAlt: "Perfectly cooked hot ribs"
}
]}
gridVariant="four-items-2x2-equal-grid"