Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a2dadf477 | |||
| 804f3b46c6 | |||
| 584b8d67e8 | |||
| 103475a500 | |||
| fb0ecdde6c |
@@ -35,8 +35,9 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "#hero" },
|
{ name: "Home", id: "#hero" },
|
||||||
{ name: "Sobre", id: "#sobre" },
|
{ name: "Sobre", id: "#sobre" },
|
||||||
{ name: "Quartos", id: "#quartos" },
|
{ name: "Quartos", id: "#quartos" },
|
||||||
|
{ name: "Preços", id: "#preco" },
|
||||||
{ name: "Localização", id: "#localizacao" },
|
{ name: "Localização", id: "#localizacao" },
|
||||||
{ name: "Contacto", id: "#contact" },
|
{ name: "Contactos", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Alojamento Local Duarte's"
|
brandName="Alojamento Local Duarte's"
|
||||||
/>
|
/>
|
||||||
@@ -160,7 +161,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
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" }] },
|
{ title: "Contacto", items: [{ label: "+351 239 051 403", href: "tel:+351239051403" }] },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 Alojamento Local Duarte's"
|
bottomLeftText="© 2025 Alojamento Local Duarte's"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #15479c;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user