diff --git a/src/app/page.tsx b/src/app/page.tsx index 17382ed..b0320c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." />