From 5f820490ce09332e1b45323104df39eb1e0e607a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:27:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eba43c9..7996420 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg", imageAlt: "Professional facial treatment at ANIRI SKIN"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg?_wi=1", imageAlt: "Professional facial treatment at ANIRI SKIN"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7519.jpg", imageAlt: "Relaxing spa environment and treatments"}, ]} @@ -73,7 +73,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Facial Treatments", description: "Professional facials designed to cleanse, hydrate, and rejuvenate your skin with visible results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg", imageAlt: "Facial treatment"}, + id: "01", title: "Facial Treatments", description: "Professional facials designed to cleanse, hydrate, and rejuvenate your skin with visible results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg?_wi=2", imageAlt: "Facial treatment"}, { id: "02", title: "Eyelash Lift", description: "Enhance your natural lashes with our gentle lifting treatment for a longer, fuller appearance.", imageSrc: "http://img.b2bpic.net/free-photo/tender-fresh-lady-with-good-beautiful-skin-she-cares-about-her-look-face-big-sexy-lips-smooth-skin-eyebrows-blonde-long-hairstyle-natural-makeup-fingers-chin-look-down_343629-82.jpg", imageAlt: "Eyelash lift"}, { @@ -136,22 +136,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sofia Martins", role: "Client", company: "Lisbon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Sofia Martins"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=1", imageAlt: "Sofia Martins"}, { id: "2", name: "Carolina Silva", role: "Regular Client", company: "Lisbon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Carolina Silva"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=2", imageAlt: "Carolina Silva"}, { id: "3", name: "Joana Oliveira", role: "Satisfied Client", company: "Lisbon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Joana Oliveira"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=3", imageAlt: "Joana Oliveira"}, { id: "4", name: "Mariana Costa", role: "Returning Client", company: "Lisbon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Mariana Costa"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=4", imageAlt: "Mariana Costa"}, { id: "5", name: "Ana Santos", role: "Client", company: "Lisbon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Ana Santos"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=5", imageAlt: "Ana Santos"}, { id: "6", name: "Teresa Gomes", role: "Loyal Client", company: "Lisbon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Teresa Gomes"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=6", imageAlt: "Teresa Gomes"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1