diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2895f44..ff45794 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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" }
]}
/>
@@ -123,6 +122,7 @@ export default function LandingPage() {