From b77f1662eef2cc2652ac2efedaa9a79dfb762d97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:44 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 26ff245..a4e371e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -28,9 +28,9 @@ export default function GalleryPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Plated Art", description: "Signature dishes served daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg" }, - { title: "Atmosphere", description: "Our elegant dining space.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" }, - { title: "Crafted Drinks", description: "Premium refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg" }, + { title: "Plated Art", description: "Signature dishes served daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1" }, + { title: "Atmosphere", description: "Our elegant dining space.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=1" }, + { title: "Crafted Drinks", description: "Premium refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg?_wi=1" }, ]} /> -- 2.49.1 From b45f0f8e07fe0acdd4226be04dd443f40646c2b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f473e0f..0c554a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tag="Since 1985" buttons={[{ text: "Book Your Experience", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Luxurious dining atmosphere" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Signature gourmet dish" } + { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=2", imageAlt: "Luxurious dining atmosphere" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2", imageAlt: "Signature gourmet dish" } ]} mediaAnimation="blur-reveal" rating={5} @@ -79,7 +79,7 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" features={[ - { title: "Sommelier Selection", description: "Hand-picked vintage wines from premier estates worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg", imageAlt: "Wine cellar" }, + { title: "Sommelier Selection", description: "Hand-picked vintage wines from premier estates worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg?_wi=2", imageAlt: "Wine cellar" }, { title: "Farm to Table", description: "Sustainably sourced ingredients harvested at peak ripeness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-healthy-vegetables-colander-marble-desk_23-2147956588.jpg", imageAlt: "Fresh ingredients" }, { title: "Ambience Redefined", description: "Impeccable interior design for ultimate comfort and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg", imageAlt: "Restaurant dining room" }, ]} -- 2.49.1