Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97fd6268bb | |||
| 87396a66c4 | |||
| e59cf9816d |
@@ -17,11 +17,13 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "LumaGlow | Premium Skincare for Radiant Skin", description: "Discover luxury skincare products formulated with natural ingredients. Clean, dermatologist-tested formulas for visible results in 4 weeks.", keywords: "skincare, luxury cosmetics, natural beauty, serums, moisturizer, clean beauty", metadataBase: new URL("https://lumaglow.com"),
|
||||
alternates: {
|
||||
canonical: "https://lumaglow.com"},
|
||||
canonical: "https://lumaglow.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "LumaGlow | Premium Skincare", description: "Experience radiant skin with our scientifically-formulated skincare collection.", url: "https://lumaglow.com", siteName: "LumaGlow", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/vertical-top-view-skincare-bottles-white-water-surface_181624-29481.jpg", alt: "LumaGlow skincare collection"},
|
||||
url: "http://img.b2bpic.net/free-photo/vertical-top-view-skincare-bottles-white-water-surface_181624-29481.jpg", alt: "LumaGlow skincare collection"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
@@ -1417,4 +1419,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -240,4 +240,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user