Update src/app/page.tsx

This commit is contained in:
2026-03-03 06:47:20 +00:00
parent df96e5dac3
commit b7acb6dda4

View File

@@ -105,6 +105,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "View All Collections", href: "#collections" },
]}
/>
</div>