diff --git a/src/app/page.tsx b/src/app/page.tsx index ce3e4b1..7da208b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Marina Rossi", handle: "Cliente regolare", testimonial: "La Stanza del Sale ha trasformato la mia respirazione. Mi sento più energica e serena.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1" }, { name: "Giorgio Bianchi", handle: "Atleta", testimonial: "Il massaggio con coppette dopo la sessione di sale è incredibile. Recupero molto più velocemente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg?_wi=1" }, { name: "Lucia Ferrari", handle: "Professionista", testimonial: "Finalmente ho trovato un luogo dove rilassarmi davvero. Consigliato a tutti!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-woman-sporty-top-leggings-holding-apple-hand-dreamily-looking-camera-while-spending-time-outdoor-isolated_574295-886.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-woman-sporty-top-leggings-holding-apple-hand-dreamily-looking-camera-while-spending-time-outdoor-isolated_574295-886.jpg?_wi=1" } ]} buttons={[ @@ -94,17 +94,17 @@ export default function LandingPage() { { id: 1, title: "Vie Respiratorie Libere", description: "Le particelle di sale nebulizzato penetrano profondamente negli alveoli polmonari, purificando le vie respiratorie e sciogliendo il catarro. Ideale per sinusite cronica, bronchite e tosse persistente.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cute-blonde-woman-practising-yoga-outside-looking-relaxed_259150-58676.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/salt-near-spoon-twig_23-2147809284.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/salt-near-spoon-twig_23-2147809284.jpg?_wi=1" } }, { id: 2, title: "Pelle Sana e Rigenerata", description: "L'haloterapia supporta naturalmente il benessere cutaneo, utile come coadiuvante per psoriasi, dermatiti, eczemi e acne. La pelle risulta più luminosa e purificata.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-woman-smiles-broadly-shows-white-teeth-applies-green-patches-reducing-puffiness-undergoes-beauty-procedures-keeps-eyes-closed-women-wellness-skin-care_273609-58042.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/salt-near-spoon-twig_23-2147809284.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/salt-near-spoon-twig_23-2147809284.jpg?_wi=2" } }, { id: 3, title: "Massaggio Terapeutico Profondo", description: "Con oltre 50 tecniche diverse e la coppettazione specializzata, il nostro massaggio riduce tensioni, migliora la circolazione e accelera il recupero muscolare per sportivi e non.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cupping-therapy-experience_23-2148882157.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2" } }, { id: 4, @@ -125,9 +125,9 @@ export default function LandingPage() { cardTag="Testimonianze Autentiche" cardTagIcon={Heart} testimonials={[ - { id: "1", name: "Marina Rossi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" }, - { id: "2", name: "Giorgio Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg" }, - { id: "3", name: "Lucia Ferrari", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-woman-sporty-top-leggings-holding-apple-hand-dreamily-looking-camera-while-spending-time-outdoor-isolated_574295-886.jpg" }, + { id: "1", name: "Marina Rossi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3" }, + { id: "2", name: "Giorgio Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg?_wi=2" }, + { id: "3", name: "Lucia Ferrari", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-woman-sporty-top-leggings-holding-apple-hand-dreamily-looking-camera-while-spending-time-outdoor-isolated_574295-886.jpg?_wi=2" }, { id: "4", name: "Alessandro De Luca", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg" } ]} useInvertedBackground={true}