Update src/app/page.tsx

This commit is contained in:
2026-06-02 13:51:35 +00:00
parent d461109d39
commit 07a87f57df

View File

@@ -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"
/>