diff --git a/src/app/coaching/page.tsx b/src/app/coaching/page.tsx index be813f3..f324cb8 100644 --- a/src/app/coaching/page.tsx +++ b/src/app/coaching/page.tsx @@ -2,12 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; -import Link from "next/link"; -import { Dumbbell, Instagram, Facebook, MessageCircle, Users, Award, Zap } from "lucide-react"; +import { Instagram, Facebook, MessageCircle } from "lucide-react"; export default function CoachingPage() { return ( @@ -17,171 +14,55 @@ export default function CoachingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" headingFontWeight="light" > - {/* Navbar */} - {/* Professional Coaching Section */} -
- -
- - {/* Coaching Programs */} -
+
- {/* Coaching FAQ & CTA */} -
- -
- - {/* Footer */}