diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 16364b2..67d7afa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "SKATE-CORE - Czech Skateboarding Platform", description: "Master skateboarding tricks, explore hardware setups, test gear durability, find spots, and connect with Czech skate community."}; + title: "SKATE-CORE - Czech Skateboarding Platform", description: "Master skateboarding tricks, explore hardware setups, test gear durability, find spots, and connect with Czech skate community." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 543794d..3021d3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,16 +88,20 @@ export default function HomePage() { testimonials={[ { name: "Maxim Habanec", handle: "Pro Skater, Trick Master", testimonial: "This platform captures everything about Czech skate culture. A game-changer for learning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheerful-young-african-male-teenager_171337-9551.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheerful-young-african-male-teenager_171337-9551.jpg" + }, { name: "Martin Pek", handle: "Community Leader", testimonial: "Finally, a dedicated space for Czech riders to share knowledge and progress together.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-with-skateboards-ramp_23-2147678195.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-with-skateboards-ramp_23-2147678195.jpg" + }, { name: "Tomáš Novák", handle: "Equipment Expert", testimonial: "The hardware guides helped me find the perfect board for my style. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-london-streets_23-2149377167.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-london-streets_23-2149377167.jpg" + }, { name: "Petra Svobodová", handle: "Street Skater", testimonial: "Love the trick library with pro tips. Learning tricks has never been easier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-with-longboard-against-green-wall_23-2148138776.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-with-longboard-against-green-wall_23-2148138776.jpg" + }, ]} testimonialRotationInterval={5000} buttons={[ @@ -117,16 +121,16 @@ export default function HomePage() { tagAnimation="blur-reveal" features={[ { - id: "kickflip", title: "Kickflip", description: "Master the fundamental flip trick with slow-motion foot close-ups and rider's eye view. Learn the exact foot positioning and timing.", tag: "Fundamental", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-skateboarder-park_23-2147678272.jpg", imageAlt: "Kickflip trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], + id: "kickflip", title: "Master the Kickflip", description: "Master the fundamental flip trick with slow-motion foot close-ups and rider's eye view. Learn the exact foot positioning and timing.", tag: "Fundamental", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-skateboarder-park_23-2147678272.jpg", imageAlt: "Kickflip trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], }, { - id: "heelflip", title: "Heelflip", description: "Progress to the heelflip with detailed instructions. Understand the heel positioning difference from kickflips.", tag: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/woman-skate-park-training_23-2149157378.jpg", imageAlt: "Heelflip trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], + id: "heelflip", title: "Perfect Your Heelflip", description: "Progress to the heelflip with detailed instructions. Understand the heel positioning difference from kickflips.", tag: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/woman-skate-park-training_23-2149157378.jpg", imageAlt: "Heelflip trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], }, { - id: "shove-it", title: "Shove-It", description: "Learn the shove-it technique with expert tips on board spin mechanics and foot placement for consistency.", tag: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/woman-skate-park-training_23-2149157383.jpg", imageAlt: "Shove-It trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], + id: "shove-it", title: "Execute the Shove-It", description: "Learn the shove-it technique with expert tips on board spin mechanics and foot placement for consistency.", tag: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/woman-skate-park-training_23-2149157383.jpg", imageAlt: "Shove-It trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], }, { - id: "ollie", title: "Ollie", description: "The foundation of skateboarding. Perfect your ollie with step-by-step guidance and common mistake corrections.", tag: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/woman-skate-park-training_23-2149157388.jpg", imageAlt: "Ollie trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], + id: "ollie", title: "Land Your First Ollie", description: "The foundation of skateboarding. Perfect your ollie with step-by-step guidance and common mistake corrections.", tag: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/woman-skate-park-training_23-2149157388.jpg", imageAlt: "Ollie trick demonstration", buttons: [{ text: "Watch Video", href: "#" }], }, ]} animationType="slide-up" @@ -143,13 +147,17 @@ export default function HomePage() { tagAnimation="blur-reveal" products={[ { - id: "deck-setup", name: "Skateboard Deck Selection", price: "Learn Guide", variant: "Width: 8.0\" - 8.5\" | Material: 7-ply maple", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skateboarders-feet-skating_171337-9160.jpg", imageAlt: "Skateboard deck variety"}, + id: "deck-setup", name: "Find Your Perfect Deck Size", price: "Learn Guide", variant: "Width: 8.0\" - 8.5\" | Material: 7-ply maple", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skateboarders-feet-skating_171337-9160.jpg", imageAlt: "Skateboard deck variety" + }, { - id: "trucks-guide", name: "Trucks Analysis", price: "Compare Specs", variant: "Height: High vs Low | Bushings: Hardness guide", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-practicing-skateboarding_23-2148721094.jpg", imageAlt: "Different skateboard truck styles"}, + id: "trucks-guide", name: "Choose the Right Truck Height", price: "Compare Specs", variant: "Height: High vs Low | Bushings: Hardness guide", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-practicing-skateboarding_23-2148721094.jpg", imageAlt: "Different skateboard truck styles" + }, { - id: "wheels-guide", name: "Wheels & Durability", price: "Hardness Table", variant: "Indoor: 96A-101A | Street: 99A-104A", imageSrc: "http://img.b2bpic.net/free-photo/picture-young-man-skateboard-outdoors_171337-6376.jpg", imageAlt: "Various skateboard wheel options"}, + id: "wheels-guide", name: "Select Your Perfect Wheels", price: "Hardness Table", variant: "Indoor: 96A-101A | Street: 99A-104A", imageSrc: "http://img.b2bpic.net/free-photo/picture-young-man-skateboard-outdoors_171337-6376.jpg", imageAlt: "Various skateboard wheel options" + }, { - id: "brands-czech", name: "Czech Skate Brands", price: "Local Pride", variant: "Supporting Czech manufacturers & shops", imageSrc: "http://img.b2bpic.net/free-photo/rebel-teen-skater-having-fun-skate-park_52683-92785.jpg", imageAlt: "Czech skateboard brand products"}, + id: "brands-czech", name: "Discover Czech Skate Brands", price: "Local Pride", variant: "Supporting Czech manufacturers & shops", imageSrc: "http://img.b2bpic.net/free-photo/rebel-teen-skater-having-fun-skate-park_52683-92785.jpg", imageAlt: "Czech skateboard brand products" + }, ]} animationType="slide-up" textboxLayout="default" @@ -211,17 +219,23 @@ export default function HomePage() { textPosition="left" 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-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-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-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-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-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-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."}, + 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." + }, ]} faqsAnimation="slide-up" useInvertedBackground={false}