From 87cf6d24ff620a80ee490b504ae2f7f9d6067e9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:26:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e44077..3f3ae30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Reserve Table", href: "contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg" + imageSrc="http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=1" imageAlt="Freshly made pizza dish" mediaAnimation="slide-up" imagePosition="right" @@ -87,9 +87,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Margherita Pizza", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "Classic Margherita pizza"}, + id: "1", name: "Margherita Pizza", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=2", imageAlt: "Classic Margherita pizza"}, { - id: "2", name: "Fresh Garden Salad", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh garden salad with vegetables"}, + id: "2", name: "Fresh Garden Salad", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg?_wi=1", imageAlt: "Fresh garden salad with vegetables"}, { id: "3", name: "Fettuccine Alfredo", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-two-plates-spaghetti-white-surface_181624-6272.jpg", imageAlt: "Creamy fettuccine alfredo pasta"}, ]} @@ -122,7 +122,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-asparagus-arugula-prosciutto_2829-11181.jpg", imageAlt: "Fresh appetizer selection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh salad ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg?_wi=2", imageAlt: "Fresh salad ingredients"}, ], }, ]} @@ -142,13 +142,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Food Enthusiast", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Marco Rossi", role: "Regular Customer", company: "Community Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marco Rossi"}, { id: "3", name: "Emma Williams", role: "Events Coordinator", company: "Event Planning", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Williams"}, { id: "4", name: "David Martinez", role: "Food Critic", company: "Dining Reviews", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-african-man-looking_171337-9852.jpg", imageAlt: "David Martinez"},