4 Commits

Author SHA1 Message Date
0afafb3c5f Update src/app/page.tsx 2026-03-08 21:25:37 +00:00
fdb13e3756 Update src/app/layout.tsx 2026-03-08 21:25:36 +00:00
6f714f57ca Merge version_1 into main
Merge version_1 into main
2026-03-08 21:17:19 +00:00
a3de46aea5 Merge version_1 into main
Merge version_1 into main
2026-03-08 21:15:52 +00:00
2 changed files with 10 additions and 1432 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}