Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-25 07:26:22 +00:00

View File

@@ -25,7 +25,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="[Your Salon Name]"
brandName="DemoSalone "
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
@@ -125,7 +125,7 @@ export default function LandingPage() {
{ title: "Contact", items: [{ label: "Location", href: "#contact" }, { label: "Call Us", href: "tel:YOUR_PHONE_NUMBER" }, { label: "WhatsApp", href: "https://wa.me/YOUR_WHATSAPP_NUMBER" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }
]}
logoText="[Your Salon Name]"
logoText="DemoSalone "
copyrightText="© 2024 [Your Salon Name]. All rights reserved."
/>
</div>