From 109282b4b3679f001f6ae7ff0fdb45e6d6e97c60 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 8 Feb 2026 01:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34764d8..5fbb425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 ContactSplit from '@/components/sections/contact/ContactSplit'; 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() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="none" cardStyle="gradient-bordered" primaryButtonStyle="inset-glow" 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." tag="Professional Coaching" tagIcon={Award} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} kpis={[ { value: "20+", label: "Years Experience" }, { 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: [ { icon: Zap, label: "Power", value: "Explosive strength" }, - { icon: Muscle, label: "Endurance", value: "Sustained effort" }, { icon: Heart, label: "Cardiovascular", value: "Aerobic capacity" } ] }, -- 2.49.1