diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 85f1d3e..94e2f65 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,29 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "VendorLinks - Premium Vendor Access for Resellers", - description: "Connect directly with top vendors across fashion, jewelry, and electronics. Access vendor WhatsApp contacts and direct product links. Individual vendors from $15 or complete bundle for $100.", - keywords: "vendor links, reseller, supplier contacts, fashion vendor, jewelry vendor, wholesale", - openGraph: { - title: "VendorLinks - Direct Vendor Access", - description: "Premium vendor contacts for resellers. Fashion, jewelry, electronics vendors. Lifetime access.", - siteName: "VendorLinks", - type: "website", - }, + title: "VendorLinks - Premium Vendor Access for Resellers", description: "Connect directly with top vendors across fashion, jewelry, and electronics. Access vendor WhatsApp contacts and direct product links. Individual vendors from $15 or complete bundle for $100.", keywords: "vendor links, reseller, supplier contacts, fashion vendor, jewelry vendor, wholesale", openGraph: { + title: "VendorLinks - Direct Vendor Access", description: "Premium vendor contacts for resellers. Fashion, jewelry, electronics vendors. Lifetime access.", siteName: "VendorLinks", type: "website"}, twitter: { - card: "summary_large_image", - title: "VendorLinks - Vendor Access for Resellers", - }, + card: "summary_large_image", title: "VendorLinks - Vendor Access for Resellers"}, robots: { index: true, follow: true, @@ -1419,4 +1408,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}