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() {