Merge version_1 into main #6
@@ -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.", text: "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.", text: "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.", text: "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.", text: "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.", text: "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" },
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user