Merge version_4 into main #6
@@ -8,11 +8,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -73,6 +71,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["NHL Analytics Group", "DraftKings Pros", "Fantasy Weekly", "Hockey Tech Journal", "Sports Betting Insider"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Join the elite network of data-driven analysts."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -102,10 +101,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{ title: "Trend Detection", description: "Identify emerging player trends before anyone else." },
|
||||
{ title: "Visualization", description: "Clean, intuitive game-state visualizations." },
|
||||
{ title: "Prediction Models", description: "Proprietary algorithms for projection." },
|
||||
{ title: "Real-time Insights", description: "Data updates throughout every play." }
|
||||
{ title: "Trend Detection", description: "Identify emerging player trends before anyone else.", imageSrc: "http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg" },
|
||||
{ title: "Visualization", description: "Clean, intuitive game-state visualizations.", imageSrc: "http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg" },
|
||||
{ title: "Prediction Models", description: "Proprietary algorithms for projection.", imageSrc: "http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg" },
|
||||
{ title: "Real-time Insights", description: "Data updates throughout every play.", imageSrc: "http://img.b2bpic.net/free-photo/ice-hockey-stick-puck-ice-rink_23-2148784705.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,6 +122,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Get the Edge Now"
|
||||
|
||||
Reference in New Issue
Block a user