diff --git a/src/app/page.tsx b/src/app/page.tsx index cd2cabe..6e9e63b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import TextAbout from "@/components/sections/about/TextAbout"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; 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 TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Award, TrendingUp, Trophy, Zap, Star, Dumbbell, Heart, Lightbulb, Compass, Mail, Instagram, Twitter, Linkedin } from "lucide-react"; export default function PersonalTrainerPage() { @@ -43,80 +43,63 @@ export default function PersonalTrainerPage() {