diff --git a/src/app/page.tsx b/src/app/page.tsx index 3562182..35766f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,9 @@ export default function LandingPage() { useInvertedBackground={true} mediaAnimation="slide-up" metricsAnimation="slide-up" + buttons={[ + { text: "View Our Chefs", href: "team" } + ]} /> @@ -256,4 +259,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}