From fba211807c7ead5c616cc4d90b3f53d75fa1b6d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 19:17:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 153 +++++++++++++++++++++++------------------------ 1 file changed, 76 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0568de9..bf518e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award, CheckCircle, Shield } from "lucide-react"; export default function LandingPage() { @@ -28,85 +25,87 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);