4 Commits

Author SHA1 Message Date
3762e4cb57 Update src/app/page.tsx 2026-04-15 14:27:39 +00:00
6399f6c335 Merge version_1 into main
Merge version_1 into main
2026-04-15 14:25:42 +00:00
e5ae5526d3 Merge version_1 into main
Merge version_1 into main
2026-04-15 14:25:15 +00:00
6945209b5a Merge version_1 into main
Merge version_1 into main
2026-04-15 14:24:40 +00:00

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Do you offer shipping internationally?", content: "Yes, we ship globally to over 50 countries with tracking included."},
id: "q1", title: "Do you offer shipping internationally?", content: "Yes, we ship globally to over 50 countries with tracking included. Typical international delivery takes 7-14 business days."},
{
id: "q2", title: "How long is your warranty?", content: "All frames are covered by a 12-month manufacturer warranty."},
{
@@ -236,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}