From 821b77da6c659aa9e5c86c1fb443ade27c79ce10 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:13:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bfebd3..6f9522b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Shield, Zap, Heart, MessageCircle, CheckCircle, RotateCw, Knife, Wrench, Drill, Leaf, Axe, Scissors, Star, Brain, Package, Clock, TrendingUp, DollarSign, Smile } from 'lucide-react'; +import { Sparkles, Shield, Zap, Heart, MessageCircle, CheckCircle, RotateCw, Wrench, Drill, Leaf, Axe, Scissors, Star, Brain, Package, Clock, TrendingUp, DollarSign, Smile } from 'lucide-react'; export default function LandingPage() { return ( @@ -114,7 +114,7 @@ export default function LandingPage() { }, { title: "Knives & Tools", description: "Kitchen knives, shop tools, and cutting implements. Razor-sharp edges restored to professional standards.", bentoComponent: "icon-info-cards", items: [ - { icon: Knife, label: "Kitchen Knives", value: "Razor Sharp" }, + { icon: Drill, label: "Kitchen Knives", value: "Razor Sharp" }, { icon: Wrench, label: "Shop Tools", value: "Precision Edge" }, { icon: Zap, label: "Chisels", value: "Pro Grade" } ] -- 2.49.1