diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8118d27..5ec5f8f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -37,9 +37,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -48,47 +46,27 @@ export default function ContactPage() {