Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-29 19:58:32 +00:00

View File

@@ -73,12 +73,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "slide-1",
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=1",
imageAlt: "Juicy Cheeseburger",
},
{
id: "slide-2",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1",
imageAlt: "Fresh Ingredients",
},
{
@@ -193,7 +193,7 @@ export default function LandingPage() {
title: "Farm to Table",
subtitle: "Always Fresh",
description: "We partner with local farmers to ensure our meat, veggies, and buns are always farm-fresh.",
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=2",
imageAlt: "happy customer eating burger",
},
{
@@ -201,7 +201,7 @@ export default function LandingPage() {
title: "Secret Sauce",
subtitle: "Signature Taste",
description: "Experience the unique blend of spices that makes Landal Burger stand out from the rest.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2",
imageAlt: "happy customer eating burger",
},
]}