From 98087329dcbe98f139c3705d79a59b45aaa03b78 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:48:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 584a33b..0df80f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,31 +45,20 @@ export default function LandingPage() {
@@ -90,17 +71,11 @@ export default function LandingPage() { description="With over 15 years of experience in Michelin-starred kitchens, I bring professional expertise to your intimate gatherings, ensuring every detail of your dining experience is flawless." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "500+", - title: "Events Hosted", - }, + value: "500+", title: "Events Hosted"}, { - value: "100%", - title: "Satisfaction Rate", - }, + value: "100%", title: "Satisfaction Rate"}, ]} imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727996.jpg" mediaAnimation="slide-up" @@ -116,19 +91,13 @@ export default function LandingPage() { features={[ { icon: Award, - title: "Private Dinner Parties", - description: "Custom 3 to 7-course tasting menus tailored for your guests.", - }, + title: "Private Dinner Parties", description: "Custom 3 to 7-course tasting menus tailored for your guests."}, { icon: Calendar, - title: "Weekly Meal Prep", - description: "Healthy, chef-prepared meals for your busy weekly routine.", - }, + title: "Weekly Meal Prep", description: "Healthy, chef-prepared meals for your busy weekly routine."}, { icon: Wine, - title: "Wine Pairing", - description: "Expertly curated wine flights to complement every course.", - }, + title: "Wine Pairing", description: "Expertly curated wine flights to complement every course."}, ]} title="My Culinary Services" description="Offering a range of bespoke private dining solutions." @@ -137,49 +106,25 @@ export default function LandingPage() {
-- 2.49.1