From f32813ed00a3fe2c55fff4df197066d596173376 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:26:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d49c29..89f819e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Diamond, LayoutDashboard, Star, Wrench, Tool } from "lucide-react"; +import { Award, Diamond, LayoutDashboard, Star, Wrench, Wrench as Tool } from "lucide-react"; export default function LandingPage() { return (