Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-28 02:23:38 +00:00

View File

@@ -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
}
]}
/>
</div>
@@ -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"}
]}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}