Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ea8ffe6b9 | |||
| 73ef31a0db | |||
| 57de61e9e3 | |||
| 186a9851c5 |
@@ -124,6 +124,7 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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: "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: "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." },
|
{ 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
|
<FooterBaseReveal
|
||||||
logoText="Hair The Very Styles"
|
logoText="Hair The Very Styles"
|
||||||
columns={[
|
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: "Social", items: [{ label: "Instagram", href: "#" }] },
|
||||||
{ title: "Orari", items: [{ label: "Mar-Sab: 9:00 - 19:00", href: "#" }] },
|
{ title: "Orari", items: [{ label: "Mar-Sab: 9:00 - 19:00", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user