From 7436bfe50d7f10a01e85495ee88eb28ca161394b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 02:23:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66c0694..a0f3444 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,20 +100,20 @@ export default function LandingPage() { tagIcon={Clock} marqueeItems={[ { - type: "text-icon", text: "Emergency Service", icon: LifeBuoy, + type: "text-icon", text: "Emergency Service", icon: LifeBuoy }, { - type: "text-icon", text: "Residential & Commercial", icon: Building, + type: "text-icon", text: "Residential & Commercial", icon: Building }, { - type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck, + type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck }, { - type: "text-icon", text: "Free Quotes", icon: FileText, + type: "text-icon", text: "Free Quotes", icon: FileText }, { - type: "text-icon", text: "Customer Satisfaction", icon: Smile, - }, + type: "text-icon", text: "Customer Satisfaction", icon: Smile + } ]} /> @@ -126,17 +126,17 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "rating", value: "4.7★", title: "Google Rating", description: "Consistently high scores from our valued customers.", icon: Star, + id: "rating", value: "4.7★", title: "Google Rating", description: "Consistently high scores from our valued customers.", icon: Star }, { - id: "reviews", value: "372", title: "5-Star Reviews", description: "Hundreds of happy customers across Hamilton County.", icon: MessageSquare, + id: "reviews", value: "372", title: "5-Star Reviews", description: "Hundreds of happy customers across Hamilton County.", icon: MessageSquare }, { - id: "availability", value: "24/7", title: "Always Available", description: "Emergency services whenever you need us, day or night.", icon: Clock, + id: "availability", value: "24/7", title: "Always Available", description: "Emergency services whenever you need us, day or night.", icon: Clock }, { - id: "experience", value: "15+", title: "Years in Business", description: "Over a decade of trusted plumbing expertise.", icon: Award, - }, + id: "experience", value: "15+", title: "Years in Business", description: "Over a decade of trusted plumbing expertise.", icon: Award + } ]} title="Quick Facts" description="Numbers that speak for themselves." @@ -175,7 +175,7 @@ export default function LandingPage() { title: "Shower & Tub Installation", description: "Complete shower and bathtub installation plus shower valve repair and wall restoration."}, { icon: Building, - title: "Commercial Plumbing", description: "Full-service commercial plumbing for businesses, offices, and multi-unit properties."}, + title: "Commercial Plumbing", description: "Full-service commercial plumbing for businesses, offices, and multi-unit properties."} ]} title="Expert Plumbing For Every Need" description="Residential or commercial — if it involves water, gas, or drains, Smitty's handles it with skill and speed." @@ -187,11 +187,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", content: "We Don't Just Fix It. We Fix It Right."}, + type: "text", content: "We Don't Just Fix It. We Fix It Right."} ]} buttons={[ { - text: "Get a Free Quote →", href: "#contact"}, + text: "Get a Free Quote →", href: "#contact"} ]} /> @@ -209,7 +209,7 @@ export default function LandingPage() { { id: "4", name: "Lisa K.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-smiling-pink-background_179666-14695.jpg", imageAlt: "Lisa K."}, { - id: "5", name: "Robert M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "Robert M."}, + id: "5", name: "Robert M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "Robert M."} ]} cardTitle="Trusted by Hundreds Across Hamilton County" cardTag="What Customers Say" @@ -261,8 +261,8 @@ export default function LandingPage() { { label: "Sewer Repair", href: "#services"}, { - label: "Emergency Plumbing", href: "#services"}, - ], + label: "Emergency Plumbing", href: "#services"} + ] }, { title: "Contact", items: [ @@ -275,9 +275,9 @@ export default function LandingPage() { { label: "Norwood, OH 45212", href: "https://maps.app.goo.gl/address"}, { - label: "Open 24 Hours", href: "#"}, - ], - }, + label: "Open 24 Hours", href: "#"} + ] + } ]} copyrightText="© 2025 Smitty's Plumbing. All rights reserved." /> @@ -285,4 +285,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file