diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 589283a..cc92163 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,24 +11,26 @@ const dmSans = DM_Sans({ export const metadata: Metadata = { title: "LuxeHair | Premium Natural Hair Color & Professional Coloring Systems", description: "Discover LuxeHair's luxury natural coloring systems and premium hair care products. 100% natural formulas and innovative capsule technology for salons and home use.", keywords: "natural hair color, premium hair care, coloring system, capsule technology, professional hair products, salon supplies", metadataBase: new URL("https://luxehair.com"), alternates: { - canonical: "https://luxehair.com"}, + canonical: "https://luxehair.com" + }, openGraph: { title: "LuxeHair - Premium Natural Hair Care", description: "Luxury natural coloring systems and professional hair care products for stunning results.", siteName: "LuxeHair", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg", alt: "LuxeHair Premium Products"}, - ], + url: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg", alt: "LuxeHair Premium Products" + } + ] }, twitter: { - card: "summary_large_image", title: "LuxeHair - Premium Natural Hair Care", description: "Discover our innovative coloring systems and luxury hair products.", images: ["http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg"], + card: "summary_large_image", title: "LuxeHair - Premium Natural Hair Care", description: "Discover our innovative coloring systems and luxury hair products.", images: ["http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { @@ -1409,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}