Merge version_1 into main #1
@@ -103,7 +103,7 @@ const AboutPage = () => {
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=3"
|
||||
imageAlt="Dedicated GP Roofing crew team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -94,7 +94,7 @@ const ContactPage = () => {
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=2"
|
||||
imageAlt="Professional roofing estimate and consultation"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } 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 { Nunito_Sans } 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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "GP Roofing Kentucky | Professional Roofing Contractor",
|
||||
description: "Expert roofing contractor serving Kentucky. Roof replacement, repair, and installation by trusted professionals. Free estimates, 24/7 emergency service.",
|
||||
keywords: "Kentucky roofing contractor, roof replacement, roof repair, professional roofer",
|
||||
metadataBase: new URL("https://gproofingky.com"),
|
||||
alternates: {
|
||||
canonical: "https://gproofingky.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "GP Roofing Kentucky | Trusted Professional Roofing",
|
||||
description: "Quality roofing services with hardworking crew, fair pricing, and professional installation.",
|
||||
url: "https://gproofingky.com",
|
||||
siteName: "GP Roofing Kentucky",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://gproofingky.com/og-image.jpg",
|
||||
alt: "GP Roofing Kentucky - Professional Roofing Services",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "GP Roofing Kentucky | Professional Roofing Contractor",
|
||||
description: "Expert roofing services in Kentucky with 5-star customer reviews.",
|
||||
images: ["https://gproofingky.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=1"
|
||||
imageAlt="Professional roofing installation on luxury home"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -209,7 +209,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1"
|
||||
imageAlt="Professional GP Roofing crew working on roof installation"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-20 lg:py-32"
|
||||
@@ -284,7 +284,7 @@ export default function HomePage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Premium Materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg?_wi=1",
|
||||
imageAlt: "Before and after roof replacement project",
|
||||
},
|
||||
{
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Fast Recovery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1",
|
||||
imageAlt: "Storm damage roof repair completed",
|
||||
},
|
||||
{
|
||||
@@ -304,7 +304,7 @@ export default function HomePage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Expert Install",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-brown-light-yellow-building-blue-sky_181624-3894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-brown-light-yellow-building-blue-sky_181624-3894.jpg?_wi=1",
|
||||
imageAlt: "New home with completed professional roofing",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function ServicesPage() {
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2"
|
||||
imageAlt="Professional roofing crew providing expert service"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -106,7 +106,7 @@ export default function ServicesPage() {
|
||||
price: "Premium Quality",
|
||||
rating: 5,
|
||||
reviewCount: "Full Installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg?_wi=2",
|
||||
imageAlt: "Professional roof replacement installation",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function ServicesPage() {
|
||||
price: "Fast Response",
|
||||
rating: 5,
|
||||
reviewCount: "Expert Diagnosis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2",
|
||||
imageAlt: "Professional roof repair and maintenance",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function ServicesPage() {
|
||||
price: "Professional Build",
|
||||
rating: 5,
|
||||
reviewCount: "Expert Crafting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-brown-light-yellow-building-blue-sky_181624-3894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-brown-light-yellow-building-blue-sky_181624-3894.jpg?_wi=2",
|
||||
imageAlt: "New roof installation on residential home",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user