Update src/app/layout.tsx

This commit is contained in:
2026-03-06 20:53:55 +00:00
parent 3cbbc27c19
commit e2c65202cf

View File

@@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Pro Renovations | Waterproofing & Renovation Services",
description: "Professional renovation and waterproofing solutions with fast service, expert craftsmanship, and transparent pricing. Get your free quote today.",
keywords: "renovation company, waterproofing services, roof repair, building rehabilitation, home renovation, contractor",
metadataBase: new URL("https://prorenovations.com"),
title: "Pro Renovations | Waterproofing & Renovation Services", description: "Professional renovation and waterproofing solutions with fast service, expert craftsmanship, and transparent pricing. Get your free quote today.", keywords: "renovation company, waterproofing services, roof repair, building rehabilitation, home renovation, contractor", metadataBase: new URL("https://prorenovations.com"),
alternates: {
canonical: "https://prorenovations.com",
},
canonical: "https://prorenovations.com"},
openGraph: {
title: "Pro Renovations | Expert Waterproofing & Renovation Services",
description: "Transform your property with professional renovation and waterproofing solutions. Fast, reliable, high-quality service.",
url: "https://prorenovations.com",
siteName: "Pro Renovations",
type: "website",
},
title: "Pro Renovations | Expert Waterproofing & Renovation Services", description: "Transform your property with professional renovation and waterproofing solutions. Fast, reliable, high-quality service.", url: "https://prorenovations.com", siteName: "Pro Renovations", type: "website"},
twitter: {
card: "summary_large_image",
title: "Pro Renovations | Professional Waterproofing & Renovation",
description: "Expert renovation and waterproofing services for homeowners and businesses",
},
card: "summary_large_image", title: "Pro Renovations | Professional Waterproofing & Renovation", description: "Expert renovation and waterproofing services for homeowners and businesses"},
robots: {
index: true,
follow: true,
@@ -1432,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}