diff --git a/src/app/page.tsx b/src/app/page.tsx index aac0ec0..3228ea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,6 +137,8 @@ export default function HomePage() { buttons={[ { text: "View All", href: "/shop"}, + { + text: "Shop Now", href: "/shop"}, ]} buttonAnimation="slide-up" /> @@ -285,4 +287,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file