From c584c606dee4bbcdcfb2fe0b1ee553a651b0dc1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:03:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 952d5f2..b903a4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,19 +97,19 @@ export default function LandingPage() { { id: 1, title: "Perfect Char & Tenderness", description: "Our grilled steaks and chops are cooked to perfection with a beautiful char on the outside and succulent tenderness inside. Each cut is carefully seasoned and grilled over hot flames for optimal flavor.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg", imageAlt: "Grilled Meat Preparation" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg?_wi=1", imageAlt: "Grilled Meat Preparation" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg", imageAlt: "Grilled Meat Preparation" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-served-with-fresh-vegetables-wooden-cutting-board_140725-12397.jpg?_wi=2", imageAlt: "Grilled Meat Preparation" } }, { id: 2, title: "Traditional Balkan Flavors", description: "Chevapi and sausages are made using authentic recipes with the perfect blend of spices. They're grilled fresh to order, ensuring maximum flavor and satisfaction with every bite.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg", imageAlt: "Chevapi Skewers" + imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg?_wi=1", imageAlt: "Chevapi Skewers" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg", imageAlt: "Chevapi Skewers" + imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg?_wi=2", imageAlt: "Chevapi Skewers" } } ]} @@ -138,10 +138,10 @@ export default function LandingPage() { id: "1", name: "Gypsy Burger", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-burger-with-beef-tomato-pickled-cucumber-fried-bacon_2829-11184.jpg", imageAlt: "Gypsy Burger" }, { - id: "2", name: "Chevapi (Small)", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg", imageAlt: "Chevapi Skewers" + id: "2", name: "Chevapi (Small)", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg?_wi=3", imageAlt: "Chevapi Skewers" }, { - id: "3", name: "Golden Flame Schnitzel", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-squeezing-lemon-crispy-fries-fish_141793-1838.jpg", imageAlt: "Golden Flame Schnitzel" + id: "3", name: "Golden Flame Schnitzel", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-squeezing-lemon-crispy-fries-fish_141793-1838.jpg?_wi=1", imageAlt: "Golden Flame Schnitzel" }, { id: "4", name: "Mixed Platter for 2", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/waiter-with-big-plate-chicken-kebab-his-hand_114579-2226.jpg", imageAlt: "Mixed Platter for 2" @@ -150,7 +150,7 @@ export default function LandingPage() { id: "5", name: "Salmon", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/raw-salmon-fillets-pepper-kiwi-pineapples-rosemary-onto-plate-black-cement-floor_1150-23154.jpg", imageAlt: "Grilled Salmon" }, { - id: "6", name: "Karadjordjeva", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-squeezing-lemon-crispy-fries-fish_141793-1838.jpg", imageAlt: "Karadjordjeva" + id: "6", name: "Karadjordjeva", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-squeezing-lemon-crispy-fries-fish_141793-1838.jpg?_wi=2", imageAlt: "Karadjordjeva" } ]} buttons={[ @@ -171,22 +171,22 @@ export default function LandingPage() { showRating={true} testimonials={[ { - id: "1", name: "Maria Kovacs", handle: "@maria_dines", testimonial: "The best Balkan food I've had in years! Golden Flame's steaks are absolutely incredible - perfectly grilled with amazing flavor. The staff is so friendly too!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Kovacs" + id: "1", name: "Maria Kovacs", handle: "@maria_dines", testimonial: "The best Balkan food I've had in years! Golden Flame's steaks are absolutely incredible - perfectly grilled with amazing flavor. The staff is so friendly too!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maria Kovacs" }, { - id: "2", name: "Dimitri Aleksov", handle: "@dimitri_foodlover", testimonial: "Authentic, delicious, and worth every penny. The chevapi here remind me of home. Golden Flame brings true Balkan hospitality to the table.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Dimitri Aleksov" + id: "2", name: "Dimitri Aleksov", handle: "@dimitri_foodlover", testimonial: "Authentic, delicious, and worth every penny. The chevapi here remind me of home. Golden Flame brings true Balkan hospitality to the table.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Dimitri Aleksov" }, { id: "3", name: "Elena Rodriguez", handle: "@elena_eats", testimonial: "Took my family here and everyone loved their meals. From the gypsy burger to the seafood, everything was fresh and perfectly prepared. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Elena Rodriguez" }, { - id: "4", name: "Stefan Milojevic", handle: "@stefan_local", testimonial: "Finally found a place that serves real Balkan cuisine! The mixed platter for 2 is perfect for sharing. Best dining experience in town, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Stefan Milojevic" + id: "4", name: "Stefan Milojevic", handle: "@stefan_local", testimonial: "Finally found a place that serves real Balkan cuisine! The mixed platter for 2 is perfect for sharing. Best dining experience in town, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Stefan Milojevic" }, { - id: "5", name: "Anna Svetkovic", handle: "@anna_flavors", testimonial: "The salmon was perfectly cooked and the schnitzel was incredibly tender. Every dish shows the care and expertise of the chef. Golden Flame is a gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Anna Svetkovic" + id: "5", name: "Anna Svetkovic", handle: "@anna_flavors", testimonial: "The salmon was perfectly cooked and the schnitzel was incredibly tender. Every dish shows the care and expertise of the chef. Golden Flame is a gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Anna Svetkovic" }, { - id: "6", name: "Nikola Petrovic", handle: "@nikola_grill", testimonial: "As someone who grew up eating Balkan food, I can say Golden Flame nails it. The grilling technique, the flavors, the portions - everything is perfect!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Nikola Petrovic" + id: "6", name: "Nikola Petrovic", handle: "@nikola_grill", testimonial: "As someone who grew up eating Balkan food, I can say Golden Flame nails it. The grilling technique, the flavors, the portions - everything is perfect!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Nikola Petrovic" } ]} buttons={[