Update src/app/roofing-north-dublin/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function NorthDublinPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Roof Repairs", href: "#services" },
|
||||
{ label: "Roof Replacement", href: "#services" },
|
||||
{ label: "Inspections", href: "#services" },
|
||||
@@ -29,8 +28,7 @@ export default function NorthDublinPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -38,8 +36,7 @@ export default function NorthDublinPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -74,28 +71,20 @@ export default function NorthDublinPage() {
|
||||
title="Professional Roofing Services in North Dublin"
|
||||
description="Expert roof repairs, replacements, and maintenance for North Dublin residents. Serving Ballymun, Finglas, Swords, Malahide, and surrounding areas with 24/7 emergency response."
|
||||
tag="North Dublin Specialists"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "/contact" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=6",
|
||||
imageAlt: "Professional roofing services North Dublin",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Professional roofing services North Dublin"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=3",
|
||||
imageAlt: "Residential roof renovation in Finglas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Residential roof renovation in Finglas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=3",
|
||||
imageAlt: "Expert roof repair Swords area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Expert roof repair Swords area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg?_wi=3",
|
||||
imageAlt: "Commercial roofing North Dublin",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg", imageAlt: "Commercial roofing North Dublin"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
@@ -112,26 +101,14 @@ export default function NorthDublinPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Emergency Roof Repairs",
|
||||
tags: ["24/7 Available", "Storm Damage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=3",
|
||||
imageAlt: "Emergency roof repair North Dublin",
|
||||
},
|
||||
id: "1", title: "Emergency Roof Repairs", tags: ["24/7 Available", "Storm Damage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Emergency roof repair North Dublin"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Residential Replacements",
|
||||
tags: ["Quality Materials", "Expert Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=7",
|
||||
imageAlt: "Roof replacement Ballymun",
|
||||
},
|
||||
id: "2", title: "Residential Replacements", tags: ["Quality Materials", "Expert Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof replacement Ballymun"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Preventive Maintenance",
|
||||
tags: ["Regular Service", "Cost Savings"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=4",
|
||||
imageAlt: "Professional maintenance North Dublin",
|
||||
},
|
||||
id: "3", title: "Preventive Maintenance", tags: ["Regular Service", "Cost Savings"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Professional maintenance North Dublin"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,9 +119,9 @@ export default function NorthDublinPage() {
|
||||
tag="North Dublin Service"
|
||||
title="Get Your Free Quote Today"
|
||||
description="Contact ProRoof Dublin for professional roofing services in North Dublin. Emergency response available 24/7."
|
||||
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=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
|
||||
imageAlt="Contact ProRoof Dublin North Dublin"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -157,7 +134,7 @@ export default function NorthDublinPage() {
|
||||
|
||||
<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=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamer-stylish-macho-man-gray-suit-hat-glasses-posed-roof_627829-7661.jpg"
|
||||
imageAlt="ProRoof Dublin North Dublin services"
|
||||
logoText="ProRoof Dublin"
|
||||
copyrightText="© 2025 ProRoof Dublin. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user