From 8058c8ba125283aa9eec33b7c3733b0dfeb41c03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:42:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 +++++++++++------------------------------------ 1 file changed, 32 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee7ac8b..fe0859b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,38 +47,19 @@ export default function LandingPage() {
@@ -130,29 +95,19 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Intimate Dinners", - description: "Perfect for romantic or small group celebrations.", - }, + title: "Intimate Dinners", description: "Perfect for romantic or small group celebrations."}, { icon: Users, - title: "Private Events", - description: "Exceptional catering for parties, weddings, or corporate events.", - }, + title: "Private Events", description: "Exceptional catering for parties, weddings, or corporate events."}, { icon: Flame, - title: "Interactive Classes", - description: "Learn to cook like a pro in your own home kitchen.", - }, + title: "Interactive Classes", description: "Learn to cook like a pro in your own home kitchen."}, { icon: CalendarDays, - title: "Meal Prep Packages", - description: "Weekly curated meal plans for busy, health-conscious families.", - }, + title: "Meal Prep Packages", description: "Weekly curated meal plans for busy, health-conscious families."}, { icon: Award, - title: "Fine Dining Consults", - description: "Expert advice for your next culinary project.", - }, + title: "Fine Dining Consults", description: "Expert advice for your next culinary project."}, ]} title="Tailored Culinary Offerings" description="Explore the range of high-end services designed to elevate every occasion." @@ -163,42 +118,18 @@ export default function LandingPage() {