Compare commits
1 Commits
version_1_
...
version_2_
| Author | SHA1 | Date | |
|---|---|---|---|
| e1a6d38ea8 |
@@ -10,7 +10,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<NavbarCentered
|
||||
logo="Lumière Med Spa"
|
||||
logo="Island Med Spa"
|
||||
navItems={[
|
||||
{ name: "Services", href: "#services" },
|
||||
{ name: "Results", href: "#results" },
|
||||
@@ -23,7 +23,7 @@ export default function Layout() {
|
||||
<Outlet />
|
||||
</main>
|
||||
<FooterSimpleCard
|
||||
brand="Lumière Med Spa"
|
||||
brand="Island Med Spa"
|
||||
columns={[
|
||||
{
|
||||
title: "Treatments",
|
||||
@@ -53,7 +53,7 @@ export default function Layout() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2026 Lumière Med Spa"
|
||||
copyright="© 2026 Island Med Spa"
|
||||
links={[
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user