From dac38766cd41e61c5fa4e488ab2ba39588ca0b9b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:27:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 328 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b746586..d74a398 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, CheckCircle, ThumbsUp, Tool, Users, Wrench } from "lucide-react"; +import { Award, CheckCircle, ThumbsUp, Wrench, Users, Wrench as Tool } from "lucide-react"; export default function LandingPage() { return ( @@ -32,30 +32,12 @@ export default function LandingPage() {