From a57eb3d0ee4563007347599d86495e9cc6bd2934 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:19:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 414c6a4..528249e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,6 +165,7 @@ export default function LandingPage() { { id: "f1", title: "Where is the meat sourced?", content: "Our meat is sourced from certified ethical farms." }, { id: "f2", title: "Is the meat organic?", content: "We offer organic options daily." }, { id: "f3", title: "How do I place an order?", content: "Visit us in store or use our mobile app." }, + { id: "f4", title: "What are the shipping costs?", content: "We offer free local delivery on all orders over $50, with standard shipping available for a flat rate of $5.99." } ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -191,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1