Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 12:02:28 +00:00

View File

@@ -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"