-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- every link should open a new page - minor stuff around (email, links redirects, classes)
- Loading branch information
1 parent
dcb1628
commit 2dd641d
Showing
8 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ import { Icon } from "astro-icon"; | |
class="col-span-2 mt-2 flex flex-col items-center justify-center sm:col-span-2 md:mt-0 2xl:col-span-1" | ||
> | ||
<p class="font-bold 2xl:mt-[36px]">Contattaci!</p> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<a href="mailto:[email protected]" target="_blank">[email protected]</a> | ||
</div> | ||
|
||
<!-- <div | ||
|
@@ -36,8 +36,7 @@ import { Icon } from "astro-icon"; | |
<div | ||
class="col-span-2 mt-2 flex flex-col items-center justify-center sm:col-span-2 md:mt-0 2xl:col-span-1" | ||
> | ||
<a href="https://soluter.it" class="font-bold 2xl:mt-[36px]">SOLUTER.IT</a | ||
> | ||
<a href="/" class="font-bold 2xl:mt-[36px]">SOLUTER.IT</a> | ||
<p class="text-sm">sviluppato con amore da</p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,9 @@ const { id, containerClasses } = Astro.props; | |
<span class="text-center">E il primo passo è parlarne insieme.</span> | ||
</h3> | ||
<a | ||
href="mailto:[email protected]" | ||
href="mailto:[email protected]" | ||
class="btn mt-12 bg-soluter-purple-500 px-6 py-1 text-center text-white hover:bg-soluter-purple-500/90" | ||
target="_blank" | ||
> | ||
Contattaci | ||
</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,9 +61,9 @@ const { containerClasses, id } = Astro.props; | |
</h4> | ||
</div> | ||
<a | ||
href="mailto:[email protected]" | ||
href="mailto:[email protected]" | ||
class="btn mt-12 bg-soluter-purple-500 px-8 py-1 text-white hover:bg-soluter-purple-500/90" | ||
>Contattaci</a | ||
target="_blank">Contattaci</a | ||
> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ const { id, containerClasses } = Astro.props; | |
</h3> | ||
</div> | ||
<a | ||
href="mailto:[email protected]" | ||
href="mailto:[email protected]" | ||
class="btn mt-12 bg-soluter-green-500 px-6 py-1 text-white hover:bg-soluter-green-500/90" | ||
>Scrivici per <br /> parlarne!</a | ||
target="_blank">Scrivici per <br /> parlarne!</a | ||
> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ | |
} | ||
], | ||
"paragraphs": [ | ||
"Puoi contattarci qui: <a href=\"mailto:[email protected]\">[email protected]</a>. Saremo lieti di discutere delle tue esigenze, valutare la fattibilità del progetto e fornirti un preventivo personalizzato per l'implementazione delle nuove funzionalità nel tuo gestionale. Non esitare a chiederci un preventivo: è gratis! ;)" | ||
"Puoi contattarci qui: <a href=\"mailto:[email protected]\">[email protected]</a>. Saremo lieti di discutere delle tue esigenze, valutare la fattibilità del progetto e fornirti un preventivo personalizzato per l'implementazione delle nuove funzionalità nel tuo gestionale. Non esitare a chiederci un preventivo: è gratis! ;)" | ||
] | ||
}, | ||
{ | ||
|