Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ce1c9027c | |||
| 1bc6a37c6d | |||
| 7bb12336bc | |||
| f376de9bce | |||
| cdda4f4263 | |||
| 58b5f3ccdb | |||
| 99902ebbe4 | |||
| 1518f3cfc4 | |||
| b755eeccea | |||
| 94c9df4d3a | |||
| b731713056 | |||
| 605987b002 | |||
| ea96085bd5 | |||
| 8d884fcd28 | |||
| 7857e69d47 | |||
| 55cab87288 | |||
| d5e74cba86 |
@@ -175,7 +175,7 @@ export default function HomePage() {
|
||||
{
|
||||
text: "☎ Chiama Ora: 0331 824814", href: "tel:0331824814"},
|
||||
{
|
||||
text: "📩 Richiedi Preventivo Online", href: "/contatti"},
|
||||
text: "📩 Richiedi Preventivo Online", href: "mailto:tommivallini@gmail.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
|
||||
@@ -13,8 +13,8 @@ export default function ServicesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Servizi", id: "/servizi" },
|
||||
{ name: "Caldaie", id: "/caldaie" },
|
||||
{ name: "Chi Siamo", id: "/chi-siamo" },
|
||||
{ name: "Caldaie", id: "/heating" },
|
||||
{ name: "Chi Siamo", id: "/about" },
|
||||
{ name: "Contatti", id: "/contatti" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user