Update src/app/services/page.tsx

This commit is contained in:
2026-06-03 11:56:56 +00:00
parent ff10f389a4
commit b050bc3543

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}