From 2e3edd43a00ab00b72faadf6725e8a119fc70321 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:22:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae1b6d3..6dd805b 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: "Explore Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" -- 2.49.1