From 97ceddf33b81397fc0474a5c28aa8a023da99cac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:59:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 21 deletions(-) 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() {