From 7a3e4810b90320d1ea84f71e7b2d25025aa41c66 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:23:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 +++++++++-------------------------------------- 1 file changed, 59 insertions(+), 248 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b03bb56..dfa996a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricCardSeven from '@/components/sections/metric/MetricCardSeven'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -29,300 +29,111 @@ export default function LandingPage() { >
-
-
-
- -
- -
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1