From 3f76954911a01c87c83d4b3c5cb19ecd9243b840 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:13:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}