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 +}