Update src/app/services/page.tsx

This commit is contained in:
2026-03-05 00:10:12 +00:00
parent 525b617b81
commit e97454e2ae

View File

@@ -33,8 +33,8 @@ export default function ServicesPage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="Escalus Fairfield Plumbing"
bottomLeftText="Fairfield, CT 06820"
bottomRightText="(203) 555-0147"
bottomLeftText="Fairfield, CT 06825"
bottomRightText="(203) 670-0673"
/>
</div>
@@ -92,7 +92,7 @@ export default function ServicesPage() {
icon: Shield,
title: "Fully Licensed & Insured", description: "Complete coverage and protection for every job. Your peace of mind is our priority."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=600&fit=crop"
imageAlt="Professional plumbing team"
mediaAnimation="slide-up"
/>
@@ -107,4 +107,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}