From 397fd23e71d6f5ad20dc20f6e178547cc4d1155e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:17:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 192 +++++++++++++---------------------------------- 1 file changed, 51 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 714de60..25a9f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Shield, Users } from "lucide-react"; +import { Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -33,8 +29,7 @@ export default function LandingPage() {
- +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- +
+
- + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1