From 0eb0e02fcaffd63f81f4a3f8f5e3cb079aa05ad9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 15:04:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58d8000..64338ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Tradition trifft Genuss. Willkommen in Ihrem Restaurant für authentische asiatische Spezialitäten in Dietikon." buttons={[ { text: "Visit Us", href: "#contact" }, - { text: "View Services", href: "#services" }, + { text: "View Menu", href: "#services" }, ]} imageSrc="http://img.b2bpic.net/free-photo/japanese-food-cooking_23-2149428730.jpg" imageAlt="Peace House Asian Restaurant" @@ -83,6 +83,9 @@ export default function LandingPage() { { type: "text", content: "Tradition trifft Genuss" }, { type: "image", src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934665.jpg", alt: "About Peace House" }, ]} + buttons={[ + { text: "Learn More", href: "#services" } + ]} /> @@ -150,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1