Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user