Merge version_1 into main #7

Merged
bender merged 2 commits from version_1 into main 2026-06-03 11:56:59 +00:00
2 changed files with 7 additions and 10 deletions

View File

@@ -49,11 +49,11 @@ export default function HomePage() {
{ text: "Request a Quote", href: "/contact" }
]}
testimonials={[
{ 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" }
{ name: "Sarah J.", handle: "@sarahj", 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", imageAlt: "Sarah J. customer review" },
{ name: "Michael C.", handle: "@michaelc", 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", imageAlt: "Michael C. customer review" },
{ name: "Emily R.", handle: "@emilyr", 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", imageAlt: "Emily R. customer review" },
{ name: "David K.", handle: "@davidk", 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", imageAlt: "David K. customer review" },
{ name: "Jessica L.", handle: "@jessical", 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", 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" },

View File

@@ -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/FeatureImageSide';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -66,7 +66,7 @@ export default function ServicesPage() {
</div>
<div id="why-choose-us" data-section="why-choose-us">
<FeatureImageSide
<FeatureCardSeven
title={"Why Choose Unlimited Plumbing & Heating?"}
description={"Experience the difference that local expertise, rapid response, and transparent service can make for your home."}
features={[
@@ -74,9 +74,6 @@ export default function ServicesPage() {
{ title: "24/7 Emergency Service", description: "Plumbing and heating emergencies don't wait, and neither do we. We're available around the clock." },
{ title: "Transparent Upfront Pricing", description: "No surprises. We provide clear, honest pricing before any work begins." }
]}
imageSrc={"http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg"}
imageAlt={"Plumber inspecting pipes"}
mediaPosition={"right"}
animationType={"slide-up"}
textboxLayout={"default"}
useInvertedBackground={false}