From dc897b8f5c28229e138c8a7d84e3ef98fa66e6b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:51:58 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 23fec1a..b743c2a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Resource Enterprises | Premium Industrial Exporter", - description: "Global industrial exporter delivering premium cutlery, footwear, salt, and specialized parts. Trusted by 500+ enterprise clients across 50+ countries. ISO 9001 certified.", - keywords: "industrial exporter, B2B supplier, cutlery, footwear, salt, industrial parts, bulk export, procurement", - robots: { + title: "Resource Enterprises | Premium Industrial Exporter", description: "Global industrial exporter delivering premium cutlery, footwear, salt, and specialized parts. Trusted by 500+ enterprise clients across 50+ countries. ISO 9001 certified.", keywords: "industrial exporter, B2B supplier, cutlery, footwear, salt, industrial parts, bulk export, procurement", robots: { index: true, follow: true, }, openGraph: { - title: "Resource Enterprises - Precision Crafted, Globally Trusted", - description: "Premium industrial products delivered to procurement leaders worldwide. 30+ years of operational excellence.", - type: "website", - siteName: "Resource Enterprises", - images: [ + title: "Resource Enterprises - Precision Crafted, Globally Trusted", description: "Premium industrial products delivered to procurement leaders worldwide. 30+ years of operational excellence.", type: "website", siteName: "Resource Enterprises", images: [ { - url: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg", - alt: "Resource Enterprises Industrial Products", - }, + url: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg", alt: "Resource Enterprises Industrial Products"}, ], }, twitter: { - card: "summary_large_image", - title: "Resource Enterprises - Global Industrial Excellence", - description: "30+ years delivering premium industrial products to international buyers.", - images: ["http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg"], + card: "summary_large_image", title: "Resource Enterprises - Global Industrial Excellence", description: "30+ years delivering premium industrial products to international buyers.", images: ["http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg"], }, };