Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 14:27:45 +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>
);
}
}