From e8212d5036535dea7f5d788eb70d3e420073da53 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:22:14 +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 32e84a5..091edf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Shop Premium Tees", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" -- 2.49.1