Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user