From 068fbe3815bd3f71288765dfe58fa2d91d48dee3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:12:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++++++++---------------------------------- 1 file changed, 56 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7605a50..17eda34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Award, Coffee, Zap } from "lucide-react"; export default function LandingPage() { @@ -29,191 +30,95 @@ export default function LandingPage() {
-
-
- + +
+ +
+
-
-
-
); -} +} \ No newline at end of file -- 2.49.1