From a6591e531165f733168af50099c140dd524767d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:24:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dd805b..aa92e4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} -- 2.49.1