diff --git a/src/app/page.tsx b/src/app/page.tsx index 91fb1c2..f8e6ffb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Shop Now", href: "products" }, + { text: "Shop Premium Collection", href: "products" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up"