From 7e7e6a79ba55c31954f1ad71b489c63e3909def5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:11:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1bb18b..855a483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-while-holding-apple_23-2148364820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-while-holding-apple_23-2148364820.jpg?_wi=1", imageAlt: "Cinematic Manicure", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-waiting-her-nails-be-done_23-2148697062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-waiting-her-nails-be-done_23-2148697062.jpg?_wi=1", imageAlt: "Salon Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-nail-file-client_23-2148766611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-nail-file-client_23-2148766611.jpg?_wi=1", imageAlt: "Artistic Nail Detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-getting-manicure_23-2150507056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-getting-manicure_23-2150507056.jpg?_wi=1", imageAlt: "Salon Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-workplace_23-2148108753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-workplace_23-2148108753.jpg?_wi=1", imageAlt: "Nail Care Glamour", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { title: "Satisfaction", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg" + imageSrc="http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg?_wi=1" imageAlt="About Lee Spa Nails" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -233,7 +233,7 @@ export default function LandingPage() { quote: "The best manicure I have had in years!", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285913.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-while-holding-apple_23-2148364820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-while-holding-apple_23-2148364820.jpg?_wi=2", imageAlt: "satisfied customer manicure spa", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { quote: "Professional, clean, and truly caring team.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-sweater-looking-camera-posing-high-quality-photo_114579-31514.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-waiting-her-nails-be-done_23-2148697062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-waiting-her-nails-be-done_23-2148697062.jpg?_wi=2", imageAlt: "satisfied customer manicure spa", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Every time I visit, I feel right at home.", tag: "Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-playing-poker-with-friends_23-2149276094.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-nail-file-client_23-2148766611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-nail-file-client_23-2148766611.jpg?_wi=2", imageAlt: "satisfied customer manicure spa", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "Detail oriented work. My nails last weeks.", tag: "Lasting", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-woman-holding-moisturizer-cream-bottle-hands_23-2148161297.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-getting-manicure_23-2150507056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-getting-manicure_23-2150507056.jpg?_wi=2", imageAlt: "satisfied customer manicure spa", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Beautiful salon, excellent atmosphere.", tag: "Top-rated", avatarSrc: "http://img.b2bpic.net/free-photo/studio-shot-ecstatic-young-red-haired-female-smiling-broadly-being-excited-after-her-boyfriend-proposed-her-overjoyed-girl-showing-engagement-ring-her-finger-happy-with-marriage-proposal_343059-754.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-workplace_23-2148108753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-workplace_23-2148108753.jpg?_wi=2", imageAlt: "satisfied customer manicure spa", }, ]} @@ -310,7 +310,7 @@ export default function LandingPage() { title="Frequently Asked" description="Have questions? We're here to help." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg" + imageSrc="http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg?_wi=2" /> -- 2.49.1