diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ec7e33..a97eb3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -109,45 +78,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Marco Rossi", - role: "Architetto", - company: "Lugano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-toweling-hair-senior-male-client_23-2148181920.jpg", - }, + id: "t1", name: "Marco Rossi", role: "Architetto", company: "Lugano", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-toweling-hair-senior-male-client_23-2148181920.jpg"}, { - id: "t2", - name: "Luca Bianchi", - role: "Studente", - company: "Lugano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", - }, + id: "t2", name: "Luca Bianchi", role: "Studente", company: "Lugano", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg"}, { - id: "t3", - name: "Stefano Verri", - role: "Imprenditore", - company: "Lugano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-with-tattoos-arms-dressed-military-jacket-wall-brick_613910-12248.jpg", - }, + id: "t3", name: "Stefano Verri", role: "Imprenditore", company: "Lugano", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-with-tattoos-arms-dressed-military-jacket-wall-brick_613910-12248.jpg"}, { - id: "t4", - name: "Giulia Moretti", - role: "Designer", - company: "Lugano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-mirror_23-2148867084.jpg", - }, + id: "t4", name: "Giulia Moretti", role: "Designer", company: "Lugano", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-mirror_23-2148867084.jpg"}, { - id: "t5", - name: "Filippo Neri", - role: "Tecnico", - company: "Lugano", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", - }, + id: "t5", name: "Filippo Neri", role: "Tecnico", company: "Lugano", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg"}, ]} title="Chi prova… torna sempre" description="Ecco cosa dicono i nostri clienti dell'esperienza Barbershop Moderno." @@ -156,44 +100,27 @@ export default function LandingPage() {