From 6dbcb745ee6345b302705d0e54e32ee19415e07c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:46:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 ++++++++++++++++-------------------------------- 1 file changed, 21 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b727618..f8d4bb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "gradient-bars"}} - title="Reliable Plumbing Services, Fixed Right the First Time" - description="Fast, affordable, and professional plumbing services for homes and businesses. Done right, done fast." + title="Trusted Plumbing Professionals with Over 20 Years of Experience" + description="Fast, reliable, and professional plumbing services for homes and businesses. We get it done right the first time." testimonials={[ { name: "Sarah J.", handle: "@customer", testimonial: "Fast response and great work. Highly recommend Merriott Plumbing!", rating: 5, @@ -60,12 +60,6 @@ export default function LandingPage() { { name: "Lisa B.", handle: "@business", testimonial: "Great experience with their team. Trustworthy and fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-posing-together-office-showing-thumbs-up-camera_1098-20268.jpg"}, - { - name: "John R.", handle: "@homeowner", testimonial: "Excellent drain cleaning services. Will call them again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-124778.jpg"}, - { - name: "Karen M.", handle: "@customer", testimonial: "Done right the first time. Highly satisfied with Merriott Plumbing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-showing-okay-workplace_176420-5296.jpg"}, ]} buttons={[ { @@ -76,18 +70,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg" imageAlt="Plumber providing professional service" mediaAnimation="slide-up" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg", alt: "Portrait of an attractive Hispanic handyman"}, - { - src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", alt: "Plumbing professional doing his job"}, - { - src: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", alt: "Full shot man working as plumber"}, - { - src: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", alt: "Man looking at detail sitting on floor"}, - { - src: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg", alt: "Top view international worker's day with engineer tools"}, - ]} marqueeItems={[ { type: "text", text: "20+ Years Experience"}, @@ -95,10 +77,6 @@ export default function LandingPage() { type: "text", text: "Licensed & Insured"}, { type: "text", text: "Local Experts"}, - { - type: "text", text: "Fast Turnaround"}, - { - type: "text", text: "Satisfaction Guaranteed"}, ]} /> @@ -110,31 +88,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Remodels", description: "Modernize your space with expert plumbing upgrades and renovations.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-modern-bathroom_23-2148425717.jpg", imageAlt: "Bathroom remodel"}, + title: "Remodels", description: "Modernize your kitchen or bathroom with our expert plumbing renovation services.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-modern-bathroom_23-2148425717.jpg"}, { - title: "New Construction", description: "Full plumbing infrastructure design and installation for new builds.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-modern-house_23-2148866651.jpg", imageAlt: "New construction"}, + title: "New Construction", description: "Comprehensive plumbing infrastructure design and installation for your new build projects.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-modern-house_23-2148866651.jpg"}, { - title: "Service & Repair", description: "Reliable maintenance and fast repairs for all home plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Plumbing service"}, + title: "General Service", description: "Maintenance and repairs to keep your home plumbing functioning perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg"}, { - title: "Commercial Plumbing", description: "Professional solutions for offices, shops, and large facilities.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-interior_1122-1234.jpg", imageAlt: "Commercial plumbing"}, + title: "Commercial Plumbing", description: "Professional solutions for offices, shops, and large-scale facilities.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-interior_1122-1234.jpg"}, ]} - title="Plumbing Services We Offer" - description="Professional solutions for your plumbing needs, big or small." + title="Plumbing Solutions We Provide" + description="Our core services focused on quality and long-term reliability." />
@@ -167,8 +145,8 @@ export default function LandingPage() { background={{ variant: "plain"}} tag="Get Started" - title="Need a Plumber Today?" - description="Our team is ready to help you with your plumbing needs." + title="Need a Plumbing Expert?" + description="We are ready to handle your next project or maintenance requirement." buttons={[ { text: "Call Now", href: "tel:5550123"}, @@ -190,7 +168,9 @@ export default function LandingPage() { { label: "New Construction", href: "/services"}, { - label: "Service & Repair", href: "/services"}, + label: "General Service", href: "/services"}, + { + label: "Commercial", href: "/services"}, ], }, { @@ -210,4 +190,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1