From aabda75ed8a59324c9d99f20f1679db70c39a075 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:58:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 282 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae22906..43b9bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,11 @@ 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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, RotateCcw, Shield, TrendingUp, Users, Zap } from "lucide-react"; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return ( @@ -29,223 +23,67 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -- 2.49.1