From e17511ef639fa4fe33182ff7d0ea2f4511818d44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:25:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 +++++++++++++++-------------------------------- 1 file changed, 53 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f2541d..534ae25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Building2, CheckCircle, ListChecks, Sparkles, Wrench, Waves } from "lucide-react"; +import { Building2, CheckCircle, ListChecks, Sparkles, Wrench, Waves, Tool } from "lucide-react"; export default function LandingPage() { return ( @@ -32,14 +32,10 @@ export default function LandingPage() {