From e008b8e9263d1438cfb8083a16d961d78afd5ce1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 14:01:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e158932..72f2558 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -235,10 +235,7 @@ export default function LandingPage() { id: "faq-4", title: "Do you scrape or strip off the old paint?", content: "Yes! for aluminum and steel frames, we use a chemical paint stripper to fully remove the old paint. For carbon frames, we DON'T use chemicals, we sand it manually to avoid damaging the material and to keep the frame in good condition underneath the new paint." }, { - id: "faq-5", title: "What kind of paint do you use?", content: "A custom paint job usually takes 3-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." } ]} /> @@ -349,4 +346,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}