Update src/app/page.tsx

This commit is contained in:
2026-04-18 02:16:02 +00:00
parent b456c80c7b
commit c5e269a371

View File

@@ -147,9 +147,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Do you offer returns?", content: "Yes, within 30 days of purchase." },
{ id: "f2", title: "Where is my order?", content: "Tracking is provided via email." },
{ id: "f3", title: "Are materials sustainable?", content: "We prioritize ethical sourcing for all shoes." },
{ id: "f1", title: "Do you offer returns?", content: "Yes, we offer hassle-free returns within 30 days of your purchase, provided the shoes are unworn and in their original packaging." },
{ id: "f2", title: "Where is my order?", content: "Tracking information is sent to your email as soon as your order ships, allowing you to monitor its progress in real-time." },
{ id: "f3", title: "Are materials sustainable?", content: "Absolutely. We are deeply committed to the planet and prioritize ethical, eco-friendly sourcing for every component of our footwear." },
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"