5 Commits

Author SHA1 Message Date
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
8f45241fef Update src/app/page.tsx 2026-03-03 08:51:27 +00:00
0517be90be Merge version_1 into main
Merge version_1 into main
2026-03-03 08:44:14 +00:00
2 changed files with 7 additions and 5 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

@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Discover radiant, healthy skin with our scientifically-formulated skincare collection. Pure ingredients. Visible results. Your natural glow."
buttons={[
{ text: "Explore Products", href: "products" },
{ text: "Learn More", href: "about" }
{ text: "Shop Now", href: "products" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}