From 1295f3d8a6767e891e7af8098b70ffaa8521b73b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:28:52 +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 8704e8a..a4cc953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function HomePage() { }, ]} buttons={[ - { text: "Shop Now", href: "/shop" }, + { text: "Shop Our Collection", href: "/shop" }, { text: "Learn About Loyalty", href: "/loyalty" }, ]} buttonAnimation="slide-up" -- 2.49.1