Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user