Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-20 15:04:39 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -150,4 +153,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}