From 1d91ea4fce6e0c4c147341e7fd324469ef85e2e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:22:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 +++++++++-------------------------------------- 1 file changed, 60 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79a2db6..f4e8c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Building2, Clock, Lightbulb, Sparkles, Tool, Users, Wind, Zap } from "lucide-react"; +import { Building2, Clock, Lightbulb, Sparkles, Users, Wrench, Wind, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {