From 077ddff58d33d51172952228575c160baa84513e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:52:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 215949b..4c8d351 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { }, { id: 4, - title: "Skin Care & Facials", description: "Rejuvenating facial treatments using premium skincare lines. Experience deep cleansing, hydration, and restoration with our expert estheticians.", imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26049.jpg", imageAlt: "Professional Skin Care Treatment" + title: "Skin Care & Facials", description: "Rejuvenating facial treatments using premium skincare lines. Experience deep cleansing, hydration, and restoration with our expert estheticians.", imageSrc: "http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26049.jpg?_wi=1", imageAlt: "Professional Skin Care Treatment" } ]} animationType="blur-reveal" @@ -206,7 +206,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26049.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26049.jpg?_wi=2" imageAlt="Luxury Beauty Consultation" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1