Merge version_1_1781533874709 into main

Merge version_1_1781533874709 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-15 14:32:34 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Início",
"href": "#hero"
"name": "Início", "href": "#hero"
},
{
"name": "Sobre",
"href": "#about"
"name": "Sobre", "href": "#about"
},
{
"name": "Serviços",
"href": "#services"
"name": "Serviços", "href": "#services"
},
{
"name": "Preços",
"href": "#pricing"
"name": "Preços", "href": "#pricing"
},
{
"name": "Contacto",
"href": "#contact"
"name": "Contacto", "href": "#contact"
},
{
"name": "Gallery",
"href": "#gallery"
"name": "Gallery", "href": "#gallery"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
<NavbarFloating
logo="Heloisa Nails"
ctaButton={{
text: "Agendar Agora",
href: "#contact",
}}
text: "Agendar Agora", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,33 +48,24 @@ export default function Layout() {
brand="Heloisa Nails Salon"
columns={[
{
title: "Serviços",
items: [
title: "Serviços", items: [
{
label: "Unhas de Gel",
href: "#services",
},
label: "Unhas de Gel", href: "#services"},
{
label: "Manicure",
href: "#services",
},
label: "Manicure", href: "#services"},
],
},
{
title: "Informações",
items: [
title: "Informações", items: [
{
label: "Localização",
href: "https://maps.app.goo.gl/b1WoPPmPk8GqNVJF7",
},
label: "Localização", href: "https://maps.app.goo.gl/b1WoPPmPk8GqNVJF7"},
{
label: "Facebook",
href: "https://www.facebook.com/HeloisaNails/",
},
label: "Facebook", href: "https://www.facebook.com/HeloisaNails/"},
],
},
]}
copyright="© 2024 Heloisa Nails Salon. Todos os direitos reservados."
links={[]}
/>
</SectionErrorBoundary>
</StyleProvider>