Merge version_1 into main #1
@@ -68,7 +68,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"To provide Edmonton homeowners with honest, premium roofing services delivered by a professional, dedicated team that treats your home with respect and care.",
|
||||
tags: ["Honest", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-work-team-giving-high-five-celebrating-shared-achievement_1163-4796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-work-team-giving-high-five-celebrating-shared-achievement_1163-4796.jpg?_wi=2",
|
||||
imageAlt: "company mission statement vision graphic",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"No shortcuts, no subcontractors, no surprises. Just quality materials, efficient installation, and leaving every property cleaner than we found it.",
|
||||
tags: ["Integrity", "Excellence"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-hands_23-2147702083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-hands_23-2147702083.jpg?_wi=2",
|
||||
imageAlt: "core values integrity honest business",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
@@ -20,6 +24,39 @@ const roboto = Roboto({
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Brown's Roofing Edmonton | 100+ 5-Star Reviews | Expert Installation",
|
||||
description: "Edmonton's most trusted roofing company. 100+ 5-star reviews. One-day installations. Owner-operated, fully insured. Free quote today.",
|
||||
keywords: "roofing Edmonton, roof replacement Edmonton, best roofing contractor Edmonton, roof repair Edmonton, asphalt shingles, storm damage repair",
|
||||
metadataBase: new URL("https://brownsroofing.ca"),
|
||||
alternates: {
|
||||
canonical: "https://brownsroofing.ca",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Brown's Roofing Edmonton | Premium Roofing Services",
|
||||
description: "Expert roof replacement, repair, and inspection in Edmonton. 100+ 5-star reviews, one-day installations, owner-operated.",
|
||||
url: "https://brownsroofing.ca",
|
||||
siteName: "Brown's Roofing & Exteriors Inc.",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg",
|
||||
alt: "Professional roofing installation by Brown's Roofing",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Brown's Roofing Edmonton | Expert Roofing Services",
|
||||
description: "100+ 5-star reviews. One-day installations. Owner-operated. Free quote.",
|
||||
images: ["http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -145,7 +145,7 @@ export default function HomePage() {
|
||||
"Very professional from quote to cleanup. They completed our entire roof in one day and left the job site cleaner than they found it. Lyle was directly involved in the project.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Homeowner, West Edmonton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=1",
|
||||
imageAlt: "professional woman portrait confident smiling",
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function HomePage() {
|
||||
"Best price we found and amazing workmanship. We got quotes from three companies and Brown's was the most competitive. The quality of work exceeded our expectations.",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Whyte Avenue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg?_wi=1",
|
||||
imageAlt: "professional asian man portrait confident",
|
||||
},
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function HomePage() {
|
||||
"Owner Lyle and his team are honest and hardworking. They communicated clearly throughout the project and answered all our questions. Highly recommend!",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner, Downtown Edmonton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1",
|
||||
imageAlt: "professional woman portrait warm smile",
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@ export default function HomePage() {
|
||||
"Extremely clean job site. They tarped everything and cleaned up all the magnetic nails. You'd never know they were here except for your beautiful new roof!",
|
||||
name: "David Kim",
|
||||
role: "Homeowner, Glenora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-green-shirt-happy-positive-pointing-with-fingers-camera-smiling_141793-55175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-green-shirt-happy-positive-pointing-with-fingers-camera-smiling_141793-55175.jpg?_wi=1",
|
||||
imageAlt: "professional asian man smiling confident",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
"Our roof was damaged in the spring storm. Brown's handled the insurance claim process smoothly and got us a new roof quickly. Professional and reliable.",
|
||||
name: "Jennifer Thompson",
|
||||
role: "Homeowner, Riverbend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-ok-gesture-with-her-hand_1187-3291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-ok-gesture-with-her-hand_1187-3291.jpg?_wi=1",
|
||||
imageAlt: "professional woman satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
||||
"In a world of contractors you can't trust, Brown's Roofing stands out. No hidden fees, no surprises, just quality work and honest service. This is how it should be done.",
|
||||
name: "Robert Garcia",
|
||||
role: "Homeowner, Windermere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg?_wi=1",
|
||||
imageAlt: "professional man confident smiling portrait",
|
||||
},
|
||||
]}
|
||||
@@ -218,7 +218,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Most residential roofs are completed in a single day. We work efficiently without sacrificing quality, minimizing disruption to your home.",
|
||||
tags: ["Speed", "Efficiency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg?_wi=1",
|
||||
imageAlt: "roofing team working fast installation",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"We don't outsource. Our dedicated professional roofing team provides consistency, faster completion, and better communication from start to finish.",
|
||||
tags: ["Professional", "Dedicated"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg?_wi=1",
|
||||
imageAlt: "professional roofing team working together",
|
||||
},
|
||||
{
|
||||
@@ -269,7 +269,7 @@ export default function HomePage() {
|
||||
name: "Roof Replacement",
|
||||
price: "Expert Installation",
|
||||
variant: "Asphalt • Metal • Architectural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg?_wi=1",
|
||||
imageAlt: "new roof installation house replacement",
|
||||
},
|
||||
{
|
||||
@@ -277,7 +277,7 @@ export default function HomePage() {
|
||||
name: "Asphalt Shingle Roofing",
|
||||
price: "Premium Quality",
|
||||
variant: "3-Tab • Architectural • Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg?_wi=1",
|
||||
imageAlt: "asphalt shingle roofing premium quality",
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
name: "Storm Damage Repair",
|
||||
price: "Insurance Specialists",
|
||||
variant: "Hail • Wind • Ice Damage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=1",
|
||||
imageAlt: "roof damage repair hail storm",
|
||||
},
|
||||
{
|
||||
@@ -293,7 +293,7 @@ export default function HomePage() {
|
||||
name: "Roof Inspections",
|
||||
price: "Preventative Care",
|
||||
variant: "Free Quote • Professional Assessment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-back-view-musician-holding-sax_23-2148207540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-back-view-musician-holding-sax_23-2148207540.jpg?_wi=1",
|
||||
imageAlt: "roof inspection professional assessment",
|
||||
},
|
||||
{
|
||||
@@ -301,7 +301,7 @@ export default function HomePage() {
|
||||
name: "Exterior Repairs",
|
||||
price: "Complete Solutions",
|
||||
variant: "Gutters • Siding • Flashing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12109.jpg?_wi=1",
|
||||
imageAlt: "home exterior repair maintenance work",
|
||||
},
|
||||
]}
|
||||
@@ -379,7 +379,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"To provide Edmonton homeowners with honest, premium roofing services delivered by a professional, dedicated team that treats your home with respect and care.",
|
||||
tags: ["Honest", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-work-team-giving-high-five-celebrating-shared-achievement_1163-4796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-work-team-giving-high-five-celebrating-shared-achievement_1163-4796.jpg?_wi=1",
|
||||
imageAlt: "company mission statement vision graphic",
|
||||
},
|
||||
{
|
||||
@@ -389,7 +389,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"No shortcuts, no subcontractors, no surprises. Just quality materials, efficient installation, and leaving every property cleaner than we found it.",
|
||||
tags: ["Integrity", "Excellence"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-hands_23-2147702083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-hands_23-2147702083.jpg?_wi=1",
|
||||
imageAlt: "core values integrity honest business",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ReviewsPage() {
|
||||
"Very professional from quote to cleanup. They completed our entire roof in one day and left the job site cleaner than they found it. Lyle was directly involved in the project.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Homeowner, West Edmonton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=2",
|
||||
imageAlt: "professional woman portrait confident smiling",
|
||||
},
|
||||
{
|
||||
@@ -59,7 +59,7 @@ export default function ReviewsPage() {
|
||||
"Best price we found and amazing workmanship. We got quotes from three companies and Brown's was the most competitive. The quality of work exceeded our expectations.",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Whyte Avenue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg?_wi=2",
|
||||
imageAlt: "professional asian man portrait confident",
|
||||
},
|
||||
{
|
||||
@@ -69,7 +69,7 @@ export default function ReviewsPage() {
|
||||
"Owner Lyle and his team are honest and hardworking. They communicated clearly throughout the project and answered all our questions. Highly recommend!",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner, Downtown Edmonton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2",
|
||||
imageAlt: "professional woman portrait warm smile",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function ReviewsPage() {
|
||||
"Extremely clean job site. They tarped everything and cleaned up all the magnetic nails. You'd never know they were here except for your beautiful new roof!",
|
||||
name: "David Kim",
|
||||
role: "Homeowner, Glenora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-green-shirt-happy-positive-pointing-with-fingers-camera-smiling_141793-55175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-green-shirt-happy-positive-pointing-with-fingers-camera-smiling_141793-55175.jpg?_wi=2",
|
||||
imageAlt: "professional asian man smiling confident",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function ReviewsPage() {
|
||||
"Our roof was damaged in the spring storm. Brown's handled the insurance claim process smoothly and got us a new roof quickly. Professional and reliable.",
|
||||
name: "Jennifer Thompson",
|
||||
role: "Homeowner, Riverbend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-ok-gesture-with-her-hand_1187-3291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-ok-gesture-with-her-hand_1187-3291.jpg?_wi=2",
|
||||
imageAlt: "professional woman satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function ReviewsPage() {
|
||||
"In a world of contractors you can't trust, Brown's Roofing stands out. No hidden fees, no surprises, just quality work and honest service. This is how it should be done.",
|
||||
name: "Robert Garcia",
|
||||
role: "Homeowner, Windermere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg?_wi=2",
|
||||
imageAlt: "professional man confident smiling portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function ServicesPage() {
|
||||
name: "Roof Replacement",
|
||||
price: "Expert Installation",
|
||||
variant: "Asphalt • Metal • Architectural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg?_wi=2",
|
||||
imageAlt: "new roof installation house replacement",
|
||||
},
|
||||
{
|
||||
@@ -58,7 +58,7 @@ export default function ServicesPage() {
|
||||
name: "Asphalt Shingle Roofing",
|
||||
price: "Premium Quality",
|
||||
variant: "3-Tab • Architectural • Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg?_wi=2",
|
||||
imageAlt: "asphalt shingle roofing premium quality",
|
||||
},
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function ServicesPage() {
|
||||
name: "Storm Damage Repair",
|
||||
price: "Insurance Specialists",
|
||||
variant: "Hail • Wind • Ice Damage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=2",
|
||||
imageAlt: "roof damage repair hail storm",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function ServicesPage() {
|
||||
name: "Roof Inspections",
|
||||
price: "Preventative Care",
|
||||
variant: "Free Quote • Professional Assessment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-back-view-musician-holding-sax_23-2148207540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-back-view-musician-holding-sax_23-2148207540.jpg?_wi=2",
|
||||
imageAlt: "roof inspection professional assessment",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function ServicesPage() {
|
||||
name: "Exterior Repairs",
|
||||
price: "Complete Solutions",
|
||||
variant: "Gutters • Siding • Flashing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12109.jpg?_wi=2",
|
||||
imageAlt: "home exterior repair maintenance work",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function ServicesPage() {
|
||||
author: "Certified Professionals",
|
||||
description: "Our team has decades of combined roofing experience. Every project is completed to the highest standards with attention to detail.",
|
||||
tags: ["Professional", "Certified"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg?_wi=2",
|
||||
imageAlt: "professional roofing team working together",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function ServicesPage() {
|
||||
author: "Industry Leading Brands",
|
||||
description: "We use only top-quality roofing materials from trusted manufacturers. Your roof is built to last decades, not years.",
|
||||
tags: ["Quality", "Durable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg?_wi=3",
|
||||
imageAlt: "asphalt shingle roofing premium quality",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function ServicesPage() {
|
||||
author: "Same-Day Installation",
|
||||
description: "Most residential roofs completed in one day. We respect your time and minimize disruption to your daily life.",
|
||||
tags: ["Fast", "Efficient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-controls-cargo-crane_140725-7619.jpg?_wi=2",
|
||||
imageAlt: "roofing team working fast installation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user