From dbe696d3cc800710f113d9607a31b2f6ffb15bab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:50:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++++++++++++++++++++--------------------- 1 file changed, 109 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d07af3..31da6fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { ShieldCheck, Sparkles, Car, Settings } from "lucide-react"; -import ContactText from '@/components/sections/contact/ContactText'; +import { ShieldCheck, Sparkles, Zap, Wrench } from "lucide-react"; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -26,95 +27,116 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} +} \ No newline at end of file -- 2.49.1