From c452d2ad944071c02cc8df0ce69524828320eee7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:44:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 +++++++++++++++-------------------------------- 1 file changed, 54 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b85c4..e4c194e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, ShieldCheck, Star } from "lucide-react"; export default function LandingPage() { @@ -27,7 +27,7 @@ export default function LandingPage() { >
-
-
-
-
-
); -} +} \ No newline at end of file