From 189d02a8fee90300cd2bbef7d3674f006c92cfb6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:53:41 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ab07d38..0c097f2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,15 +9,10 @@ export default function AboutPage() { return (
-- 2.49.1 From bf15435a632fad9a97f165b4d7edf8a8c2f6eaa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:53:42 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8aa08f1..f52d111 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,15 +10,10 @@ export default function ContactPage() { return (
-- 2.49.1 From 21d3e83148205b1133ab36518f8be4dc0e65af65 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:53:42 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++------------------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ab55e7..1769125 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,12 +16,7 @@ export default function LandingPage() { @@ -40,11 +35,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Last Plumber You’ll Ever Need" description="Experience superior service built on reliability, expertise, and transparency." - features={[ - { id: "1", title: "Unmatched Reliability", descriptions: ["Shows up on time.", "Gets it done right.", "No wasted time."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-pattern-from-set-construction-tools-as-screwdriver-pipe-wrench-safety-helmet-paint-brush-open-end-wrench-wooden-background_141793-15175.jpg" }, - { id: "2", title: "Expert Craftsmanship", descriptions: ["Years of hands-on experience.", "Precision tools.", "Attention to detail."], imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg" }, - { id: "3", title: "Clear Communication", descriptions: ["No surprises.", "No confusion.", "Transparent pricing."], imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg" } - ]} + features={[{ id: "1", title: "Unmatched Reliability", descriptions: ["Shows up on time.", "Gets it done right.", "No wasted time."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-pattern-from-set-construction-tools-as-screwdriver-pipe-wrench-safety-helmet-paint-brush-open-end-wrench-wooden-background_141793-15175.jpg" }, { id: "2", title: "Expert Craftsmanship", descriptions: ["Years of hands-on experience.", "Precision tools.", "Attention to detail."], imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg" }, { id: "3", title: "Clear Communication", descriptions: ["No surprises.", "No confusion.", "Transparent pricing."], imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg" }]} />
@@ -55,14 +46,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Full-Service Plumbing Solutions" description="Comprehensive care for every corner of your home's plumbing." - products={[ - { id: "p1", brand: "Service", name: "Emergency Plumbing (24/7)", price: "Available", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg" }, - { id: "p2", brand: "Service", name: "Leak Detection & Repair", price: "Standard", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-cheerfully-sticking-out-tongue_141793-28640.jpg" }, - { id: "p3", brand: "Service", name: "Water Heater Services", price: "Standard", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/blank-frame-different-tools-father-s-day_23-2147625635.jpg" }, - { id: "p4", brand: "Service", name: "Drain Cleaning", price: "Standard", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-shower-against-wall-with-beautiful-tiles_169016-3846.jpg" }, - { id: "p5", brand: "Service", name: "Fixture Installation", price: "Standard", rating: 5, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg" }, - { id: "p6", brand: "Service", name: "General Repairs", price: "Standard", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/tools-carpenter-wooden-desk_23-2148180570.jpg" } - ]} + products={[{ id: "p1", brand: "Service", name: "Emergency Plumbing (24/7)", price: "Available", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg" }, { id: "p2", brand: "Service", name: "Leak Detection & Repair", price: "Standard", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-cheerfully-sticking-out-tongue_141793-28640.jpg" }, { id: "p3", brand: "Service", name: "Water Heater Services", price: "Standard", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/blank-frame-different-tools-father-s-day_23-2147625635.jpg" }, { id: "p4", brand: "Service", name: "Drain Cleaning", price: "Standard", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-shower-against-wall-with-beautiful-tiles_169016-3846.jpg" }, { id: "p5", brand: "Service", name: "Fixture Installation", price: "Standard", rating: 5, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg" }, { id: "p6", brand: "Service", name: "General Repairs", price: "Standard", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/tools-carpenter-wooden-desk_23-2148180570.jpg" }]} />
@@ -73,13 +57,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted by Homeowners" description="Hear what our neighbors say about Rocky's plumbing services." - testimonials={[ - { id: "1", name: "Kristin Anderson", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-sharing-their-ideas_329181-17656.jpg" }, - { id: "2", name: "John Smith", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg" }, - { id: "3", name: "Sarah Miller", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-friends-traveling-together_23-2150598887.jpg" }, - { id: "4", name: "David Wilson", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg" }, - { id: "5", name: "Emily Clark", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" } - ]} + testimonials={[{ id: "1", name: "Kristin Anderson", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-sharing-their-ideas_329181-17656.jpg" }, { id: "2", name: "John Smith", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg" }, { id: "3", name: "Sarah Miller", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-friends-traveling-together_23-2150598887.jpg" }, { id: "4", name: "David Wilson", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg" }, { id: "5", name: "Emily Clark", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" }]} />
@@ -96,10 +74,7 @@ export default function LandingPage() { -- 2.49.1 From 6a710c0f656bca6054e9f510a257d50be209f26a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:53:43 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 336dba3..1deabb9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,15 +9,10 @@ export default function ServicesPage() { return (
-- 2.49.1