Update src/components/Layout.tsx

This commit is contained in:
2026-06-15 14:25:50 +00:00
parent c127b45a26
commit fda8e6a0cc

View File

@@ -10,7 +10,7 @@ export default function Layout() {
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
<SiteBackgroundSlot />
<NavbarCentered
logo="Shaima Redah Beauty Salon"
logo="Lumière Med Spa"
navItems={[
{ name: "Services", href: "#services" },
{ name: "Results", href: "#results" },
@@ -23,7 +23,7 @@ export default function Layout() {
<Outlet />
</main>
<FooterSimpleCard
brand="Shaima Redah Beauty Salon"
brand="Lumière Med Spa"
columns={[
{
title: "Treatments",
@@ -49,11 +49,11 @@ export default function Layout() {
items: [
{ label: "(555) 320-8800", href: "tel:5553208800" },
{ label: "hello@lumieremedspa.com", href: "mailto:hello@lumieremedspa.com" },
{ label: "51 37B St - Al Karama - Dubai" },
{ label: "Beverly Hills, CA" },
],
},
]}
copyright="© 2026 Shaima Redah Beauty Salon"
copyright="© 2026 Lumière Med Spa"
links={[
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },