From 3e7bce3d41fca201caf178b44f6fb0f268e15d2a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:11:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa5f6e4..6d6181d 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: "Start Shopping", href: "/products" }, + { text: "Shop Now & Save 20%", href: "/products" }, { text: "Learn More", href: "/about" }, ]} buttonAnimation="slide-up" @@ -323,4 +323,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}