diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7254140..3be6ec4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,53 +6,19 @@ import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); +const halant = Halant({ variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"]}); -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ variable: "--font-inter", subsets: ["latin"]}); -const interTight = Inter_Tight({ - variable: "--font-inter-tight", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"]}); -export const metadata: Metadata = { - title: "Mehtab Fashion Hub - Premium Ethnic & Western Wear", description: "Discover curated collections of ethnic wear, western fashion, and premium accessories at Mehtab Fashion Hub. Quality fashion at affordable prices in Itwa, Uttar Pradesh.", keywords: "fashion hub, ethnic wear, western fashion, accessories, clothing store, Uttar Pradesh", metadataBase: new URL("https://mehtabfashionhub.com"), - alternates: { - canonical: "https://mehtabfashionhub.com"}, - openGraph: { - title: "Mehtab Fashion Hub - Premium Fashion Collections", description: "Explore curated ethnic wear, western fashion, and premium accessories at Mehtab Fashion Hub.", url: "https://mehtabfashionhub.com", siteName: "Mehtab Fashion Hub", images: [ - { - url: "http://img.b2bpic.net/free-photo/adult-woman-carrying-shopping-bags_23-2148660698.jpg", alt: "Mehtab Fashion Hub Collections"}, - ], - type: "website"}, - twitter: { - card: "summary_large_image", title: "Mehtab Fashion Hub - Premium Fashion", description: "Discover curated fashion collections at Mehtab Fashion Hub", images: ["http://img.b2bpic.net/free-photo/adult-woman-carrying-shopping-bags_23-2148660698.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; +export const metadata: Metadata = { title: "Mehtab Fashion Hub - Premium Ethnic & Western Wear", description: "Discover curated collections of ethnic wear, western fashion, and premium accessories at Mehtab Fashion Hub. Quality fashion at affordable prices in Itwa, Uttar Pradesh.", keywords: "fashion hub, ethnic wear, western fashion, accessories, clothing store, Uttar Pradesh", metadataBase: new URL("https://mehtabfashionhub.com"), alternates: { canonical: "https://mehtabfashionhub.com"}, openGraph: { title: "Mehtab Fashion Hub - Premium Fashion Collections", description: "Explore curated ethnic wear, western fashion, and premium accessories at Mehtab Fashion Hub.", url: "https://mehtabfashionhub.com", siteName: "Mehtab Fashion Hub", images: [ { url: "http://img.b2bpic.net/free-photo/adult-woman-carrying-shopping-bags_23-2148660698.jpg", alt: "Mehtab Fashion Hub Collections"}], type: "website"}, twitter: { card: "summary_large_image", title: "Mehtab Fashion Hub - Premium Fashion", description: "Discover curated fashion collections at Mehtab Fashion Hub", images: ["http://img.b2bpic.net/free-photo/adult-woman-carrying-shopping-bags_23-2148660698.jpg"]}, robots: { index: true, follow: true}}; -export default function RootLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - - - - - {children} - +export default function RootLayout({ children}: Readonly<{ children: React.ReactNode; }>) { return ( {children} +