Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 19:26:48 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement-view_23-2149358060.jpg", imageAlt: "Gourmet kebab with fresh herbs"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg", imageAlt: "Mixed premium kebab selection"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg?_wi=1", imageAlt: "Mixed premium kebab selection"
}
]}
buttons={[
@@ -93,7 +93,7 @@ export default function LandingPage() {
id: "lamb-signature", name: "Signature Lamb Kebab", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-kebab-slate-with-herbs_23-2148685469.jpg", imageAlt: "Gourmet lamb kebab charcoal grilled"
},
{
id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg", imageAlt: "Mixed meat kebab selection"
id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg?_wi=2", imageAlt: "Mixed meat kebab selection"
}
]}
buttons={[{ text: "Full Menu", href: "#" }]}