Update src/app/layout.tsx

This commit is contained in:
2026-03-06 20:51:50 +00:00
parent 9a4f07edb9
commit e4e3b7da8a

View File

@@ -7,46 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Road Construction & Paving Services | RoadPro",
description: "Expert road construction, asphalt paving, and infrastructure solutions. ISO certified with 20+ years experience. Free project quotes available.",
keywords: "road construction, asphalt paving, highway construction, road repair, bridge construction, road maintenance",
robots: {
title: "Professional Road Construction & Paving Services | RoadPro", description: "Expert road construction, asphalt paving, and infrastructure solutions. ISO certified with 20+ years experience. Free project quotes available.", keywords: "road construction, asphalt paving, highway construction, road repair, bridge construction, road maintenance", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Professional Road Construction Services | RoadPro Construction",
description: "Expert road construction, paving, and infrastructure services with 20+ years of industry experience.",
siteName: "RoadPro Construction",
type: "website",
images: [
title: "Professional Road Construction Services | RoadPro Construction", description: "Expert road construction, paving, and infrastructure services with 20+ years of industry experience.", siteName: "RoadPro Construction", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg",
alt: "Professional Road Construction",
},
url: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", alt: "Professional Road Construction"},
],
},
twitter: {
card: "summary_large_image",
title: "Professional Road Construction Services",
description: "Expert road construction and paving solutions.",
images: ["http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg"],
card: "summary_large_image", title: "Professional Road Construction Services", description: "Expert road construction and paving solutions.", images: ["http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg"],
},
};