From e41e549ecd8398b4039a9f1f4462dcff3007ff0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:54:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61ff187..f2cc771 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,8 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Signature", id: "signature" }, { name: "Menu", id: "menu" }, + { name: "FAQ", id: "faq" }, + { name: "Team", id: "team" }, { name: "Kontakt", id: "contact" }, ]} brandName="Zen Fusion" @@ -89,7 +91,7 @@ export default function LandingPage() { { id: "img3", name: "Sushi Bar", role: "Kreativiteti", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg" }, ]} title="Ambient Modern" - description="Një hapësirë e qetë dhe minimalist për një drekë apo darkë të paharrueshme." + description="Një hapësirës e qetë dhe minimalist për një drekë apo darkë të paharrueshme." /> -- 2.49.1