2 Commits

Author SHA1 Message Date
a6591e5311 Update src/app/page.tsx 2026-03-03 05:24:00 +00:00
3fe27ab3c5 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:22:22 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="Glow"
description="Pure skincare crafted with intention. Naturally radiant skin starts with clean ingredients and thoughtful science."
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Explore Collection", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
@@ -64,7 +64,8 @@ export default function LandingPage() {
"We believe great skin isn't complicated. Our science-backed formulas combine nature's most potent ingredients with dermatological expertise to create products that actually work.", "Every product is thoughtfully crafted, carefully tested, and designed to deliver visible results without compromising on ingredient transparency or environmental responsibility."
]}
buttons={[
{ text: "Our Story", href: "#about" }
{ text: "Our Story", href: "#about" },
{ text: "View Benefits", href: "#features" }
]}
buttonAnimation="slide-up"
showBorder={false}