Update src/app/page.tsx
This commit is contained in:
@@ -47,6 +47,8 @@ export default function LandingPage() {
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Galleria", id: "#gallery"},
|
||||
{
|
||||
name: "Prenota", id: "/booking"},
|
||||
{
|
||||
name: "Contatti", id: "#contact"},
|
||||
]}
|
||||
@@ -62,7 +64,7 @@ export default function LandingPage() {
|
||||
description="Taglio, colore e consulenza personalizzata in un ambiente rilassante nel cuore di Feltre."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora", href: "#promo"},
|
||||
text: "Prenota ora", href: "/booking"},
|
||||
{
|
||||
text: "Chiamaci", href: "tel:+390439880283"},
|
||||
]}
|
||||
@@ -242,7 +244,7 @@ export default function LandingPage() {
|
||||
description="Ricevi una consulenza personalizzata gratuita per scoprire il look più adatto a te. Non facciamo semplicemente capelli. Creiamo identità."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota la tua consulenza", href: "#"},
|
||||
text: "Prenota la tua consulenza", href: "/booking"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user