From 3ccbf12e4260da49797e126ff1430b8eaa27c7a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:46:45 +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 91fb1c2..f8e6ffb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Shop Now", href: "products" }, + { text: "Shop Premium Collection", href: "products" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up"