From e8a97c244757a3b502cdc3dc1c5dea66ed70acf7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:12:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 155cf18..c8ae628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Globe, PlayCircle, RefreshCw, Shield, Zap, CircleDot } from "lucide-react"; export default function LandingPage() { @@ -30,14 +30,10 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file