Update src/app/page.tsx

This commit is contained in:
2026-03-15 13:05:09 +00:00
parent ac22d6ded1
commit 4d79c58b47

View File

@@ -29,10 +29,10 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
brandName="Radiance Beauty"
navItems={[
{ name: "גלריה", id: "gallery" },
{ name: "שירותים", id: "services" },
{ name: "גלריה", id: "#gallery" },
{ name: "שירותים", id: "#services" },
{ name: "תור", id: "/appointments" },
{ name: "יצירת קשר", id: "contact" }
{ name: "יצירת קשר", id: "#appointment" }
]}
button={{ text: "הזמן תור", href: "/booking" }}
animateOnLoad={true}