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" />