Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 21:51:03 +00:00

View File

@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
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 HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardFour from '@/components/sections/ecommerce/productCatalog/ProductCatalog';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
@@ -57,8 +57,8 @@ 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" }
]}
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"
imageAlt="Professional hockey analytics interface"
imageSrc="http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg"
imageAlt="Professional hockey stick and puck on ice"
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" }]}
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" }]}
@@ -76,44 +76,35 @@ export default function LandingPage() {
{ id: "m3", icon: Zap, title: "Instant Access", value: "Real-time" },
{ id: "m4", icon: Award, title: "For Pro Minds", value: "Advanced" }
]}
title="Unfair Advantage"
description="No friction, just performance."
title="Performance Foundation"
description="No friction, just performance tools built for the ice."
/>
</div>
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
features={[
{ 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" },
{ 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" },
{ 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" },
{ 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" },
{ 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."
/>
<FeatureCardSixteen
animationType="blur-reveal"
title="The Competitive Edge"
description="Why choose Team 33? Our platform provides actionable insights through specialized hockey data analysis."
textboxLayout="default"
useInvertedBackground={false}
positiveCard={{ items: ["Predictive models with 95% accuracy on trends", "Live game-state visualization tools", "Player performance heat mapping systems"] }}
negativeCard={{ items: ["No more relying on gut instinct alone", "Eliminate manual data tracking spreadsheets", "Reduce analysis time by 60% per week"] }}
/>
</div>
<div id="data" data-section="data">
<ProductCardThree
animationType="scale-rotate"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{ 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" },
{ id: "p2", name: "Shot Maps", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg" },
{ id: "p3", name: "Player Comparison", price: "Tool", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163342.jpg" },
{ id: "p4", name: "Trend Leaderboards", price: "Insights", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163410.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: "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."
<ProductCardFour
layout="section"
animationType="blur-reveal"
title="Visualize the Game"
description="Explore our curated sets of analytics tools tailored for every level of player and fan."
products={[
{ id: "p1", name: "Advanced Shot Maps", price: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/hockey-puck-ice-surface_23-2148784742.jpg", rating: 5 },
{ id: "p2", name: "Zone Coverage Analysis", price: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/ice-hockey-stick-resting-rink_23-2148784758.jpg", rating: 5 },
{ id: "p3", name: "Real-Time Goalie Metrics", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/goalkeeper-gears-rink_23-2148784801.jpg", rating: 4 },
{ id: "p4", name: "Trend Tracker Leaderboards", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/hockey-fan-watching-game_23-2148784850.jpg", rating: 5 }
]}
/>
</div>
@@ -168,7 +159,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
title="Get the Edge Now"
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"
tag="Connect"
/>
@@ -187,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}