From d7a03d469006128b5d1fcbb985ebd4135c5aa4b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:59:33 +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 e040d48..1564fca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg", imageAlt: "Professional haircut service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg?_wi=1", imageAlt: "Professional haircut service" }, { imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-dyeing_23-2148108810.jpg", imageAlt: "Hair coloring treatment" }, { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319778.jpg", imageAlt: "Hair styling service" } ]} @@ -73,28 +73,28 @@ export default function LandingPage() { title: "Professional Haircuts", description: "Expert precision cutting tailored to your face shape and personal style preferences for a perfect look.", icon: Scissors, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional haircut service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", imageAlt: "Expert styling" } + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=1", imageAlt: "Expert styling" } ] }, { title: "Hair Coloring", description: "Beautiful, vibrant color treatments using premium brands with expert application and color consultation.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg", imageAlt: "Hair coloring service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg", imageAlt: "Color treatment application" } + { imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg?_wi=1", imageAlt: "Hair coloring service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg?_wi=1", imageAlt: "Color treatment application" } ] }, { title: "Hair Styling", description: "Professional styling for any occasion including blowouts, updos, and contemporary styling techniques.", icon: Wind, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", imageAlt: "Professional styling" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg", imageAlt: "Style consultation" } + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=2", imageAlt: "Professional styling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg?_wi=2", imageAlt: "Style consultation" } ] }, { title: "Hair Treatments", description: "Nourishing treatments including keratin therapy, deep conditioning, and scalp care for healthy, lustrous hair.", icon: Droplet, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg", imageAlt: "Hair treatment service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg", imageAlt: "Treatment application" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg?_wi=2", imageAlt: "Hair treatment service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg?_wi=2", imageAlt: "Treatment application" } ] } ]} -- 2.49.1