Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
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';
|
||||||
@@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
|||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Award, Brain, Calendar, Clock, Facebook, Heart, Instagram, Lightbulb, Linkedin, Mail, Muscle, Sun, Trophy, TrendingUp, Users, Zap } from "lucide-react";
|
import { Award, Brain, Calendar, Clock, Facebook, Heart, Instagram, Lightbulb, Linkedin, Mail, Sun, Trophy, TrendingUp, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="none"
|
||||||
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 technique and achieve peak performance with personalized 1-on-1 coaching from an elite swimming coach with Olympic experience. Master the fundamentals, break through plateaus, and unlock your full potential in the water."
|
description="Transform your technique and achieve peak performance with personalized 1-on-1 coaching from an elite swimming coach with Olympic experience. Master the fundamentals, break through plateaus, and unlock your full potential in the water."
|
||||||
tag="Professional Coaching"
|
tag="Professional Coaching"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "20+", label: "Years Experience" },
|
{ value: "20+", label: "Years Experience" },
|
||||||
{ value: "500+", label: "Athletes Trained" },
|
{ value: "500+", label: "Athletes Trained" },
|
||||||
@@ -147,7 +147,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Strength & Conditioning", description: "Targeted dryland exercises and gym training to build swimming-specific strength", bentoComponent: "icon-info-cards", items: [
|
title: "Strength & Conditioning", description: "Targeted dryland exercises and gym training to build swimming-specific strength", bentoComponent: "icon-info-cards", items: [
|
||||||
{ icon: Zap, label: "Power", value: "Explosive strength" },
|
{ icon: Zap, label: "Power", value: "Explosive strength" },
|
||||||
{ icon: Muscle, label: "Endurance", value: "Sustained effort" },
|
|
||||||
{ icon: Heart, label: "Cardiovascular", value: "Aerobic capacity" }
|
{ icon: Heart, label: "Cardiovascular", value: "Aerobic capacity" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user