Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 13:55:22 +00:00

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
{ text: "Call Now: +1 (555) 123-4567", href: "tel:+15551234567" },
{ text: "View Full Menu", href: "#menu" }
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-beer_23-2148784480.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-beer_23-2148784480.jpg?_wi=1"
imageAlt="Signature cheese-dipped burger from La Baraka"
imagePosition="right"
mediaAnimation="slide-up"
@@ -79,15 +79,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Specialty", name: "Triple Cheese Burger", price: "€13.50", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles-red-onions-cutting-board_23-2148784504.jpg", imageAlt: "Triple Cheese Burger - loaded with melted cheddar"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles-red-onions-cutting-board_23-2148784504.jpg?_wi=1", imageAlt: "Triple Cheese Burger - loaded with melted cheddar"
},
{
id: "2", brand: "Bestseller", name: "Crispy Chicken Burger", price: "€11.90", rating: 5,
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg", imageAlt: "Golden crispy fried chicken burger"
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg?_wi=1", imageAlt: "Golden crispy fried chicken burger"
},
{
id: "3", brand: "Classic", name: "Burger & Fries Combo", price: "€12.00", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-44598.jpg", imageAlt: "Classic burger served with crispy French fries"
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-44598.jpg?_wi=1", imageAlt: "Classic burger served with crispy French fries"
}
]}
buttons={[
@@ -135,28 +135,28 @@ export default function LandingPage() {
{
id: 1,
title: "Signature Cheese Dip", description: "Our legendary cheese-dipped burgers are gooey, rich, and absolutely addictive. One bite and you'll understand the hype.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-beer_23-2148784480.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-beer_23-2148784480.jpg?_wi=2"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles-red-onions-cutting-board_23-2148784504.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles-red-onions-cutting-board_23-2148784504.jpg?_wi=2"
}
},
{
id: 2,
title: "Lightning-Fast Service", description: "Freshly made, piping hot, and ready in minutes. No compromises on speed or quality.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg?_wi=2"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-44598.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-44598.jpg?_wi=2"
}
},
{
id: 3,
title: "Generous Portions", description: "€13 gets you a Triple Cheese Burger that's loaded with meat, cheese, and all the toppings you crave. Seriously generous.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles-red-onions-cutting-board_23-2148784504.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles-red-onions-cutting-board_23-2148784504.jpg?_wi=3"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-beer_23-2148784480.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-beer_23-2148784480.jpg?_wi=3"
}
}
]}