Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7737aab498 | |||
| 4506d934d8 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Serviços", id: "features" },
|
{ name: "Serviços", id: "features" },
|
||||||
{ name: "Contactos", id: "contact" },
|
{ name: "Contactos", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Paulo Sá Canalizações"
|
brandName="pauloviladecondecanalizador.com"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -140,16 +140,16 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="Paulo Sá Canalizações"
|
logoText="pauloviladecondecanalizador.com"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Serviços Paulo Sá", items: [{ label: "Reparações", href: "#features" }, { label: "Instalações", href: "#features" }, { label: "Manutenção", href: "#features" }] },
|
{ title: "Serviços Paulo Sá", items: [{ label: "Reparações", href: "#features" }, { label: "Instalações", href: "#features" }, { label: "Manutenção", href: "#features" }] },
|
||||||
{ title: "Contacto Direto", items: [{ label: "Ligar: 910 392 998", href: "tel:910392998" }, { label: "Morada: R. do Comendador Macieira 125 B", href: "#" }] },
|
{ title: "Contacto Direto", items: [{ label: "Ligar: 910 392 998", href: "tel:910392998" }, { label: "Morada: R. do Comendador Macieira 125 B", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Paulo Sá Canalizações - Excelência Profissional"
|
copyrightText="© 2025 pauloviladecondecanalizador.com - Excelência Profissional"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user