From ac0c483e71f1f3ac46d394f854e5d29703e2f766 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:03:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56ee9cc..4270ede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "@sarahjdining", testimonial: "The veal parmigiano was incredible—authentic, generous portions, and the service was impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg", imageAlt: "Sarah dining experience" + imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=1", imageAlt: "Sarah dining experience" }, { name: "Michael Chen", handle: "@foodlover_mike", testimonial: "This is where my family celebrates every milestone. The homemade desserts are unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg", imageAlt: "Michael family celebration" + imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=2", imageAlt: "Michael family celebration" }, { name: "Emma Rodriguez", handle: "@emmacooks", testimonial: "Every bite tastes like it was made with love. True Italian tradition in every plate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg", imageAlt: "Emma's dining moment" + imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=3", imageAlt: "Emma's dining moment" }, { name: "David Kim", handle: "@davidkimfoodie", testimonial: "Best Italian restaurant in the area. The filet mignon paired with their wine selection is perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg", imageAlt: "David's wine pairing experience" + imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=4", imageAlt: "David's wine pairing experience" } ]} testimonialRotationInterval={5000} @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=5" imageAlt="Elegant Italian restaurant dining room" mediaAnimation="blur-reveal" imagePosition="right" @@ -146,16 +146,16 @@ export default function LandingPage() { id: "veal-parm", name: "Veal Parmigiano", price: "₹₹", imageSrc: "http://img.b2bpic.net/free-photo/round-cake-with-ice-cream-inside_140725-1933.jpg", imageAlt: "Veal Parmigiano with pasta" }, { - id: "filet", name: "Filet Mignon", price: "₹₹₹", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2889.jpg", imageAlt: "Premium filet mignon steak" + id: "filet", name: "Filet Mignon", price: "₹₹₹", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2889.jpg?_wi=1", imageAlt: "Premium filet mignon steak" }, { - id: "pasta", name: "Homemade Lasagne", price: "₹₹", imageSrc: "http://img.b2bpic.net/free-photo/classic-lasagna-with-bolognese-sauce_2829-11248.jpg", imageAlt: "Traditional Italian lasagne" + id: "pasta", name: "Homemade Lasagne", price: "₹₹", imageSrc: "http://img.b2bpic.net/free-photo/classic-lasagna-with-bolognese-sauce_2829-11248.jpg?_wi=1", imageAlt: "Traditional Italian lasagne" }, { - id: "rack-lamb", name: "Rack of Lamb", price: "₹₹₹", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2889.jpg", imageAlt: "Herb-crusted rack of lamb" + id: "rack-lamb", name: "Rack of Lamb", price: "₹₹₹", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2889.jpg?_wi=2", imageAlt: "Herb-crusted rack of lamb" }, { - id: "garlic-bread", name: "Garlic Pizza Bread", price: "₹", imageSrc: "http://img.b2bpic.net/free-photo/classic-lasagna-with-bolognese-sauce_2829-11248.jpg", imageAlt: "Fresh garlic pizza bread with marinara" + id: "garlic-bread", name: "Garlic Pizza Bread", price: "₹", imageSrc: "http://img.b2bpic.net/free-photo/classic-lasagna-with-bolognese-sauce_2829-11248.jpg?_wi=2", imageAlt: "Fresh garlic pizza bread with marinara" }, { id: "dessert", name: "Homemade Chocolate Cake", price: "₹", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-cookies-glass-plate-table-with-cup-mallows-side_181624-49698.jpg", imageAlt: "Decadent homemade chocolate cake" -- 2.49.1