From 16766b95082d82a97b544be9854b278bfb7c59db Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 12:23:00 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1a99ff2..1e68fef 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Box, Leaf, Shield, XCircle, Tool } from "lucide-react"; +import { Box, Leaf, Shield, XCircle, Wrench } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -66,7 +66,7 @@ export default function HomePage() { description="Excellence in every drop." features={[ { icon: Leaf, title: "100% Natural", description: "Pure ingredients only." }, - { icon: Tool, title: "Handmade", description: "Small-batch craft." }, + { icon: Wrench, title: "Handmade", description: "Small-batch craft." }, { icon: Shield, title: "Cruelty-Free", description: "Never tested on animals." }, { icon: Box, title: "Eco-Packaging", description: "Conscious of the earth." }, { icon: XCircle, title: "Chemical-Free", description: "No synthetic additives." } -- 2.49.1