Update src/app/page.tsx

This commit is contained in:
2026-05-10 16:47:04 +00:00
parent 481e77e680
commit a43e137f23

View File

@@ -184,6 +184,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q0", title: "What are your shipping times and costs?", content: "We offer standard shipping (5-7 business days) at $5.99, and free shipping on all orders over $50.00."},
{
id: "q1", title: "How is it stored?", content: "Keep in an airtight container away from light, moisture, and heat."},
{
@@ -252,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}