From da483be84d8f50658f1fb7e6502fee48cb3c13aa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:49:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5451e7d..1775933 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Culinary Excellence Redefined" description="Experience the art of fine dining in the heart of the city. We craft exquisite flavors using locally sourced, seasonal ingredients." buttons={[{ text: "Book a Table", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" + imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=1" /> @@ -106,7 +106,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "f1", title: "Farm-to-Table", descriptions: ["We source directly from local sustainable farms for every single ingredient."], imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", imageAlt: "Restaurant luxury interior design." }, - { id: "f2", title: "Expert Chefs", descriptions: ["Our kitchen is helmed by world-class chefs trained in classical culinary arts."], imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Expert chefs." }, + { id: "f2", title: "Expert Chefs", descriptions: ["Our kitchen is helmed by world-class chefs trained in classical culinary arts."], imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=2", imageAlt: "Expert chefs." }, { id: "f3", title: "Curated Wine List", descriptions: ["A handpicked wine selection designed to pair perfectly with every course on our menu."], imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg", imageAlt: "Curated wine." }, ]} title="Why Choose Us" -- 2.49.1