diff --git a/src/app/page.tsx b/src/app/page.tsx index c232bfb..c125836 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" } + ]} />