Update src/app/contact/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Roof Repairs", href: "#services" },
|
||||
{ label: "Roof Replacement", href: "#services" },
|
||||
{ label: "Inspections", href: "#services" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "South Dublin", href: "/roofing-south-dublin" },
|
||||
{ label: "North Dublin", href: "/roofing-north-dublin" },
|
||||
{ label: "West Dublin", href: "/roofing-west-dublin" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -73,9 +70,9 @@ export default function ContactPage() {
|
||||
tag="Get In Touch"
|
||||
title="Free Roofing Quote"
|
||||
description="Contact ProRoof Dublin today for a free inspection and no-obligation quote. Our team is ready to help with your roofing needs."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
|
||||
imageAlt="Contact ProRoof Dublin"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -95,26 +92,14 @@ export default function ContactPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Phone Support",
|
||||
tags: ["24/7 Available", "Emergency Line"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=2",
|
||||
imageAlt: "Phone support",
|
||||
},
|
||||
id: "1", title: "Phone Support", tags: ["24/7 Available", "Emergency Line"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Phone support"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Email Inquiries",
|
||||
tags: ["Quick Response", "Detailed Quotes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg?_wi=3",
|
||||
imageAlt: "Email contact",
|
||||
},
|
||||
id: "2", title: "Email Inquiries", tags: ["Quick Response", "Detailed Quotes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg", imageAlt: "Email contact"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Site Visits",
|
||||
tags: ["Free Inspection", "In-Person Assessment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3",
|
||||
imageAlt: "Site inspection",
|
||||
},
|
||||
id: "3", title: "Site Visits", tags: ["Free Inspection", "In-Person Assessment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Site inspection"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -122,7 +107,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamer-stylish-macho-man-gray-suit-hat-glasses-posed-roof_627829-7661.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamer-stylish-macho-man-gray-suit-hat-glasses-posed-roof_627829-7661.jpg"
|
||||
imageAlt="ProRoof Dublin roofing services"
|
||||
logoText="ProRoof Dublin"
|
||||
copyrightText="© 2025 ProRoof Dublin. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user