From b7acb6dda400fe2144c91ecd555a83e00747db51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a909ae1..0e10f32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,6 +105,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + buttons={[ + { text: "View All Collections", href: "#collections" }, + ]} />