From 72acc81e9ce1450fd15e5bd550cafb28042960f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:51:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d632aac..57f2186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,12 @@ "use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial/HeroOverlayTestimonial'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout/MetricSplitMediaAbout'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven/FeatureCardSeven'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen/TestimonialCardSixteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function HomePage() { @@ -49,11 +49,11 @@ export default function HomePage() { { text: "Request a Quote", href: "/contact" } ]} testimonials={[ - { id: "1", name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "Unlimited P&H saved our weekend! Fast, friendly, and fixed the issue perfectly. Highly recommend their emergency service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg?_wi=1", imageAlt: "Sarah J. customer review" }, - { id: "2", name: "Michael C.", handle: "@LocalBusinessOwner", testimonial: "Reliable and professional for our commercial property. Their team is knowledgeable and always gets the job done right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=1", imageAlt: "Michael C. customer review" }, - { id: "3", name: "Emily R.", handle: "@ChestermereMom", testimonial: "Fantastic furnace installation! Efficient, clean, and great value. Our home has never been cozier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg?_wi=1", imageAlt: "Emily R. customer review" }, - { id: "4", name: "David K.", handle: "@SatisfiedClient", testimonial: "Called them for a leaky faucet, and they were quick to respond. Very impressed with the quality of work and customer service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg?_wi=1", imageAlt: "David K. customer review" }, - { id: "5", name: "Jessica L.", handle: "@NewHomeowner", testimonial: "First-time homeowner plumbing issue – they made it stress-free! Explained everything clearly and fixed it efficiently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg?_wi=1", imageAlt: "Jessica L. customer review" } + { 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" } ]} 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" }, @@ -111,11 +111,11 @@ export default function HomePage() { { value: "24/7", label: "Emergency Ready" } ]} testimonials={[ - { id: "1", name: "Sarah J.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg?_wi=2", imageAlt: "Sarah J. customer review" }, - { id: "2", name: "Michael C.", role: "Property Manager", company: "Calgary", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=2", imageAlt: "Michael C. customer review" }, - { id: "3", name: "Emily R.", role: "Resident", company: "Langdon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg?_wi=2", imageAlt: "Emily R. customer review" }, - { id: "4", name: "David K.", role: "Small Business Owner", company: "Strathmore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg?_wi=2", imageAlt: "David K. customer review" }, - { id: "5", name: "Jessica L.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg?_wi=2", imageAlt: "Jessica L. customer review" } + { id: "1", name: "Sarah J.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg", imageAlt: "Sarah J. customer review" }, + { id: "2", name: "Michael C.", role: "Property Manager", company: "Calgary", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", imageAlt: "Michael C. customer review" }, + { id: "3", name: "Emily R.", role: "Resident", company: "Langdon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg", imageAlt: "Emily R. customer review" }, + { id: "4", name: "David K.", role: "Small Business Owner", company: "Strathmore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", imageAlt: "David K. customer review" }, + { id: "5", name: "Jessica L.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg", imageAlt: "Jessica L. customer review" } ]} animationType={"depth-3d"} textboxLayout={"default"} From c54fea0bf47ab002ed36a548c793d0cf891f4053 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:51:15 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0dddaa6..11a38fc 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,10 +1,10 @@ "use client"; 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 FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo/ProductCardTwo'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia/FaqSplitMedia'; +import FeatureImageSide from '@/components/sections/feature/FeatureImageSide/FeatureImageSide'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function ServicesPage() {