4 Commits

Author SHA1 Message Date
804f3b46c6 Update src/app/styles/variables.css 2026-04-15 16:50:14 +00:00
584b8d67e8 Update src/app/page.tsx 2026-04-15 16:50:13 +00:00
103475a500 Merge version_4 into main
Merge version_4 into main
2026-04-15 16:47:43 +00:00
fb0ecdde6c Merge version_4 into main
Merge version_4 into main
2026-04-15 16:47:11 +00:00
2 changed files with 4 additions and 3 deletions

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"

View File

@@ -18,7 +18,7 @@
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #15479c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);