From ed31a062b91368f43476d233a880aa3a4a39f16c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:20:46 +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 6d6181d..9300583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function HomePage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Shop Now & Save 20%", href: "/products" }, + { text: "Shop Now - Limited Time 20% Off", href: "/products" }, { text: "Learn More", href: "/about" }, ]} buttonAnimation="slide-up" -- 2.49.1