Update src/app/layout.tsx

This commit is contained in:
2026-03-03 08:29:34 +00:00
parent e656315c77
commit 8d0b3826bc

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}