diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c7ea35..42a77fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />