diff --git a/src/app/page.tsx b/src/app/page.tsx index 69df1e1..559a905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Shop Hoodies", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up"