From f9b875796482c0a62ffa864b3c446d239a3d9ccf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:02:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a4b1b1..3921d42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { { text: "Explore Services", href: "services" } ]} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bell-peppers-lettuce-cucumber-boiled-egg_140725-10671.jpg", imageAlt: "gourmet plated dish elegant presentation fine dining" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg", imageAlt: "intimate dinner party candlelit table elegant" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-set-goblets-plates-cutlery_8353-9897.jpg", imageAlt: "upscale event catering buffet presentation luxury" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-luxury-fish-dish_23-2148708627.jpg", imageAlt: "filet mignon steak gourmet plating fine dining" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-wooden-table_23-2148395153.jpg", imageAlt: "gourmet dessert chocolate creation fine dining elegant" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bell-peppers-lettuce-cucumber-boiled-egg_140725-10671.jpg", imageAlt: "gourmet plated dish elegant presentation fine dining" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bell-peppers-lettuce-cucumber-boiled-egg_140725-10671.jpg?_wi=1", imageAlt: "gourmet plated dish elegant presentation fine dining" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg?_wi=1", imageAlt: "intimate dinner party candlelit table elegant" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-set-goblets-plates-cutlery_8353-9897.jpg?_wi=1", imageAlt: "upscale event catering buffet presentation luxury" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-luxury-fish-dish_23-2148708627.jpg?_wi=1", imageAlt: "filet mignon steak gourmet plating fine dining" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-wooden-table_23-2148395153.jpg?_wi=1", imageAlt: "gourmet dessert chocolate creation fine dining elegant" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bell-peppers-lettuce-cucumber-boiled-egg_140725-10671.jpg?_wi=2", imageAlt: "gourmet plated dish elegant presentation fine dining" } ]} autoPlay={true} autoPlayInterval={4000} @@ -84,11 +84,11 @@ export default function LandingPage() { features={[ { id: "intimate-dinners", title: "Intimate Dinners", descriptions: ["Multi-course tasting menus for 2-8 guests", "Wine pairings and sommelier recommendations", "Tableside service and presentation"], - imageSrc: "http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg", imageAlt: "Intimate dinner service setup" + imageSrc: "http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg?_wi=2", imageAlt: "Intimate dinner service setup" }, { id: "event-catering", title: "Event Catering", descriptions: ["Corporate events, weddings, and celebrations", "Custom menu development and execution", "Full-service setup, service, and cleanup"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-set-goblets-plates-cutlery_8353-9897.jpg", imageAlt: "Elegant event catering display" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-set-goblets-plates-cutlery_8353-9897.jpg?_wi=2", imageAlt: "Elegant event catering display" }, { id: "meal-planning", title: "Bespoke Meal Planning", descriptions: ["Personalized weekly or monthly meal plans", "Health-conscious and dietary accommodation", "Farm-to-table ingredient sourcing"], @@ -112,10 +112,10 @@ export default function LandingPage() { id: "appetizers", name: "Gourmet Appetizer Selection", price: "Custom pricing", variant: "Seasonal selections and custom options available", imageSrc: "http://img.b2bpic.net/free-photo/assortment-spanish-pintxos_123827-22335.jpg", imageAlt: "Gourmet appetizers platter" }, { - id: "mains", name: "Premium Entrees", price: "Custom pricing", variant: "Filet, seafood, poultry, and plant-based options", imageSrc: "http://img.b2bpic.net/free-photo/front-view-luxury-fish-dish_23-2148708627.jpg", imageAlt: "Fine dining main course presentation" + id: "mains", name: "Premium Entrees", price: "Custom pricing", variant: "Filet, seafood, poultry, and plant-based options", imageSrc: "http://img.b2bpic.net/free-photo/front-view-luxury-fish-dish_23-2148708627.jpg?_wi=2", imageAlt: "Fine dining main course presentation" }, { - id: "desserts", name: "Artisan Desserts", price: "Custom pricing", variant: "Chocolate, fruit, and elegant pastry creations", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-wooden-table_23-2148395153.jpg", imageAlt: "Gourmet dessert presentation" + id: "desserts", name: "Artisan Desserts", price: "Custom pricing", variant: "Chocolate, fruit, and elegant pastry creations", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-wooden-table_23-2148395153.jpg?_wi=2", imageAlt: "Gourmet dessert presentation" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1