From eb7c2cfc49e9cbbfbb636e7b5169d765c0fce1e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 00:17:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 165 ++++++++++++++++------------------------------- 1 file changed, 54 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a67e86..1e09463 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Phone } from "lucide-react"; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Phone, ShieldCheck, Wrench, Award, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -29,159 +29,102 @@ export default function LandingPage() {
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1