Update src/app/page.tsx

This commit is contained in:
2026-06-03 10:51:38 +00:00
parent 08a8ee2440
commit 662dbe11d0

View File

@@ -238,8 +238,7 @@ export default function LandingPage() {
id: "faq-5", title: "How long does it take?", content: "A custom paint job usually takes 2-4 weeks. It depends on the frame's condition, weather, and any unexpected delays. We always make sure to give each frame the time and detail it deserves."
},
{
id: "faq-6", title: "Can we ship our frames if we're far from the shop? ", content: "Yes, you can! you can send your frames through couriers like Lalamove, J&T or any shipping company you trust. We accept shipped frames from anywhere, Worldwide.
"
id: "faq-6", title: "Can we ship our frames if we're far from the shop? ", content: "Yes, you can! you can send your frames through couriers like Lalamove, J&T or any shipping company you trust. We accept shipped frames from anywhere, Worldwide."
}
]}
/>
@@ -350,4 +349,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}