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