From 3806cf9c54316a4f03ddd391e3d163c46ffb3768 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 05:52:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 298 +++++++++++------------------------------------ 1 file changed, 70 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1390de4..ec25b4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Building, HelpCircle, Lightbulb, Phone, ShieldCheck, Sparkles, Star, Tag, Tool, Trophy, Users, Zap } from "lucide-react"; +import { Award, Building, HelpCircle, Lightbulb, Phone, ShieldCheck, Sparkles, Star, Tag, Trophy, Users, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -34,42 +34,24 @@ export default function LandingPage() { @@ -78,71 +60,44 @@ export default function LandingPage() {
@@ -239,50 +165,26 @@ export default function LandingPage() {
-- 2.49.1