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" }, + ]} />