From db5b799a1a3e6213c5853553a29051bf87da871d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:57:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 +++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 943d241..ad768d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,28 +3,28 @@ 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 HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; 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, TrendingUp, Trophy, Zap, Star, Dumbbell, Heart, Lightbulb, Compass, Mail, Instagram, Twitter, Linkedin } from "lucide-react"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Trophy, Mail, Dumbbell, Star, TrendingUp } from "lucide-react"; export default function PersonalTrainerPage() { return ( @@ -33,173 +33,114 @@ export default function PersonalTrainerPage() { navItems={[ { name: "Home", id: "home" }, { name: "About", id: "about" }, - { name: "Philosophy", id: "philosophy" }, { name: "Services", id: "services" }, + { name: "Philosophy", id: "philosophy" } ]} brandName="ROSHDY PHYSIQUES" - bottomLeftText="Elite Performance" - bottomRightText="contact@roshdyphysiques.com" />
-
-
-
-
-
-