From ec081982d643c7abe086749287e9058abb0f1244 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:45:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0b021a..a9ae4cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ShieldCheck, Sparkles, Car, Settings, Paintbrush, Droplets } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { return ( @@ -29,211 +30,88 @@ export default function LandingPage() {
-
-
- -
- -
-
-
-- 2.49.1