diff --git a/src/app/page.tsx b/src/app/page.tsx index cbdfa92..4b1ba5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Shield, Star } from "lucide-react"; +import { Award, Shield, Star, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -63,15 +53,11 @@ export default function LandingPage() { description="Level up your gameplay with personalized 1-on-1 coaching from elite Brawl Stars professionals. Dominate the ladder and master your favorite brawlers." buttons={[ { - text: "Start Coaching", - href: "#coaching", - }, + text: "Start Coaching", href: "#coaching"}, { - text: "View About", - href: "#about", - }, + text: "View About", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/spray-paint-bottles-neglected-glowing-building-filled-with-graffiti-rusty-damaged-walls-containers-aerosols-deserted-space-ruins-illuminated-by-purple-fluorescent-lights-close-up_482257-66968.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/spray-paint-bottles-neglected-glowing-building-filled-with-graffiti-rusty-damaged-walls-containers-aerosols-deserted-space-ruins-illuminated-by-purple-fluorescent-lights-close-up_482257-66968.jpg" /> @@ -80,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Our Coaches?" description="Our team consists of top-tier players with thousands of wins. We focus on map awareness, brawler mechanics, and draft strategies tailored to your playstyle." - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-gaming-chair-playing-video-games-his-room-with-colorful-neons-wearing-headphones_482257-22154.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-gaming-chair-playing-video-games-his-room-with-colorful-neons-wearing-headphones_482257-22154.jpg" /> @@ -90,33 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Live VOD Review", - description: "Send us your replays for expert analysis.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg", - imageAlt: "Beautiful mature woman having a fun time", - }, + title: "Live VOD Review", description: "Send us your replays for expert analysis.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg", imageAlt: "Beautiful mature woman having a fun time"}, { - title: "Draft Optimization", - description: "Master picking the right brawler for the map.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/spray-paint-bottles-neglected-glowing-building-filled-with-graffiti-rusty-damaged-walls-containers-aerosols-deserted-space-ruins-illuminated-by-purple-fluorescent-lights-close-up_482257-66968.jpg?_wi=2", - imageAlt: "Beautiful mature woman having a fun time", - }, + title: "Draft Optimization", description: "Master picking the right brawler for the map.", buttonIcon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/spray-paint-bottles-neglected-glowing-building-filled-with-graffiti-rusty-damaged-walls-containers-aerosols-deserted-space-ruins-illuminated-by-purple-fluorescent-lights-close-up_482257-66968.jpg", imageAlt: "Beautiful mature woman having a fun time"}, { - title: "Mechanical Drills", - description: "Specific training to improve your aim and dodge.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-gaming-chair-playing-video-games-his-room-with-colorful-neons-wearing-headphones_482257-22154.jpg?_wi=2", - imageAlt: "Beautiful mature woman having a fun time", - }, + title: "Mechanical Drills", description: "Specific training to improve your aim and dodge.", buttonIcon: Award, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-gaming-chair-playing-video-games-his-room-with-colorful-neons-wearing-headphones_482257-22154.jpg", imageAlt: "Beautiful mature woman having a fun time"}, { - title: "Rank Climbing", - description: "Custom roadmap to your target trophy level.", - buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-screen_23-2147873575.jpg?_wi=1", - imageAlt: "Beautiful mature woman having a fun time", - }, + title: "Rank Climbing", description: "Custom roadmap to your target trophy level.", buttonIcon: Star, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-screen_23-2147873575.jpg", imageAlt: "Beautiful mature woman having a fun time"}, ]} title="Core Coaching Features" description="Comprehensive tools and methods to help you climb higher." @@ -130,48 +100,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - price: "$19", - name: "Starter Session", - features: [ - "1 hour live coaching", - "Replay review", - "Basic tips", - ], + id: "basic", price: "$19", name: "Starter Session", features: [ + "1 hour live coaching", "Replay review", "Basic tips"], buttons: [ { - text: "Select", - }, + text: "Select"}, ], }, { - id: "pro", - price: "$49", - name: "Pro Masterclass", - features: [ - "3 hours live coaching", - "Full VOD breakdown", - "Advanced strategy guide", - ], + id: "pro", price: "$49", name: "Pro Masterclass", features: [ + "3 hours live coaching", "Full VOD breakdown", "Advanced strategy guide"], buttons: [ { - text: "Select", - }, + text: "Select"}, ], }, { - id: "elite", - price: "$99", - name: "Legendary Climb", - features: [ - "10 hours coaching", - "Rank guarantee roadmap", - "Direct coach chat", - ], + id: "elite", price: "$99", name: "Legendary Climb", features: [ + "10 hours coaching", "Rank guarantee roadmap", "Direct coach chat"], buttons: [ { - text: "Select", - }, + text: "Select"}, ], }, ]} @@ -187,23 +136,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Award, - title: "Students Trained", - value: "1,500+", - }, + id: "1", icon: Award, + title: "Students Trained", value: "1,500+"}, { - id: "2", - icon: Star, - title: "Avg Rank Climb", - value: "+150", - }, + id: "2", icon: Star, + title: "Avg Rank Climb", value: "+150"}, { - id: "3", - icon: Shield, - title: "Coach Win Rate", - value: "90%", - }, + id: "3", icon: Shield, + title: "Coach Win Rate", value: "90%"}, ]} title="Our Impact" description="Proven results for students across all regions." @@ -216,60 +156,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Rex", - date: "Oct 2023", - title: "Mythic III", - quote: "The VOD review helped me realize my positioning errors instantly.", - tag: "Pro", - avatarSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/spray-paint-bottles-neglected-glowing-building-filled-with-graffiti-rusty-damaged-walls-containers-aerosols-deserted-space-ruins-illuminated-by-purple-fluorescent-lights-close-up_482257-66968.jpg?_wi=3", - imageAlt: "gamer portrait avatar", - }, + id: "1", name: "Rex", date: "Oct 2023", title: "Mythic III", quote: "The VOD review helped me realize my positioning errors instantly.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spray-paint-bottles-neglected-glowing-building-filled-with-graffiti-rusty-damaged-walls-containers-aerosols-deserted-space-ruins-illuminated-by-purple-fluorescent-lights-close-up_482257-66968.jpg", imageAlt: "gamer portrait avatar"}, { - id: "2", - name: "Jinx", - date: "Nov 2023", - title: "Legendary I", - quote: "Climbed 300 trophies in one week. Incredible coaching.", - tag: "Pro", - avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-hair-playing-videogame_23-2148969216.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-gaming-chair-playing-video-games-his-room-with-colorful-neons-wearing-headphones_482257-22154.jpg?_wi=3", - imageAlt: "gamer portrait avatar", - }, + id: "2", name: "Jinx", date: "Nov 2023", title: "Legendary I", quote: "Climbed 300 trophies in one week. Incredible coaching.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-hair-playing-videogame_23-2148969216.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-gaming-chair-playing-video-games-his-room-with-colorful-neons-wearing-headphones_482257-22154.jpg", imageAlt: "gamer portrait avatar"}, { - id: "3", - name: "Tank", - date: "Dec 2023", - title: "Masters", - quote: "Draft strategies gave me an edge I never had before.", - tag: "Elite", - avatarSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-screen_23-2147873575.jpg?_wi=2", - imageAlt: "gamer portrait avatar", - }, + id: "3", name: "Tank", date: "Dec 2023", title: "Masters", quote: "Draft strategies gave me an edge I never had before.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/black-remote-worker-enjoying-flexibility-comfort-while-browsing-online_482257-118982.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-screen_23-2147873575.jpg", imageAlt: "gamer portrait avatar"}, { - id: "4", - name: "Swift", - date: "Jan 2024", - title: "Mythic I", - quote: "Personalized drills made the biggest difference.", - tag: "Basic", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419476.jpg", - imageAlt: "gamer portrait avatar", - }, + id: "4", name: "Swift", date: "Jan 2024", title: "Mythic I", quote: "Personalized drills made the biggest difference.", tag: "Basic", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419476.jpg", imageAlt: "gamer portrait avatar"}, { - id: "5", - name: "Pyro", - date: "Feb 2024", - title: "Legendary II", - quote: "Absolutely top-tier knowledge. Highly recommended.", - tag: "Pro", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172409.jpg", - imageAlt: "gamer portrait avatar", - }, + id: "5", name: "Pyro", date: "Feb 2024", title: "Legendary II", quote: "Absolutely top-tier knowledge. Highly recommended.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172409.jpg", imageAlt: "gamer portrait avatar"}, ]} title="Hear From Our Players" description="Success stories from brawlers who reached new heights." @@ -282,20 +177,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do we connect?", - content: "Sessions are held over Discord voice chat and live screen share.", - }, + id: "1", title: "How do we connect?", content: "Sessions are held over Discord voice chat and live screen share."}, { - id: "2", - title: "Which brawlers do you coach?", - content: "We cover all brawlers currently in the meta.", - }, + id: "2", title: "Which brawlers do you coach?", content: "We cover all brawlers currently in the meta."}, { - id: "3", - title: "Is rank guaranteed?", - content: "While we cannot technically guarantee rank, our roadmaps are built to maximize win consistency.", - }, + id: "3", title: "Is rank guaranteed?", content: "While we cannot technically guarantee rank, our roadmaps are built to maximize win consistency."}, ]} title="Frequently Asked Questions" description="Common questions about our coaching services." @@ -307,11 +193,10 @@ export default function LandingPage() { @@ -322,29 +207,19 @@ export default function LandingPage() { logoText="ProBrawlCoach" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#coaching", - }, + label: "Services", href: "#coaching"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}