From 1781cadb4c2a9ef4024d2d9ba0a28470b418c437 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 13:02:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 +++++++++++++++-------------------------------- 1 file changed, 50 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f5d0f8..789e1c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Briefcase, CheckCircle, Github, Linkedin, MessageSquare, Network, Target, Twitter, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -29,7 +29,7 @@ export default function LandingPage() { >