From c21bfbde28c9b968e6ec0240ee40c8e96f69ef73 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:53:29 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 78bf90a..5167a6f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +}