From 40103595f0d26f40b5350d660fc560cf7b8ad7ba Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:38:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 142 ++++++++++++++++------------------------------- 1 file changed, 47 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd92d4e..ac6b163 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 ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Flame } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Flame, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -31,57 +31,37 @@ export default function LandingPage() {
-