From e9704beb7e758ac9fff7a9537244fb72c55b4320 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 22:01:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 119 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfef731..005263c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Phone } from "lucide-react"; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Phone, Scissors, Ruler, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -155,28 +110,8 @@ export default function LandingPage() {