Update src/app/layout.tsx

This commit is contained in:
2026-03-07 06:53:29 +00:00
parent a398af72c5
commit c21bfbde28

View File

@@ -7,51 +7,34 @@ 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: "Shivangi Building Material - Premium Building Materials Supplier in Azamgarh",
description: "Trusted building materials supplier in Azamgarh. Genuine cement, steel TMT bars, paints, hardware supplies. Fast delivery, wholesale rates, bulk orders. Call +91 94512 00355.",
keywords: "building materials Azamgarh, cement supplier, steel TMT bars, hardware store, construction supplies, wholesale building materials, contractor supplies",
metadataBase: new URL("https://shivangibuilding.com"),
title: "Shivangi Building Material - Premium Building Materials Supplier in Azamgarh", description: "Trusted building materials supplier in Azamgarh. Genuine cement, steel TMT bars, paints, hardware supplies. Fast delivery, wholesale rates, bulk orders. Call +91 94512 00355.", keywords: "building materials Azamgarh, cement supplier, steel TMT bars, hardware store, construction supplies, wholesale building materials, contractor supplies", metadataBase: new URL("https://shivangibuilding.com"),
alternates: {
canonical: "https://shivangibuilding.com",
},
canonical: "https://shivangibuilding.com"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Shivangi Building Material - Your Trusted Building Materials Partner",
description: "Premium building materials supplier in Azamgarh. Cement, steel, paints, hardware. Wholesale rates for contractors and builders.",
url: "https://shivangibuilding.com",
siteName: "Shivangi Building Material",
type: "website",
images: [
title: "Shivangi Building Material - Your Trusted Building Materials Partner", description: "Premium building materials supplier in Azamgarh. Cement, steel, paints, hardware. Wholesale rates for contractors and builders.", url: "https://shivangibuilding.com", siteName: "Shivangi Building Material", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg",
alt: "Shivangi Building Material warehouse",
},
url: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg", alt: "Shivangi Building Material warehouse"},
],
},
twitter: {
card: "summary_large_image",
title: "Shivangi Building Material - Building Materials Supplier",
description: "Trusted building materials in Azamgarh. Cement, steel, paints, hardware. Call +91 94512 00355.",
images: ["http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg"],
card: "summary_large_image", title: "Shivangi Building Material - Building Materials Supplier", description: "Trusted building materials in Azamgarh. Cement, steel, paints, hardware. Call +91 94512 00355.", images: ["http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg"],
},
};
@@ -1439,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}