From 86547b46617fc91ec61943f797f9a2acf5982b80 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:44:21 +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 cbb6736..42abbd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,8 +103,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", imageAlt: "Couple having a date together at a luxurious restaurant" } - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg", imageAlt: "elegant private dining setup"}, + ] + }, { title: "Event Catering", description: "Elevate your special occasions with exquisite catering. We handle everything from menu creation to flawless execution, ensuring a memorable event.", bentoComponent: "media-stack", items: [ { @@ -115,8 +115,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/meal-different-food-table-dinner-lunch_132075-14565.jpg", imageAlt: "Meal Different food on the table Dinner or lunch" } - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-chef-man-black-uniform-smiling-keeping-hands-waist-while-looking-camera-white-wall_141793-32646.jpg", imageAlt: "elegant private dining setup"}, + ] + }, { title: "Cooking Classes", description: "Unleash your inner chef with personalized cooking lessons. Learn gourmet techniques and recipes in an engaging, hands-on environment.", bentoComponent: "media-stack", items: [ { @@ -127,8 +127,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/vlogger-cooking-while-streaming_23-2149151557.jpg", imageAlt: "Vlogger cooking while streaming" } - ], - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-golden-medal_23-2148596875.jpg", imageAlt: "elegant private dining setup"}, + ] + }, ]} title="Our Bespoke Services" description="From intimate private dinners to grand celebrations, we offer a range of customizable culinary services designed to meet your every need and exceed your expectations." -- 2.49.1