From 81d2aad4667204b55b25635d1788022af9c477a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22a1046..0808fb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,23 +79,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg?_wi=1", imageAlt: "Luxury Barbershop Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-floral-vneck-dress-holds-pen-designs-new-fashion-collections-charming-lady-talks-phone_197531-29845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-floral-vneck-dress-holds-pen-designs-new-fashion-collections-charming-lady-talks-phone_197531-29845.jpg?_wi=1", imageAlt: "Precision Women Styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg?_wi=1", imageAlt: "Relaxing Salon Experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-combing-customer-hair_23-2148256891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-combing-customer-hair_23-2148256891.jpg?_wi=1", imageAlt: "Expert Women Styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg?_wi=1", imageAlt: "Precision Fade", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { description="We understand that your trust is earned through consistency. At Unicut, we have overhauled our operations to ensure you receive the professional, respectful experience you deserve." subdescription="No more long waits, no hygiene concerns, and a team that listens to exactly what you want." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -193,25 +193,25 @@ export default function LandingPage() { id: "1", name: "Fade Transformation", price: "Precision", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg?_wi=2", }, { id: "2", name: "Balayage Result", price: "Style", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-combing-customer-hair_23-2148256891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-combing-customer-hair_23-2148256891.jpg?_wi=2", }, { id: "3", name: "Modern Cut", price: "Craft", - imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg?_wi=2", }, { id: "4", name: "Styled Finish", price: "Finish", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-floral-vneck-dress-holds-pen-designs-new-fashion-collections-charming-lady-talks-phone_197531-29845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-floral-vneck-dress-holds-pen-designs-new-fashion-collections-charming-lady-talks-phone_197531-29845.jpg?_wi=2", }, ]} title="Before & After" -- 2.49.1