From 8e06b72b03884d760ccb622818e6d16e75842cd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 21:51:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0320c3..a355661 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardFour from '@/components/sections/ecommerce/productCatalog/ProductCatalog'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, CheckCircle, Shield, Zap } from "lucide-react"; @@ -45,7 +45,6 @@ export default function LandingPage() {
@@ -114,7 +113,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} 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" description="Unlock the full potential of elite hockey analytics." @@ -129,9 +128,7 @@ export default function LandingPage() { 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: "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: "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" } + { 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" } ]} title="Trusted by Pro Fans" description="See why thousands choose Team 33." -- 2.49.1