Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-02 22:20:01 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}