diff --git a/src/app/page.tsx b/src/app/page.tsx index 653ca00..66e8e2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,9 +38,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Shop Now", - href: "/products", - }} + text: "Shop Now", href: "/products"}} animateOnLoad={true} /> @@ -48,6 +46,7 @@ export default function HomePage() { {/* Hero Section */}