10 Commits

Author SHA1 Message Date
0eca8e27e0 Update src/app/page.tsx 2026-05-01 09:59:15 +00:00
5af13e17ca Merge version_4 into main
Merge version_4 into main
2026-05-01 09:21:39 +00:00
6ea8ffe6b9 Update src/app/page.tsx 2026-05-01 09:21:36 +00:00
73ef31a0db Merge version_3 into main
Merge version_3 into main
2026-04-30 20:06:03 +00:00
57de61e9e3 Update src/app/page.tsx 2026-04-30 20:06:00 +00:00
186a9851c5 Merge version_2 into main
Merge version_2 into main
2026-04-30 20:01:56 +00:00
c535a7d24f Update src/app/page.tsx 2026-04-30 20:01:53 +00:00
3288f946e0 Merge version_1 into main
Merge version_1 into main
2026-04-30 20:00:52 +00:00
f51a7199bb Merge version_1 into main
Merge version_1 into main
2026-04-30 20:00:23 +00:00
097536ff01 Merge version_1 into main
Merge version_1 into main
2026-04-30 19:59:51 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Prenota", id: "contact" },
]}
brandName="Hair The Very Styles"
button={{ text: "Prenota Ora", href: "#contact" }}
button={{ text: "Prenota Ora", href: "tel:+390644235489" }}
/>
</div>
@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="Hair The Very Styles"
description="Più di un salone. Un posto in cui tornare. Tagli impeccabili, colori su misura e un team che ti ascolta davvero."
buttons={[
{ text: "Prenota ora", href: "#contact" },
{ text: "Prenota ora", href: "tel:+390644235489" },
{ text: "Scopri il salone", href: "#about" },
]}
slides={[
@@ -64,7 +64,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Alessandra e il suo team"
metrics={[
{ icon: Award, label: "Esperienza", value: "10+ Anni" },
{ icon: Award, label: "Esperienza", value: "25+ Anni" },
{ icon: Smile, label: "Clienti Felici", value: "1000+" },
{ icon: Heart, label: "Ascolto", value: "100%" },
]}
@@ -79,7 +79,7 @@ export default function LandingPage() {
features={[
{ title: "Taglio", description: "Precisione, stile e armonia con il tuo viso.", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg", imageAlt: "european woman with bright makeup and long wavy hair posing" },
{ title: "Colore", description: "Naturale o deciso, sempre studiato su di te.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg?_wi=2", imageAlt: "european woman with bright makeup and long wavy hair posing" },
{ title: "Piega & Styling", description: "Per uscire sentendoti al meglio, ogni volta.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-lady-with-bright-makeup-smiling_291650-581.jpg?_wi=1", imageAlt: "european woman with bright makeup and long wavy hair posing" },
{ title: "Piega & Styling", description: "Per uscire sentendoti al meglio, ogni volta.", imageSrc: "http://img.b2bpic.net/close-up-portrait-attractive-stylish-lady-with-bright-makeup-smiling_291650-581.jpg?_wi=1", imageAlt: "european woman with bright makeup and long wavy hair posing" },
{ title: "Trattamenti", description: "Per capelli più sani, luminosi e forti.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-shirt-hanged-toy-camera-from-her-neck_114579-24475.jpg?_wi=1", imageAlt: "european woman with bright makeup and long wavy hair posing" },
]}
title="Servizi pensati per te"
@@ -124,6 +124,7 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f0", title: "Come posso prenotare?", content: "Puoi prenotare facilmente chiamandoci al numero 06 4423 5489 o passando direttamente in salone a Piazza Bologna." },
{ id: "f1", title: "Quanto costa?", content: "I prezzi vengono sempre spiegati prima. Trasparenza totale." },
{ id: "f2", title: "E se non so cosa voglio?", content: "Ti aiutiamo noi: è il nostro lavoro." },
{ id: "f3", title: "Potete sistemare un taglio o colore sbagliato?", content: "Sì, lavoriamo spesso su correzioni." },
@@ -151,7 +152,7 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Hair The Very Styles"
columns={[
{ title: "Contatti", items: [{ label: "06 4423 5489", href: "tel:+390644235489" }, { label: "Piazza Bologna, Roma", href: "#" }] },
{ title: "Contatti", items: [{ label: "06 4423 5489", href: "tel:+390644235489" }, { label: "Piazza Bologna, Via Arezzo 34, Roma", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }] },
{ title: "Orari", items: [{ label: "Mar-Sab: 9:00 - 19:00", href: "#" }] },
]}
@@ -160,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}