diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c0b5543..cc4f5df 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,36 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Elevate Beauty - Premium Makeup & Jewelry Collections", - description: "Discover expertly curated makeup and jewelry collections for style-conscious consumers. Premium beauty products, flexible booking, and exceptional customer service.", - keywords: "makeup, jewelry, cosmetics, accessories, beauty products, online shopping, premium beauty", - openGraph: { - title: "Elevate Beauty - Premium Makeup & Jewelry", - description: "Shop curated makeup and jewelry collections designed for your unique style.", - siteName: "Elevate Beauty", - type: "website", - images: [ + title: "Elevate Beauty - Premium Makeup & Jewelry Collections", description: "Discover expertly curated makeup and jewelry collections for style-conscious consumers. Premium beauty products, flexible booking, and exceptional customer service.", keywords: "makeup, jewelry, cosmetics, accessories, beauty products, online shopping, premium beauty", openGraph: { + title: "Elevate Beauty - Premium Makeup & Jewelry", description: "Shop curated makeup and jewelry collections designed for your unique style.", siteName: "Elevate Beauty", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/top-view-cosmetic-beauty-makeup_1150-6662.jpg", - alt: "Premium makeup collection", - }, + url: "http://img.b2bpic.net/free-photo/top-view-cosmetic-beauty-makeup_1150-6662.jpg", alt: "Premium makeup collection"}, ], }, twitter: { - card: "summary_large_image", - title: "Elevate Beauty - Premium Collections", - description: "Discover expertly curated makeup and jewelry that celebrate your individuality.", - images: ["http://img.b2bpic.net/free-photo/portrait-european-woman-wedding-dress-wearing-necklace-ring_343596-847.jpg"], + card: "summary_large_image", title: "Elevate Beauty - Premium Collections", description: "Discover expertly curated makeup and jewelry that celebrate your individuality.", images: ["http://img.b2bpic.net/free-photo/portrait-european-woman-wedding-dress-wearing-necklace-ring_343596-847.jpg"], }, robots: { index: true, @@ -1427,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}