diff --git a/src/app/page.tsx b/src/app/page.tsx index c83c233..471c341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,23 +85,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Trattamenti Viso", description: "Pulizia profonda, hydrafacial, peeling chimici e trattamenti anti-invecchiamento personalizzati per la tua pelle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg" } + title: "Trattamenti Viso", description: "Pulizia profonda, hydrafacial, peeling chimici e trattamenti anti-invecchiamento personalizzati per la tua pelle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg?_wi=2" } }, { id: 2, - title: "Trattamenti Corpo", description: "Massaggi rigeneranti, peeling corpo e trattamenti tonificanti per una pelle liscia e radiosa.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg" } + title: "Trattamenti Corpo", description: "Massaggi rigeneranti, peeling corpo e trattamenti tonificanti per una pelle liscia e radiosa.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=2" } }, { id: 3, - title: "Manicure e Pedicure", description: "Manicure e pedicure con gel premium, design personalizzati e colori esclusivi per mani e piedi perfetti.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg" } + title: "Manicure e Pedicure", description: "Manicure e pedicure con gel premium, design personalizzati e colori esclusivi per mani e piedi perfetti.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-pedicure_23-2150507053.jpg?_wi=2" } }, { id: 4, - title: "Epilazione Professionale", description: "Depilazione con cera calda e fredda, epilazione laser e trattamenti innovativi per pelle liscia e duratura.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-wax-another-woman-arm_1208-322.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-wax-another-woman-arm_1208-322.jpg" } + title: "Epilazione Professionale", description: "Depilazione con cera calda e fredda, epilazione laser e trattamenti innovativi per pelle liscia e duratura.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-wax-another-woman-arm_1208-322.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-wax-another-woman-arm_1208-322.jpg?_wi=2" } } ]} showStepNumbers={true}