Update src/app/page.tsx

This commit is contained in:
2026-04-15 16:50:13 +00:00
parent 103475a500
commit 584b8d67e8

View File

@@ -35,8 +35,9 @@ export default function LandingPage() {
{ name: "Home", id: "#hero" },
{ name: "Sobre", id: "#sobre" },
{ name: "Quartos", id: "#quartos" },
{ name: "Preços", id: "#preco" },
{ name: "Localização", id: "#localizacao" },
{ name: "Contacto", id: "#contact" },
{ name: "Contactos", id: "#contact" },
]}
brandName="Alojamento Local Duarte's"
/>
@@ -160,7 +161,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Quartos", href: "#quartos" }] },
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Quartos", href: "#quartos" }, { label: "Preços", href: "#preco" }, { label: "Contactos", href: "#contact" }] },
{ title: "Contacto", items: [{ label: "+351 239 051 403", href: "tel:+351239051403" }] },
]}
bottomLeftText="© 2025 Alojamento Local Duarte's"