Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="inset-glow"
|
||||
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"
|
||||
tag="Professional Basketball Training"
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Players Trained" },
|
||||
{ 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: "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"
|
||||
@@ -208,7 +208,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
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."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/tall-man-taking-break-from-basketball_23-2149181897.jpg"
|
||||
imageAlt="Basketball training coaching session"
|
||||
|
||||
Reference in New Issue
Block a user