From 7f3a1742f06ddda0d7c9287bc81f20d5a3ee6cf0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:55:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81bdc82..81fd6cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { CheckCircle, Droplet, Wrench, Phone } from 'lucide-react'; +import { CheckCircle, Droplet, Wrench, Phone, Home, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,18 +52,18 @@ export default function LandingPage() { dashboard={{ title: "Service Excellence", logoIcon: Droplet, sidebarItems: [ - { icon: "Home", active: true }, - { icon: "Wrench", active: false }, - { icon: "Star", active: false } + { icon: Home, active: true }, + { icon: Wrench, active: false }, + { icon: Star, active: false } ], buttons: [ { text: "Emergency Service", href: "#" }, { text: "Schedule Now", href: "#contact-cta" } ], stats: [ - { title: "Happy Customers", values: ["4.9", "4.9", "4.9"], valuePrefix: "⭐ ", description: "Rated by locals" }, - { title: "Years Serving", values: ["15+", "15+", "15+"], description: "Washington County" }, - { title: "Same-Day", values: ["24/7", "24/7", "24/7"], description: "Emergency response" } + { title: "Happy Customers", values: [4.9, 4.9, 4.9], valuePrefix: "⭐ ", description: "Rated by locals" }, + { title: "Years Serving", values: [15, 15, 15], description: "Washington County" }, + { title: "Same-Day", values: [24, 24, 24], description: "Emergency response" } ], chartTitle: "Service Areas", chartData: [ { value: 85 }, @@ -107,7 +107,7 @@ export default function LandingPage() { }, { id: "4", brand: "Kitchen Services", name: "Kitchen Sink Clogs", price: "From $85", rating: 5, - reviewCount: "20 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg?_wi=1", imageAlt: "Kitchen sink unclogging service" + reviewCount: "20 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg", imageAlt: "Kitchen sink unclogging service" }, { id: "5", brand: "Basement Services", name: "Basement Drain Issues", price: "From $120", rating: 5, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: "6", brand: "Fixture Services", name: "Dishwasher & Fixture Clogs", price: "From $75", rating: 5, - reviewCount: "19 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg?_wi=2", imageAlt: "Dishwasher and fixture drain service" + reviewCount: "19 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg", imageAlt: "Dishwasher and fixture drain service" } ]} /> @@ -160,7 +160,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Richardson", role: "Homeowner", company: "Williamsport, MD", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "John Richardson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "John Richardson testimonial" }, { id: "2", name: "Sarah Mitchell", role: "Property Manager", company: "Washington County", rating: 5, @@ -168,7 +168,7 @@ export default function LandingPage() { }, { id: "3", name: "David Chen", role: "Homeowner", company: "Williamsport, MD", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Chen testimonial" }, { id: "4", name: "Michelle Garcia", role: "Landlord", company: "Washington County", rating: 5, -- 2.49.1