Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:41:55 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -48,18 +48,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/vase-bottle-near-aroma-salt_23-2147809238.jpg"
imageAlt="Stanza del Sale con cristalli rosa che brillano"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
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?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
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?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg"
},
{
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?_wi=1"
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"
}
]}
buttons={[
@@ -93,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?_wi=1" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/salt-near-spoon-twig_23-2147809284.jpg" }
},
{
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?_wi=2" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/salt-near-spoon-twig_23-2147809284.jpg" }
},
{
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?_wi=2" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" }
},
{
id: 4,
@@ -124,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?_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: "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: "4", name: "Alessandro De Luca", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg" }
]}
useInvertedBackground={true}
@@ -181,7 +182,7 @@ export default function LandingPage() {
{ text: "Chiama: 334 3900238", href: "tel:+393343900238" },
{ text: "Scopri di Più", href: "#features" }
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>