From c692c4134e0c04210c81140f26c154ed49967540 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 11:54:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06633af..7ce760b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,19 +64,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg?_wi=1", imageAlt: "Wood & Fire Restaurant Dining Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=1", imageAlt: "Signature Sirloin Steak", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-asian-food_23-2148771243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-asian-food_23-2148771243.jpg?_wi=1", imageAlt: "Fresh Steamed Buns", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg?_wi=2", imageAlt: "Restaurant Interior", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { imageAlt: "Dessert Selection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=2", imageAlt: "Dining Experience", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { title: "Global Menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg?_wi=1" imageAlt="Wood & Fire Interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -133,7 +133,7 @@ export default function LandingPage() { price: "R185", rating: 5, reviewCount: "500+", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=3", }, { id: "2", @@ -142,7 +142,7 @@ export default function LandingPage() { price: "R245", rating: 5, reviewCount: "320", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=4", }, { id: "3", @@ -151,7 +151,7 @@ export default function LandingPage() { price: "R295", rating: 5, reviewCount: "450", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=5", }, { id: "4", @@ -160,7 +160,7 @@ export default function LandingPage() { price: "R120", rating: 4, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-asian-food_23-2148771243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-asian-food_23-2148771243.jpg?_wi=2", }, ]} title="Our Signature Flavors" @@ -206,7 +206,7 @@ export default function LandingPage() { content: "We are conveniently located at Brooklyn Mall, Veale Street, Nieuw Muckleneuk, Pretoria.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg?_wi=2" title="Frequently Asked Questions" description="Everything you need to know about dining at Wood & Fire." faqsAnimation="slide-up" -- 2.49.1