From 76468ffdc63c098b79eae5945d46479657d4124d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:50:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b2df7e..53fd1ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - title="Elevating Home Dining Experiences" + title="Transform Your Home into a Michelin-Star Restaurant" description="Experience professional culinary artistry in the comfort of your own home. Personalized menus crafted with fresh, seasonal ingredients for your intimate events." testimonials={[ { @@ -237,10 +237,6 @@ export default function LandingPage() { { id: "f3", title: "Can you cater to dietary needs?", content: "Yes, all menus are fully customizable."}, ]} - buttons={[ - { - text: "Inquire Now", href: "#contact"} - ]} title="Frequently Asked Questions" description="Common inquiries about booking and private services." faqsAnimation="slide-up" -- 2.49.1