Merge version_1 into main #3

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

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-shish-kebab-near-rosemary_23-2147717064.jpg", imageAlt: "Gourmet kebab with fresh herbs"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg", imageAlt: "Mixed premium kebab selection"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.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-meat-basturma-kebab-pita-bread-with-tomatoes-green-pepper-with-lemon-slices_140725-14051.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-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg", imageAlt: "Mixed meat kebab selection"
id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg?_wi=2", imageAlt: "Mixed meat kebab selection"
}
]}
buttons={[{ text: "Full Menu", href: "#" }]}