Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:46:06 +00:00

View File

@@ -73,16 +73,20 @@ export default function SpazioClinicalPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Professional Experts", description: "Our trained specialists focus on safe, effective aesthetic treatments tailored to each client's unique needs and goals.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-living-modern-life_23-2148404457.jpg", imageAlt: "Professional aesthetic specialist"
id: 1,
title: "Professional Experts", description: "Our trained specialists focus on safe, effective aesthetic treatments tailored to each client's unique needs and goals.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-living-modern-life_23-2148404457.jpg", imageAlt: "Professional aesthetic specialist"
},
{
id: "2", title: "Friendly & Welcoming", description: "Clients consistently mention how comfortable and cared for they feel from the moment they arrive. Your experience matters.", imageSrc: "http://img.b2bpic.net/free-photo/older-people-talk-about-holiday-plans_482257-76640.jpg", imageAlt: "Welcoming clinic reception area"
id: 2,
title: "Friendly & Welcoming", description: "Clients consistently mention how comfortable and cared for they feel from the moment they arrive. Your experience matters.", imageSrc: "http://img.b2bpic.net/free-photo/older-people-talk-about-holiday-plans_482257-76640.jpg", imageAlt: "Welcoming clinic reception area"
},
{
id: "3", title: "Beautiful Relaxing Space", description: "A clean, elegant environment designed to make every visit relaxing and luxurious. Beauty treatments as experiences.", imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-room-with-television_1203-947.jpg", imageAlt: "Luxury treatment room ambiance"
id: 3,
title: "Beautiful Relaxing Space", description: "A clean, elegant environment designed to make every visit relaxing and luxurious. Beauty treatments as experiences.", imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-room-with-television_1203-947.jpg", imageAlt: "Luxury treatment room ambiance"
},
{
id: "4", title: "Affordable Excellence", description: "High-quality treatments with prices that remain accessible. Premium results without intimidating luxury prices.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-just-has-taken-shower_329181-7867.jpg", imageAlt: "Client satisfaction and value"
id: 4,
title: "Affordable Excellence", description: "High-quality treatments with prices that remain accessible. Premium results without intimidating luxury prices.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-just-has-taken-shower_329181-7867.jpg", imageAlt: "Client satisfaction and value"
}
]}
buttonAnimation="blur-reveal"
@@ -164,13 +168,16 @@ export default function SpazioClinicalPage() {
useInvertedBackground={true}
features={[
{
id: "1", title: "Consultation", description: "We carefully listen to your goals and explain the best treatment options for your unique needs.", imageSrc: "http://img.b2bpic.net/free-photo/read-terms_1098-13307.jpg", imageAlt: "Professional consultation"
id: 1,
title: "Consultation", description: "We carefully listen to your goals and explain the best treatment options for your unique needs.", imageSrc: "http://img.b2bpic.net/free-photo/read-terms_1098-13307.jpg", imageAlt: "Professional consultation"
},
{
id: "2", title: "Personalized Treatment", description: "Every procedure is customized to your individual needs and aesthetic goals. No one-size-fits-all approach.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-injection-filler-female-client-salon_23-2148875473.jpg", imageAlt: "Personalized treatment"
id: 2,
title: "Personalized Treatment", description: "Every procedure is customized to your individual needs and aesthetic goals. No one-size-fits-all approach.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-injection-filler-female-client-salon_23-2148875473.jpg", imageAlt: "Personalized treatment"
},
{
id: "3", title: "Beautiful Results", description: "Natural-looking improvements that enhance your confidence. Results that make you feel like the best version of yourself.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Beautiful treatment results"
id: 3,
title: "Beautiful Results", description: "Natural-looking improvements that enhance your confidence. Results that make you feel like the best version of yourself.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Beautiful treatment results"
}
]}
buttonAnimation="blur-reveal"
@@ -186,9 +193,9 @@ export default function SpazioClinicalPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "500+", description: "Clients Transformed" },
{ id: "2", value: "10+", description: "Advanced Treatments" },
{ id: "3", value: "98%", description: "Satisfaction Rate" }
{ id: 1, value: "500+", description: "Clients Transformed" },
{ id: 2, value: "10+", description: "Advanced Treatments" },
{ id: 3, value: "98%", description: "Satisfaction Rate" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"