From 6395ff7448ce734e5fb09d5af66f1aceea179e32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:05:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0998327..0045d61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -98,18 +63,9 @@ export default function LandingPage() { title="Professionalism You Can Trust" description="At Harmony Plumbing, we pride ourselves on being thorough, knowledgeable, and respectful of your home. Whether it's a leaky sink or a full water heater replacement, we provide top-tier service on your schedule." bulletPoints={[ - { - title: "Transparent Communication", - description: "Always kept in the loop on ETAs and project status.", - }, - { - title: "Expert Technicians", - description: "Skilled professionals who know the craft inside out.", - }, - { - title: "Residential Expertise", - description: "Respectful of your personal property and privacy.", - }, + { title: "Transparent Communication", description: "Always kept in the loop on ETAs and project status." }, + { title: "Expert Technicians", description: "Skilled professionals who know the craft inside out." }, + { title: "Residential Expertise", description: "Respectful of your personal property and privacy." }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-joyful-blonde-male-barber-uniform-puts-hands-belly-isolated-green-space-with-copy-space_141793-60188.jpg" mediaAnimation="slide-up" @@ -122,36 +78,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "1", - title: "Water Pressure Repair", - author: "Pro Team", - description: "Correcting pressure issues for efficient water flow.", - tags: [ - "Maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg", - }, - { - id: "2", - title: "Water Heater Installation", - author: "Pro Team", - description: "Safe and quick water heater replacements at fair prices.", - tags: [ - "Upgrade", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", - }, - { - id: "3", - title: "Fixture Installations", - author: "Pro Team", - description: "New faucets and toilets installed professionally.", - tags: [ - "Install", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", - }, + { id: "1", title: "Water Pressure Repair", author: "Pro Team", description: "Correcting pressure issues for efficient water flow.", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg" }, + { id: "2", title: "Water Heater Installation", author: "Pro Team", description: "Safe and quick water heater replacements at fair prices.", tags: ["Upgrade"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg" }, + { id: "3", title: "Fixture Installations", author: "Pro Team", description: "New faucets and toilets installed professionally.", tags: ["Install"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg" }, ]} title="Our Specialized Plumbing Services" description="Comprehensive care for your plumbing infrastructure, provided with precision and speed." @@ -164,21 +93,9 @@ export default function LandingPage() { title="Proven Track Record" tag="Our Stats" metrics={[ - { - id: "m1", - value: "49+", - description: "Verified Customer Reviews", - }, - { - id: "m2", - value: "5.0", - description: "Average Rating Score", - }, - { - id: "m3", - value: "24/7", - description: "Emergency Support Availability", - }, + { id: "m1", value: "49+", description: "Verified Customer Reviews" }, + { id: "m2", value: "5.0", description: "Average Rating Score" }, + { id: "m3", value: "24/7", description: "Emergency Support Availability" }, ]} metricsAnimation="slide-up" /> @@ -191,26 +108,11 @@ export default function LandingPage() { rating={5} author="Rachel Thomas" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/homosexual-couple-standing-pink-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-33877.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg", - alt: "Client 5", - }, + { src: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/homosexual-couple-standing-pink-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-33877.jpg", alt: "Client 3" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", alt: "Client 4" }, + { src: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg", alt: "Client 5" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -221,21 +123,9 @@ export default function LandingPage() { @@ -263,9 +146,9 @@ export default function LandingPage() {
-- 2.49.1