Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
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"),
|
||||
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: [
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user