From f5ef7b38cbd8a09c3f6cd7ded1d7f3556e331de9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00628f7..ad92d0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,13 +204,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "How far in advance should I order?", content: "We recommend ordering at least 2 weeks in advance for custom designs. For special occasions or larger orders, 4 weeks is ideal to ensure we capture every detail of your vision." + id: "1", title: "How far in advance should I order?", content: "Order 2 weeks in advance for custom designs, 4 weeks for special occasions." }, { - id: "2", title: "Do you offer delivery?", content: "Yes! We provide professional delivery within a 30-mile radius. Our team ensures your cake arrives in pristine condition with careful handling and climate control." + id: "2", title: "Do you offer delivery?", content: "Yes! Professional delivery within 30 miles with climate control for pristine condition." }, { - id: "3", title: "Can I customize the flavors and design?", content: "Absolutely. Our master bakers create custom designs and flavor combinations tailored to your preferences. Consultations are complimentary and help us understand your vision perfectly." + id: "3", title: "Can I customize the flavors and design?", content: "Absolutely. Complimentary consultations help us capture your vision perfectly." }, { id: "4", title: "What ingredients do you use?", content: "We use only premium ingredients including imported Belgian chocolate, organic eggs, fresh cream, and locally-sourced fruits and botanicals. All cakes are made fresh to order." -- 2.49.1