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" } ]