From 4cf205e897c29a79d2b5f6df6eb8c6868fca0023 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 05:34:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7badbf..afc7063 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,6 +117,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ + { id: "q0", title: "How to order?", content: "To order a custom cake, please fill out our contact form specifying your preferred flavor, design details, date, and guest count. We will follow up to confirm your request. We also offer delivery services across the city; delivery options can be selected at the final confirmation step." }, { id: "q1", title: "How do I order a custom cake?", content: "For custom cake inquiries, please reach out via our contact form or send us a WhatsApp message with your design ideas, date, and guest count. We recommend booking at least 1 week in advance." }, { id: "q2", title: "Do you offer delivery?", content: "Yes, we provide local delivery for all orders. Delivery fees are calculated based on your address and can be confirmed upon order placement." }, { id: "q3", title: "Opening Hours", content: "Daily from 8 AM to 8 PM." } -- 2.49.1