From 26f79b723e17535487f6d07ccad893857cd977fc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:59:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acaabf7..670135a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -58,67 +48,42 @@ export default function LandingPage() {
@@ -128,12 +93,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Same-Day Service", - "100% Guaranteed", - "Transparent Pricing", - "Licensed & Insured", - "24/7 Availability", - ]} + "Same-Day Service", "100% Guaranteed", "Transparent Pricing", "Licensed & Insured", "24/7 Availability"]} title="Why Trust Us?" description="Providing peace of mind with expert service, reliable results, and clear communication." /> @@ -145,23 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain Cleaning", - description: "Clear your clogs fast with our professional high-pressure hydro-jetting tools.", - imageSrc: "http://img.b2bpic.net/free-photo/rake_93675-133353.jpg", - imageAlt: "Drain Cleaning", - }, + title: "Drain Cleaning", description: "Clear your clogs fast with our professional high-pressure hydro-jetting tools.", imageSrc: "http://img.b2bpic.net/free-photo/rake_93675-133353.jpg", imageAlt: "Drain Cleaning"}, { - title: "Sewer Service", - description: "Expert camera inspections and trenchless sewer line repairs for your peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg", - imageAlt: "Sewer Service", - }, + title: "Sewer Service", description: "Expert camera inspections and trenchless sewer line repairs for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg", imageAlt: "Sewer Service"}, { - title: "Toilet Repair", - description: "Quick, mess-free repairs and installations for all brands and styles of toilets.", - imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", - imageAlt: "Toilet Repair", - }, + title: "Toilet Repair", description: "Quick, mess-free repairs and installations for all brands and styles of toilets.", imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", imageAlt: "Toilet Repair"}, ]} title="Our Plumbing Services" description="Comprehensive residential and commercial plumbing repairs with 5-star service ratings." @@ -173,9 +121,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Neighborhood Pros" description={[ - "Founded on integrity, ProPlumb serves our community with dedication. We treat every home like it's our own.", - "Hours: Mon-Sun 24/7. Phone: 555-0199. Rated 4.9/5 stars.", - ]} + "Founded on integrity, ProPlumb serves our community with dedication. We treat every home like it's our own.", "Hours: Mon-Sun 24/7. Phone: 555-0199. Rated 4.9/5 stars."]} /> @@ -183,47 +129,22 @@ export default function LandingPage() { @@ -265,14 +174,11 @@ export default function LandingPage() { @@ -281,38 +187,25 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1