Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e06b72b03 | |||
| 96d1099675 | |||
| d3da4cb958 |
@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
|
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
|
||||||
|
|
||||||
@@ -45,7 +45,6 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="The Edge Behind Every Play"
|
title="The Edge Behind Every Play"
|
||||||
description="Advanced hockey analytics for smarter bets, better fantasy decisions, and total dominance."
|
description="Advanced hockey analytics for smarter bets, better fantasy decisions, and total dominance."
|
||||||
@@ -57,63 +56,54 @@ export default function LandingPage() {
|
|||||||
{ name: "Emily P.", handle: "@hockey_insider", testimonial: "Built for the pros, but easy enough for any fantasy player to dominate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-ecstatic-football-fan-celebrating_23-2150860729.jpg" }
|
{ name: "Emily P.", handle: "@hockey_insider", testimonial: "Built for the pros, but easy enough for any fantasy player to dominate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-ecstatic-football-fan-celebrating_23-2150860729.jpg" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Start Winning", href: "#pricing" }, { text: "View Live Stats", href: "#data" }]}
|
buttons={[{ text: "Start Winning", href: "#pricing" }, { text: "View Live Stats", href: "#data" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/concrete-wall-scratched-material-background-texture-concept_53876-31740.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg"
|
||||||
imageAlt="Professional hockey analytics interface"
|
imageAlt="Professional hockey stick and puck on ice"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-bearded-man_171337-4228.jpg", alt: "Happy bearded man" }, { src: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", alt: "Ambitious stylish male" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "Man correcting mistakes" }, { src: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg", alt: "Man in eyeglasses" }, { src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "Smiling young woman" }]}
|
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-bearded-man_171337-4228.jpg", alt: "Happy bearded man" }, { src: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", alt: "Ambitious stylish male" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "Man correcting mistakes" }, { src: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg", alt: "Man in eyeglasses" }, { src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "Smiling young woman" }]}
|
||||||
marqueeItems={[{ type: "text", text: "Real-time NHL Data" }, { type: "text", text: "Predictive Modeling" }, { type: "text", text: "Advanced Player Metrics" }, { type: "text", text: "Custom Dashboards" }, { type: "text", text: "Fantasy Optimization" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="value-strip" data-section="value-strip">
|
<div id="value-strip" data-section="value-strip">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", icon: CheckCircle, title: "Cancel Anytime", value: "Flexible" },
|
{ id: "m1", icon: CheckCircle, title: "Cancel Anytime", value: "Flexible" },
|
||||||
{ id: "m2", icon: Shield, title: "No Hidden Fees", value: "Transparent" },
|
{ id: "m2", icon: Shield, title: "No Hidden Fees", value: "Transparent" },
|
||||||
{ id: "m3", icon: Zap, title: "Instant Access", value: "Real-time" },
|
{ id: "m3", icon: Zap, title: "Instant Access", value: "Real-time" },
|
||||||
{ id: "m4", icon: Award, title: "For Pro Minds", value: "Advanced" }
|
{ id: "m4", icon: Award, title: "For Pro Minds", value: "Advanced" }
|
||||||
]}
|
]}
|
||||||
title="Unfair Advantage"
|
title="Performance Foundation"
|
||||||
description="No friction, just performance."
|
description="No friction, just performance tools built for the ice."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSix
|
<FeatureCardSixteen
|
||||||
textboxLayout="default"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={false}
|
title="The Competitive Edge"
|
||||||
features={[
|
description="Why choose Team 33? Our platform provides actionable insights through specialized hockey data analysis."
|
||||||
{ title: "Advanced Player Metrics", description: "Dive deep into xG, Corsi, Fenwick, and high-danger scoring chances with our analytics suite.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-ice-hockey-netminder_1048-6045.jpg" },
|
textboxLayout="default"
|
||||||
{ title: "Real-Time Game Insights", description: "Stay ahead of the competition with live data streams and instant game-day updates.", imageSrc: "http://img.b2bpic.net/free-photo/3d-network-particle-flow-background_1048-12212.jpg" },
|
useInvertedBackground={false}
|
||||||
{ title: "Betting Edge Tools", description: "Leverage our proprietary predictive modeling to detect trends and gain a betting edge.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-desk-shows-company-statistics_482257-120304.jpg" },
|
positiveCard={{ items: ["Predictive models with 95% accuracy on trends", "Live game-state visualization tools", "Player performance heat mapping systems"] }}
|
||||||
{ title: "Fantasy Optimization", description: "Maximize your fantasy leagues with automated lineup tools and player projection models.", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163381.jpg" },
|
negativeCard={{ items: ["No more relying on gut instinct alone", "Eliminate manual data tracking spreadsheets", "Reduce analysis time by 60% per week"] }}
|
||||||
{ title: "Custom Dashboards", description: "Tailor your data view to track the metrics that matter most to your specific strategy.", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039367.jpg" },
|
/>
|
||||||
{ title: "Predictive Modeling", description: "Harness machine learning to forecast outcomes with historical trend analysis.", imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg" }
|
|
||||||
]}
|
|
||||||
title="Dominate the Ice"
|
|
||||||
description="Powerful tools designed to turn every game insight into a winning decision."
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="data" data-section="data">
|
<div id="data" data-section="data">
|
||||||
<ProductCardThree
|
<ProductCardFour
|
||||||
animationType="scale-rotate"
|
gridVariant="uniform-all-items-equal"
|
||||||
textboxLayout="split"
|
animationType="blur-reveal"
|
||||||
gridVariant="bento-grid"
|
title="Visualize the Game"
|
||||||
useInvertedBackground={true}
|
description="Explore our curated sets of analytics tools tailored for every level of player and fan."
|
||||||
products={[
|
textboxLayout="default"
|
||||||
{ id: "p1", name: "Heat Maps", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170126.jpg" },
|
useInvertedBackground={false}
|
||||||
{ id: "p2", name: "Shot Maps", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg" },
|
products={[
|
||||||
{ id: "p3", name: "Player Comparison", price: "Tool", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163342.jpg" },
|
{ id: "p1", name: "Advanced Shot Maps", price: "Pro", variant: "Analytic", imageSrc: "http://img.b2bpic.net/free-photo/hockey-puck-ice-surface_23-2148784742.jpg" },
|
||||||
{ id: "p4", name: "Trend Leaderboards", price: "Insights", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163410.jpg" },
|
{ id: "p2", name: "Zone Coverage Analysis", price: "Pro", variant: "Tracking", imageSrc: "http://img.b2bpic.net/free-photo/ice-hockey-stick-resting-rink_23-2148784758.jpg" },
|
||||||
{ id: "p5", name: "Zone Analysis", price: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165164.jpg" },
|
{ id: "p3", name: "Real-Time Goalie Metrics", price: "Standard", variant: "Tracking", imageSrc: "http://img.b2bpic.net/free-photo/goalkeeper-gears-rink_23-2148784801.jpg" }
|
||||||
{ id: "p6", name: "Goalie Stats", price: "Deep", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827470.jpg" }
|
]}
|
||||||
]}
|
|
||||||
title="Visualize the Game"
|
|
||||||
description="Interactive data visualization tools for deep-dive analysis."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -123,7 +113,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "pro", badge: "Elite", price: "$6.99", name: "Team 33 Pro", buttons: [{ text: "Get Full Access" }], features: ["Full analytics tool suite", "Real-time game data", "Betting trend detection", "Fantasy projection models", "Custom dashboard builder"] }
|
{ id: "pro", name: "Team 33 Pro", price: "$6.99", buttons: [{ text: "Get Full Access" }], features: ["Full analytics tool suite", "Real-time game data", "Betting trend detection", "Fantasy projection models", "Custom dashboard builder"] }
|
||||||
]}
|
]}
|
||||||
title="Team 33 Pro Access"
|
title="Team 33 Pro Access"
|
||||||
description="Unlock the full potential of elite hockey analytics."
|
description="Unlock the full potential of elite hockey analytics."
|
||||||
@@ -138,9 +128,7 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "John Doe", role: "Sports Analyst", testimonial: "I've tried every platform, nothing compares to the data depth here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg" },
|
{ id: "t1", name: "John Doe", role: "Sports Analyst", testimonial: "I've tried every platform, nothing compares to the data depth here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg" },
|
||||||
{ id: "t2", name: "Maria Smith", role: "Fantasy Player", testimonial: "Won three leagues in a row using these metrics, incredible.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg" },
|
{ id: "t2", name: "Maria Smith", role: "Fantasy Player", testimonial: "Won three leagues in a row using these metrics, incredible.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg" },
|
||||||
{ id: "t3", name: "Robert Lee", role: "Bettor", testimonial: "My ROI metrics have climbed 22% since starting with Team 33.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg" },
|
{ id: "t3", name: "Robert Lee", role: "Bettor", testimonial: "My ROI metrics have climbed 22% since starting with Team 33.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg" }
|
||||||
{ id: "t4", name: "Alice Wang", role: "NHL Fan", testimonial: "Seeing the game differently after using their heat maps.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg" },
|
|
||||||
{ id: "t5", name: "Steve Brown", role: "Data Enthusiast", testimonial: "Professional grade analytics in a beautiful dashboard, love it.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" }
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Pro Fans"
|
title="Trusted by Pro Fans"
|
||||||
description="See why thousands choose Team 33."
|
description="See why thousands choose Team 33."
|
||||||
@@ -168,7 +156,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
title="Get the Edge Now"
|
title="Get the Edge Now"
|
||||||
description="Join 10,000+ hockey fans already using Team 33."
|
description="Join 10,000+ hockey fans already using Team 33."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736838.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/hockey-equipment-resting-on-ice_23-2148784792.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
tag="Connect"
|
tag="Connect"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user