From 992e9cab4195609548f99c52b2a6b629457b71d1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 22:40:00 +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 e430750..d00c547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Wrench, Zap, Tool, Anchor, Settings, RotateCcw, Activity, AlertCircle, Droplet, Flame, Waves, Sun, Snowflake, Calendar, Clock, CheckCircle, Phone } from 'lucide-react'; +import { Wrench, Zap, Anchor, Settings, RotateCcw, Activity, AlertCircle, Droplet, Flame, Waves, Sun, Snowflake, Calendar, Clock, CheckCircle, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -85,7 +85,7 @@ export default function LandingPage() { title: "Outboard Motor Repair", description: "Complete repair and rebuild of outboard engines. Fast turnaround on diagnostics and parts sourcing.", bentoComponent: "icon-info-cards", items: [ { icon: Wrench, label: "Complete Repair", value: "All models" }, { icon: Zap, label: "Fast Service", value: "Turnaround" }, - { icon: Tool, label: "Certified", value: "Technicians" } + { icon: CheckCircle, label: "Certified", value: "Technicians" } ] }, { -- 2.49.1