Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:32:00 +00:00
parent b648786e25
commit 5ccb913eaa

View File

@@ -84,6 +84,9 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
buttons={[
{ text: "View All Videos", href: "#videos" }
]}
ariaLabel="Video collection section"
/>
</div>