Update src/app/contact/page.tsx

This commit is contained in:
2026-03-04 13:57:00 +00:00
parent 7422fd0e9e
commit dae941ac10

View File

@@ -37,9 +37,7 @@ export default function ContactPage() {
brandName="Fall River Plumbing"
navItems={navItems}
button={{
text: "CALL NOW: (508) 555-0123",
href: "tel:+15085550123",
}}
text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}}
/>
</div>
@@ -71,7 +69,7 @@ export default function ContactPage() {
{ text: "REQUEST FREE QUOTE", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -89,7 +87,7 @@ export default function ContactPage() {
{ text: "EMAIL US", href: "mailto:info@fallriverplumbing.com" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
/>
</div>
@@ -97,14 +95,13 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=10"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
imageAlt="Fall River Plumbing team"
logoText="Fall River Plumbing"
copyrightText="© 2025 Fall River Plumbing. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Service Area", href: "/service-area" },
@@ -112,8 +109,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Faucet Repair", href: "#" },
{ label: "Toilet Service", href: "#" },
{ label: "Shower Installation", href: "#" },
@@ -121,8 +117,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call (508) 555-0123", href: "tel:+15085550123" },
{ label: "Get Free Quote", href: "/contact" },
{ label: "Emergency Service", href: "tel:+15085550123" },