From aaf47a057def8fec6b040dc1cc6cc7fdad55aba2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:53:44 +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 4d0c923..344777b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,11 +94,11 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Pan-Seared Scallops", description: "Local scallops with butternut squash puree and sage beurre blanc", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Pan-seared scallops appetizer", buttonIcon: ArrowRight, + title: "Pan-Seared Scallops", description: "Local scallops with butternut squash puree and sage beurre blanc", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=1", imageAlt: "Pan-seared scallops appetizer", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Herb-Crusted Lamb", description: "Tender lamb loin with seasonal vegetables and red wine reduction", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg", imageAlt: "Herb-crusted lamb main course", buttonIcon: ArrowRight, + title: "Herb-Crusted Lamb", description: "Tender lamb loin with seasonal vegetables and red wine reduction", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg?_wi=1", imageAlt: "Herb-crusted lamb main course", buttonIcon: ArrowRight, buttonHref: "#contact" }, { @@ -110,11 +110,11 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Seasonal Vegetables", description: "Farm-to-table vegetables prepared with seasonal techniques", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Seasonal vegetables", buttonIcon: ArrowRight, + title: "Seasonal Vegetables", description: "Farm-to-table vegetables prepared with seasonal techniques", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=2", imageAlt: "Seasonal vegetables", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Signature Risotto", description: "Creamy risotto with truffle oil and aged parmesan", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg", imageAlt: "Signature risotto", buttonIcon: ArrowRight, + title: "Signature Risotto", description: "Creamy risotto with truffle oil and aged parmesan", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg?_wi=2", imageAlt: "Signature risotto", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} @@ -145,7 +145,7 @@ export default function LandingPage() { }, { id: "4", name: "David Kim", handle: "@davidkimcooks", testimonial: "As a chef myself, I'm impressed by the technical precision and creativity on every plate. Bravo to the entire team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "David Kim" }, { id: "5", name: "Rachel Thompson", handle: "@rachelthompson", testimonial: "The seasonal menu keeps us coming back. Always something new to discover while maintaining their signature excellence.", rating: 5, @@ -153,7 +153,7 @@ export default function LandingPage() { }, { id: "6", name: "Michael Anderson", handle: "@mikeanderson", testimonial: "This is where I take my most important clients. Never disappointed, always impressed. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Michael Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Michael Anderson" } ]} showRating={true} -- 2.49.1