Merge version_1 into main #1
@@ -93,7 +93,7 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Years Experience" },
|
||||
{ value: "24/7", title: "Emergency Service" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-business-man-laughing-with-man-young-business-woman_1262-748.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-business-man-laughing-with-man-young-business-woman_1262-748.jpg?_wi=2"
|
||||
imageAlt="professional roofing team group portrait"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="entrance-slide"
|
||||
@@ -114,7 +114,7 @@ export default function AboutPage() {
|
||||
title: "Premium Quality Materials",
|
||||
description: "We use only manufacturer-certified, top-tier roofing materials from industry-leading brands.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg?_wi=3",
|
||||
imageAlt: "quality roofing materials premium products",
|
||||
},
|
||||
items: [
|
||||
@@ -129,7 +129,7 @@ export default function AboutPage() {
|
||||
title: "Lifetime Warranty Protection",
|
||||
description: "All our roofing projects come with comprehensive warranties covering materials and workmanship.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-different-shapes_23-2147711279.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-different-shapes_23-2147711279.jpg?_wi=3",
|
||||
imageAlt: "warranty protection certificate insurance document",
|
||||
},
|
||||
items: [
|
||||
@@ -144,7 +144,7 @@ export default function AboutPage() {
|
||||
title: "Fully Licensed & Insured",
|
||||
description: "Our team consists of certified, licensed professionals with comprehensive insurance protection.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-graduation-diploma-certificate_23-2148769711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-graduation-diploma-certificate_23-2148769711.jpg?_wi=3",
|
||||
imageAlt: "licensed contractor credentials professional",
|
||||
},
|
||||
items: [
|
||||
|
||||
@@ -1,28 +1,54 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } 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 { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ProRoof Premium - Expert Roofing Services | Licensed Contractor",
|
||||
description: "Professional roofing services for residential and commercial properties. Expert installation, repair, and maintenance with lifetime warranty. Free inspection. 24/7 emergency service available.",
|
||||
keywords: "roofing services, roof repair, roof installation, roofing contractor, emergency roofing, residential roofing, commercial roofing, roof replacement, licensed roofer, roofing company",
|
||||
metadataBase: new URL("https://proroof-premium.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://proroof-premium.example.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "ProRoof Premium - Expert Roofing Services",
|
||||
description: "Professional roofing solutions with 25+ years of experience. Quality materials, lifetime warranty, and 24/7 emergency service.",
|
||||
url: "https://proroof-premium.example.com",
|
||||
siteName: "ProRoof Premium",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://proroof-premium.example.com/og-image.jpg",
|
||||
alt: "ProRoof Premium - Professional Roofing Services",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ProRoof Premium - Expert Roofing Services",
|
||||
description: "Professional roofing solutions with 25+ years of experience. Quality materials, lifetime warranty, and 24/7 emergency service.",
|
||||
images: ["https://proroof-premium.example.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +57,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +71,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -141,7 +141,7 @@ export default function HomePage() {
|
||||
title: "Emergency Service",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-business-man-laughing-with-man-young-business-woman_1262-748.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-business-man-laughing-with-man-young-business-woman_1262-748.jpg?_wi=1"
|
||||
imageAlt="Professional roofing team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -162,7 +162,7 @@ export default function HomePage() {
|
||||
title: "Premium Quality Materials",
|
||||
description: "We use only manufacturer-certified, top-tier roofing materials from industry-leading brands.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg?_wi=1",
|
||||
imageAlt: "Premium roofing materials",
|
||||
},
|
||||
items: [
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
title: "Lifetime Warranty Protection",
|
||||
description: "All our roofing projects come with comprehensive warranties covering materials and workmanship.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-different-shapes_23-2147711279.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-different-shapes_23-2147711279.jpg?_wi=1",
|
||||
imageAlt: "Warranty protection guarantee",
|
||||
},
|
||||
items: [
|
||||
@@ -210,7 +210,7 @@ export default function HomePage() {
|
||||
title: "Fully Licensed & Insured",
|
||||
description: "Our team consists of certified, licensed professionals with comprehensive insurance protection.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-graduation-diploma-certificate_23-2148769711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-graduation-diploma-certificate_23-2148769711.jpg?_wi=1",
|
||||
imageAlt: "Licensed professional credentials",
|
||||
},
|
||||
items: [
|
||||
@@ -249,7 +249,7 @@ export default function HomePage() {
|
||||
name: "Roof Repair",
|
||||
price: "From $500",
|
||||
variant: "Emergency available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg?_wi=1",
|
||||
imageAlt: "Professional roof repair service",
|
||||
},
|
||||
{
|
||||
@@ -257,7 +257,7 @@ export default function HomePage() {
|
||||
name: "New Installation",
|
||||
price: "From $8,500",
|
||||
variant: "Full replacement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg?_wi=1",
|
||||
imageAlt: "New roof installation",
|
||||
},
|
||||
{
|
||||
@@ -265,7 +265,7 @@ export default function HomePage() {
|
||||
name: "Maintenance",
|
||||
price: "From $200",
|
||||
variant: "Annual inspection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg?_wi=1",
|
||||
imageAlt: "Roof maintenance and cleaning",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function PricingPage() {
|
||||
title: "Emergency Repair",
|
||||
price: "From $500",
|
||||
period: "Service call + materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg?_wi=3",
|
||||
imageAlt: "Emergency roof repair service",
|
||||
features: [
|
||||
"24/7 Emergency response",
|
||||
@@ -113,7 +113,7 @@ export default function PricingPage() {
|
||||
title: "Repair & Maintenance",
|
||||
price: "From $1,200",
|
||||
period: "Professional inspection included",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg?_wi=3",
|
||||
imageAlt: "Roof maintenance service",
|
||||
features: [
|
||||
"Comprehensive roof inspection",
|
||||
@@ -133,7 +133,7 @@ export default function PricingPage() {
|
||||
title: "Full Replacement",
|
||||
price: "From $8,500",
|
||||
period: "Complete new roof system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg?_wi=3",
|
||||
imageAlt: "Full roof replacement installation",
|
||||
features: [
|
||||
"Complete roof tear-off & removal",
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ServicesPage() {
|
||||
name: "Roof Repair",
|
||||
price: "From $500",
|
||||
variant: "Emergency available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg?_wi=2",
|
||||
imageAlt: "Professional roof repair service",
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export default function ServicesPage() {
|
||||
name: "New Installation",
|
||||
price: "From $8,500",
|
||||
variant: "Full replacement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg?_wi=2",
|
||||
imageAlt: "New roof installation",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function ServicesPage() {
|
||||
name: "Maintenance",
|
||||
price: "From $200",
|
||||
variant: "Annual inspection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg?_wi=2",
|
||||
imageAlt: "Roof maintenance and cleaning",
|
||||
},
|
||||
]}
|
||||
@@ -94,7 +94,7 @@ export default function ServicesPage() {
|
||||
title: "Premium Quality Materials",
|
||||
description: "We use only manufacturer-certified, top-tier roofing materials from industry-leading brands to ensure longevity and performance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg?_wi=2",
|
||||
imageAlt: "Premium roofing materials",
|
||||
},
|
||||
items: [
|
||||
@@ -118,7 +118,7 @@ export default function ServicesPage() {
|
||||
title: "Lifetime Warranty Protection",
|
||||
description: "All our roofing services come with comprehensive warranties covering materials and professional workmanship for complete peace of mind.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-different-shapes_23-2147711279.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-different-shapes_23-2147711279.jpg?_wi=2",
|
||||
imageAlt: "Warranty protection guarantee",
|
||||
},
|
||||
items: [
|
||||
@@ -142,7 +142,7 @@ export default function ServicesPage() {
|
||||
title: "Fully Licensed & Insured",
|
||||
description: "Our certified professionals are fully licensed, insured, and trained to deliver exceptional service on every project, big or small.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-graduation-diploma-certificate_23-2148769711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-graduation-diploma-certificate_23-2148769711.jpg?_wi=2",
|
||||
imageAlt: "Licensed professional credentials",
|
||||
},
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user