From 8f45241fef83f7bb43787b59fdcaca239e309685 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:51:27 +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 d71c15e..919dcf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} -- 2.49.1