From 2b0ceedf88160bfd02da4cc3459e41d29e91effd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:53:27 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd7a75b..4e3de5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,11 @@ export default function HomePage() { { text: "Request a Quote", href: "/contact" } ]} testimonials={[ - { name: "Sarah J.", quote: "Unlimited P&H saved our weekend! Fast, friendly, and fixed the issue perfectly. Highly recommend their emergency service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg", imageAlt: "Sarah J. customer review" }, - { name: "Michael C.", "quote": "Reliable and professional for our commercial property. Their team is knowledgeable and always gets the job done right.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", imageAlt: "Michael C. customer review" }, - { name: "Emily R.", "quote": "Fantastic furnace installation! Efficient, clean, and great value. Our home has never been cozier.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg", imageAlt: "Emily R. customer review" }, - { name: "David K.", "quote": "Called them for a leaky faucet, and they were quick to respond. Very impressed with the quality of work and customer service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", imageAlt: "David K. customer review" }, - { name: "Jessica L.", "quote": "First-time homeowner plumbing issue – they made it stress-free! Explained everything clearly and fixed it efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg", imageAlt: "Jessica L. customer review" } + { name: "Sarah J.", content: "Unlimited P&H saved our weekend! Fast, friendly, and fixed the issue perfectly. Highly recommend their emergency service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg", imageAlt: "Sarah J. customer review" }, + { name: "Michael C.", content: "Reliable and professional for our commercial property. Their team is knowledgeable and always gets the job done right.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", imageAlt: "Michael C. customer review" }, + { name: "Emily R.", content: "Fantastic furnace installation! Efficient, clean, and great value. Our home has never been cozier.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg", imageAlt: "Emily R. customer review" }, + { name: "David K.", content: "Called them for a leaky faucet, and they were quick to respond. Very impressed with the quality of work and customer service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", imageAlt: "David K. customer review" }, + { name: "Jessica L.", content: "First-time homeowner plumbing issue – they made it stress-free! Explained everything clearly and fixed it efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg", imageAlt: "Jessica L. customer review" } ]} avatars={[ { src: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-cheerfully-sticking-out-tongue_141793-28640.jpg", alt: "Customer 1" }, From e21807c090505fdc749ce0a13c4d85cb6591ac64 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:53:28 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0dddaa6..d3eb23e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,7 +3,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureImageSide from '@/components/sections/feature/FeatureImageSide'; +import FeatureImageSide from '@/components/sections/feature/FeatureImageSide/FeatureImageSide'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";