diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1978a67..1622637 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,48 +1,20 @@ import type { Metadata } from "next"; -import { Public_Sans } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const publicSans = Public_Sans({ - variable: "--font-public-sans", subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Supplement Hub Pakistan | 100% Authentic Supplements", description: "Premium authentic supplements in Pakistan. 100% genuine products from USA & UK. Fast delivery. Verify with scratch codes. Shop protein, creatine, pre-workout and more.", keywords: "supplements Pakistan, authentic protein, gym supplements, fitness supplements, creatine, pre-workout, whey protein, supplement bundles, online supplement store", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Supplement Hub Pakistan | 100% Authentic Supplements", description: "Premium authentic supplements imported from USA & UK. Fast delivery across Pakistan. Verified products with scratch-code authentication.", type: "website", siteName: "Supplement Hub Pakistan", images: [ - { - url: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", alt: "Premium authentic supplements"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Supplement Hub Pakistan | 100% Authentic Supplements", description: "Premium authentic supplements imported from USA & UK. Fast delivery across Pakistan.", images: ["http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg"], - }, -}; + title: "Luxury Supplement Hub - Premium Authentic Supplements", description: "Discover luxury supplement stacks crafted for elite performance. 100% authentic, laboratory verified, and imported from world-leading brands."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}