From a02ec016ddbb34b0bb7f7d0d93d2c2e850a3e051 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:12:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 90 ++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2935b5..4d78155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import ContactText from '@/components/sections/contact/ContactText'; -import { Instagram, Twitter, BarChart3, Users, Target } from "lucide-react"; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { BarChart3, Users, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -56,23 +56,24 @@ export default function LandingPage() {
-
-
-
-
-

Trusted by Industry Leaders

-

Supporting the top-tier coaching organizations.

-
+
-
-
-
); -} \ No newline at end of file +}