Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 13:33:30 +00:00

View File

@@ -66,23 +66,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=1",
imageAlt: "Grilled meat platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=1",
imageAlt: "Delicious steak",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=1",
imageAlt: "Savory dinner arrangement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=1",
imageAlt: "Traditional grilled specialties",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1",
imageAlt: "Premium grilled platter",
},
]}
@@ -138,35 +138,35 @@ export default function LandingPage() {
name: "Leskovac Pljeskavica",
price: "12€",
variant: "Traditional recipe",
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=2",
},
{
id: "2",
name: "Royal Ribeye",
price: "24€",
variant: "Premium dry-aged",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=2",
},
{
id: "3",
name: "Grilled Meat Platter",
price: "20€",
variant: "Best for sharing",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=2",
},
{
id: "4",
name: "Smoked Sausage",
price: "10€",
variant: "House special",
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2",
},
{
id: "5",
name: "Grilled Chicken Fillet",
price: "14€",
variant: "Light and flavorful",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=2",
},
]}
title="Signature Menu"
@@ -186,7 +186,7 @@ export default function LandingPage() {
handle: "@marko_viro",
testimonial: "The best pljeskavica I've had in years. Absolute premium quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=1",
},
{
id: "2",
@@ -218,7 +218,7 @@ export default function LandingPage() {
handle: "@petar_eats",
testimonial: "Simply the best grilled experience in the region. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=2",
},
]}
showRating={true}