From ecfa0e8176504cc45759b9d8a63cdca99850d560 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:59:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 289 ++++++++++++++--------------------------------- 1 file changed, 87 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aea7c29..4228784 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 ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Building } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Building2, HardHat, Ruler } from "lucide-react"; export default function LandingPage() { return ( @@ -28,215 +28,100 @@ export default function LandingPage() { headingFontWeight="semibold" > - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
-
- +
-