From 9b377eb90244cd83db547583d3b4ce42d890ad3b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:45:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15f4f32..1d08db8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,6 +131,9 @@ export default function LandingPage() { id: "4", title: "How do I place a bulk order?", content: "For catering or bulk orders, please reach out via our contact page."}, { id: "5", title: "Do you deliver?", content: "We currently offer local pickup only. We hope to expand to delivery in the future!"}, + { + id: "6", title: "What payment methods are accepted?", content: "We accept major credit cards, digital wallets, and cash at our shop during your pickup." + } ]} faqsAnimation="slide-up" /> -- 2.49.1