From a5d649dc1ad37ab3065b79fa1a58518e02aa3016 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:58:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77dbce6..4b6c182 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "גלריה", id: "gallery" }, { name: "ביקורות", id: "testimonials" }, { name: "יצירת קשר", id: "contact" }, + { name: "מדריך ניהול", id: "/admin" }, ]} brandName="Familia" /> @@ -139,7 +140,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +}