Update src/app/page.tsx

This commit is contained in:
2026-04-26 02:36:08 +00:00
parent 86f2512d90
commit 3d8d6d88f7

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Book Your Chef", href: "#contact"},
text: "Request Your Private Chef", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg"
avatars={[
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}