4 Commits

Author SHA1 Message Date
e7ab560e04 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:03:16 +00:00
97fd6268bb Update src/app/page.tsx 2026-03-03 09:03:11 +00:00
87396a66c4 Update src/app/layout.tsx 2026-03-03 09:03:10 +00:00
e59cf9816d Merge version_2 into main
Merge version_2 into main
2026-03-03 08:51:32 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -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>
);
}
}

View File

@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}