Update src/app/page.tsx

This commit is contained in:
2026-02-09 17:27:52 +00:00
parent 8624f9122e
commit 08b57eed9c

View File

@@ -1,6 +1,6 @@
"use client" "use client";
import { Award, Instagram, Linkedin, Target, TrendingUp, Twitter, Users, Youtube, Zap } from "lucide-react"; import { Award, Instagram, Linkedin, Star, Target, TrendingUp, Twitter, Users, Youtube, Zap } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="mediumLarge" sizing="mediumLarge"
background="aurora" background="floatingGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="inset-glow" primaryButtonStyle="inset-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Transform your skills through personalized coaching designed for serious basketball players seeking championship-level performance" description="Transform your skills through personalized coaching designed for serious basketball players seeking championship-level performance"
tag="Professional Basketball Training" tag="Professional Basketball Training"
tagIcon={Zap} tagIcon={Zap}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
kpis={[ kpis={[
{ value: "500+", label: "Players Trained" }, { value: "500+", label: "Players Trained" },
{ value: "15+", label: "Years Experience" }, { value: "15+", label: "Years Experience" },
@@ -94,7 +94,7 @@ export default function LandingPage() {
id: "3", value: "3-6", title: "Months to Visible", description: "Improvement Average time to see significant performance gains", icon: Zap id: "3", value: "3-6", title: "Months to Visible", description: "Improvement Average time to see significant performance gains", icon: Zap
}, },
{ {
id: "4", value: "15+", title: "Years Excellence", description: "Dedicated coaching experience at elite level", icon: TrendingUp id: "4", value: "15+", title: "Years Excellence", description: "Dedicated coaching experience at elite level", icon: Star
} }
]} ]}
gridVariant="bento-grid" gridVariant="bento-grid"
@@ -208,7 +208,7 @@ export default function LandingPage() {
tagIcon={Zap} tagIcon={Zap}
title="Ready to Transform Your Game?" title="Ready to Transform Your Game?"
description="Join hundreds of athletes who have achieved their basketball goals through elite personalized coaching. Schedule your consultation today." description="Join hundreds of athletes who have achieved their basketball goals through elite personalized coaching. Schedule your consultation today."
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181897.jpg" imageSrc="https://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181897.jpg"
imageAlt="Basketball training coaching session" imageAlt="Basketball training coaching session"