From 5201cb3c313f2a61eb2c2f16bef06cf461fc6981 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:12:09 +0000 Subject: [PATCH] Switch to version 3: modified src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03ea45b..5707ec4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "View Menu", href: "#dishes"}, { - text: "Book Your Private Chef", href: "#contact"}, + text: "Book Experience", href: "#contact"}, ]} slides={[ { @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}