From cef494c5190adfb99368d2a021ba54dc4e793079 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:44:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba3742a..7de1a2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,20 +73,16 @@ 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" @@ -168,16 +164,13 @@ 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" -- 2.49.1