Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CheckCircle, Shield, ShieldCheck, Star } from "lucide-react";
|
||||
import { CheckCircle, Shield, ShieldCheck, Star, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Smithys Plumbing"
|
||||
brandName="Smithy's Plumbing"
|
||||
button={{
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
/>
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "canvas-reveal"}}
|
||||
title="Local Plumbers You Can Trust"
|
||||
description="Smithys Plumbing delivers fast, honest service for your home. From emergency repairs to installations, our veteran-owned team diagnoses problems clearly and fixes them right—every time."
|
||||
description="Smithy's Plumbing delivers fast, honest service for your home. From emergency repairs to installations, our veteran-owned team diagnoses problems clearly and fixes them right—every time."
|
||||
tag="Trusted in Norwood, OH"
|
||||
buttons={[
|
||||
{
|
||||
@@ -64,13 +64,9 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Veteran plumbing team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Kitchen plumbing repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg", imageAlt: "Professional plumbing service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg", imageAlt: "Local plumbing repair work"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={ShieldCheck}
|
||||
tagIcon={Wrench}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,9 +74,9 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Commitment to Community"
|
||||
description="At Smithys Plumbing, we serve the Norwood community with pride. As a veteran-owned and LGBTQ-friendly business, we believe in honesty, integrity, and treating every home as if it were our own. We offer transparent pricing, clear communication, and guaranteed workmanship."
|
||||
description="At Smithy's Plumbing, we serve the Norwood community with pride. As a veteran-owned and LGBTQ-friendly business, we believe in honesty, integrity, and treating every home as if it were our own. We offer transparent pricing, clear communication, and guaranteed workmanship."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"
|
||||
imageAlt="Smithys Plumbing expert team"
|
||||
imageAlt="Smithy's Plumbing expert team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,10 +131,6 @@ export default function LandingPage() {
|
||||
id: "t2", name: "Mark R.", role: "Resident", testimonial: "Super professional and respectful. I appreciate that they are LGBTQ-friendly and transparent about costs.", imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-hugging-being-affectionate-city-streets_23-2149304567.jpg"},
|
||||
{
|
||||
id: "t3", name: "Elena V.", role: "Homeowner", testimonial: "Emergency repair handled perfectly. Fair pricing and work completed on time.", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-cooking_23-2147766933.jpg"},
|
||||
{
|
||||
id: "t4", name: "David L.", role: "Manager", testimonial: "Dependable and honest. Smithys is my go-to for all plumbing needs now.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg"},
|
||||
{
|
||||
id: "t5", name: "Brenda O.", role: "Homeowner", testimonial: "Exceptional communication! Truly great to work with a local veteran team.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-washing-sponge-kitchen-sink_23-2147824127.jpg"},
|
||||
]}
|
||||
title="What Norwood Neighbors Say"
|
||||
description="Join our community of satisfied homeowners."
|
||||
@@ -187,7 +179,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/begging-tired-electricians-want-have-rest-ask-boss_273609-8787.jpg"
|
||||
logoText="Smithys Plumbing"
|
||||
logoText="Smithy's Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
@@ -206,7 +198,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Smithys Plumbing | Proudly Serving Norwood, OH"
|
||||
copyrightText="© 2025 Smithy's Plumbing | Proudly Serving Norwood, OH"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user