From 8b626f532ed5ba55ee5ee2573e56a9edc113acaa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:53:58 +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 ef9872a..fffa5e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, Briefcase, CheckCircle, Mail, MapPin, Paintbrush, Sparkles, Star, Wrench, Shield, Users, Zap, CircleDollarSign, ArrowLeftRight, Send, House, MessageSquareText, Settings } from 'lucide-react'; +import { Award, Briefcase, CheckCircle, Mail, MapPin, Paintbrush, Sparkles, Star, Wrench, Shield, Users, Zap } from 'lucide-react'; const navItems = [ { name: "Services", id: "services" }, @@ -38,7 +38,7 @@ const heroDashboard = { { title: "Years Experience", values: [10, 12, 15], description: "In local service industry" }, { title: "Happy Clients", values: [500, 750, 1000], description: "Castle Hill & Hills District" }, { title: "Projects Completed", values: [2000, 3000, 4500], description: "Professional quality work" } - ], + ] as [{ title: string; values: number[]; description: string }, { title: string; values: number[]; description: string }, { title: string; values: number[]; description: string }], chartTitle: "Customer Satisfaction", chartData: [ { value: 95 }, { value: 98 }, -- 2.49.1