diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e7add2..09a7f5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Explore Collections", href: "collections"}} + text: "Explore Collections", href: "collections" + }} animateOnLoad={true} className="bg-white/80 backdrop-blur-md border border-amber-100/30" navItemClassName="text-amber-900/80 hover:text-amber-900 transition-colors" @@ -50,14 +51,14 @@ export default function LandingPage() {