5 Commits

Author SHA1 Message Date
a20eee050a Merge version_4 into main
Merge version_4 into main
2026-06-08 07:46:56 +00:00
1f1687b9ea Update src/app/page.tsx 2026-06-08 07:46:53 +00:00
9da33ee7c0 Merge version_3 into main
Merge version_3 into main
2026-06-08 07:44:32 +00:00
35a9e79037 Update src/app/page.tsx 2026-06-08 07:44:28 +00:00
e138013336 Merge version_2 into main
Merge version_2 into main
2026-06-08 07:36:59 +00:00

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
},
]}
title="Our Commitment to Quality & Innovation"
description="Unlock your full potential with gear built on three core pillars: peak performance, ultimate comfort, and undeniable style."
description="Elevate your aspirations and conquer your goals. Our commitment to quality and innovation ensures you not only perform at your best, but also feel confident and inspired, allowing you to achieve a truly elevated lifestyle."
/>
</div>
@@ -202,7 +202,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "What is your shipping policy?", content: "We offer standard and expedited shipping options. Standard shipping typically takes 5-7 business days, while expedited shipping delivers within 2-3 business days. Free shipping is available on all orders over $100."},
id: "f1", title: "What is your shipping policy?", content: "We offer standard (5-7 business days) and expedited (2-3 business days) shipping. Free shipping is available for orders over $100."},
{
id: "f2", title: "Can I return or exchange a product?", content: "Yes, we accept returns and exchanges within 30 days of purchase, provided the items are in their original condition with tags attached. Please visit our Returns & Exchanges page for detailed instructions."},
{
@@ -284,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}