From de09a7f550240aee40c036de7ec21057f9141700 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:29:32 +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 5d29af1..7b9699b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Book a Table", href: "#contact" }, { text: "View Menu", href: "#menu" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg?_wi=1" imageAlt="Luxury dining interior" mediaAnimation="blur-reveal" /> @@ -81,10 +81,10 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { id: "1", name: "Artisanal Starters", price: "From $18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg" }, + { id: "1", name: "Artisanal Starters", price: "From $18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg?_wi=1" }, { id: "2", name: "Signature Main Courses", price: "From $45", imageSrc: "http://img.b2bpic.net/free-photo/rare-cooked-steak-slices-served-with-mashed-avocado-walnut-lettuce-spinach-red-wine_141793-2268.jpg" }, { id: "3", name: "Fine Wines & Cocktails", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-two-glasses-delicious-dry-red-wine-towel-ice-background_140725-141433.jpg" }, - { id: "4", name: "Decadent Desserts", price: "From $15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg" }, + { id: "4", name: "Decadent Desserts", price: "From $15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg?_wi=1" }, ]} title="Signature Menu" description="Indulge in our carefully curated seasonal offerings crafted by world-class chefs." @@ -98,10 +98,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} features={[ - { id: "g1", title: "Atmosphere", description: "Warm & cozy", imageSrc: "http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg" }, + { id: "g1", title: "Atmosphere", description: "Warm & cozy", imageSrc: "http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg?_wi=2" }, { id: "g2", title: "Kitchen", description: "High-end preparation", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-cup-by-vase-pink-roses_53876-143022.jpg" }, - { id: "g3", title: "Table", description: "Elegant setting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg" }, - { id: "g4", title: "Dessert", description: "Sweet moments", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg" }, + { id: "g3", title: "Table", description: "Elegant setting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg?_wi=2" }, + { id: "g4", title: "Dessert", description: "Sweet moments", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg?_wi=2" }, ]} title="Gallery" description="Visual highlights from our kitchen and dining room." -- 2.49.1