From 0c01b1b90ba7596afd9b55ea3e678e07fb6ae3a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:29:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bea2015..4e348a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Order Now", href: "#menu" }, { text: "Get Directions", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg" + imageSrc="http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg?_wi=1" imageAlt="Kelsterbite Premium Smash Burger" mediaAnimation="blur-reveal" /> @@ -101,17 +101,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "The Classic Smash", price: "€12", variant: "Single Patty", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-6101.jpg"}, + id: "1", name: "The Classic Smash", price: "€12", variant: "Single Patty", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-6101.jpg?_wi=1"}, { - id: "2", name: "Forest Truffle Burger", price: "€18", variant: "Double Patty", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340438.jpg"}, + id: "2", name: "Forest Truffle Burger", price: "€18", variant: "Double Patty", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340438.jpg?_wi=1"}, { - id: "3", name: "Signature Crab Bites", price: "€10", variant: "6 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-with-tea-net-tea-leaves_23-2148320794.jpg"}, + id: "3", name: "Signature Crab Bites", price: "€10", variant: "6 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-with-tea-net-tea-leaves_23-2148320794.jpg?_wi=1"}, { - id: "4", name: "The Kelsterbite Gold", price: "€20", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-6101.jpg"}, + id: "4", name: "The Kelsterbite Gold", price: "€20", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-6101.jpg?_wi=2"}, { - id: "5", name: "Vegan Forest Patty", price: "€14", variant: "Plant-based", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340438.jpg"}, + id: "5", name: "Vegan Forest Patty", price: "€14", variant: "Plant-based", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340438.jpg?_wi=2"}, { - id: "6", name: "Spicy Forest Jalapeño", price: "€15", variant: "Double Patty", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-with-tea-net-tea-leaves_23-2148320794.jpg"}, + id: "6", name: "Spicy Forest Jalapeño", price: "€15", variant: "Double Patty", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-with-tea-net-tea-leaves_23-2148320794.jpg?_wi=2"}, ]} title="The Menu" description="Premium smash burgers and crab-infused delights." @@ -124,11 +124,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Müller", quote: "The best burger I've had in Europe.", role: "Foodie", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-with-tea-net-tea-leaves_23-2148320794.jpg"}, + id: "1", name: "Sarah Müller", quote: "The best burger I've had in Europe.", role: "Foodie", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-with-tea-net-tea-leaves_23-2148320794.jpg?_wi=3"}, { - id: "2", name: "Thomas Weber", quote: "The crab bites are absolutely addictive.", role: "Local", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/wood-door-texture_1194-5961.jpg"}, + id: "2", name: "Thomas Weber", quote: "The crab bites are absolutely addictive.", role: "Local", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/wood-door-texture_1194-5961.jpg?_wi=1"}, { - id: "3", name: "Lena Schmidt", quote: "Owner greets me by name. Incredible.", role: "Regular", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg"}, + id: "3", name: "Lena Schmidt", quote: "Owner greets me by name. Incredible.", role: "Regular", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg?_wi=2"}, { id: "4", name: "Markus Hoffmann", quote: "Perfect smash technique. Crisp and juicy.", role: "Food Critic", title: "5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-as-cucumber-tomato-basil-mint-lettuce-spinach-with-black-pepper-salt-wood_141793-12891.jpg"}, { @@ -159,7 +159,7 @@ export default function LandingPage() {