From 0afafb3c5f542bce65fe503d72a4f5d8cd5ae402 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:25:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b22d83..543794d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,14 +212,14 @@ export default function HomePage() { faqs={[ { id: "faq-1", title: "How do I use the trick videos?", content: "Each trick features a 10-second looped video showing slow-motion foot close-ups and rider's eye view. Watch multiple times to understand the movement, then practice with the pro tips in mind."}, + { + id: "faq-5", title: "Can I buy directly on SKATE-CORE?", content: "We don't sell directly. Instead, we provide shopping guides with links to trusted Czech skate shops like Ambassadors, Picnic, and Horsefeathers."}, { id: "faq-2", title: "What's the hardware configurator?", content: "Enter your height and shoe size, and the configurator recommends the ideal board width for your size. We also provide detailed comparisons of trucks, wheels, and Czech vs. international brands."}, { id: "faq-3", title: "Can I compare gear durability?", content: "Yes! Our gear test section shows durability ratings for shoes (hours until toe wear) and pants (flexibility and impact resistance). You can compare two brands side-by-side."}, { id: "faq-4", title: "How do I find skating spots?", content: "Check our interactive Spot Map feature to discover the best places to skate across the Czech Republic. Filter by location, difficulty level, and type of spot."}, - { - id: "faq-5", title: "Can I buy directly on SKATE-CORE?", content: "We don't sell directly. Instead, we provide shopping guides with links to trusted Czech skate shops like Ambassadors, Picnic, and Horsefeathers."}, { id: "faq-6", title: "Is there a community forum?", content: "Yes! Visit our Bazaar & Community section to connect with other Czech riders, discuss tricks, share spots, and participate in discussions."}, ]} @@ -237,4 +237,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}