From 5a614536efb95e121a031b6dac76ca92ff51c08f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:04:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 878c739..ef6825c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg", imageAlt: "Professional model portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg?_wi=1", imageAlt: "Professional model portrait" }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg", imageAlt: "Fashion model showcase" + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg?_wi=1", imageAlt: "Fashion model showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-casual-young-man-studio-shot_613910-10656.jpg", imageAlt: "Male model professional photo" @@ -131,10 +131,10 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "15+", title: "Years Experience", description: "Building careers in the modeling industry", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg", imageAlt: "Professional modeling experience" + id: "1", value: "15+", title: "Years Experience", description: "Building careers in the modeling industry", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sweater-sitting-posing-near-light-lamps_114579-81990.jpg?_wi=2", imageAlt: "Professional modeling experience" }, { - id: "2", value: "95%", title: "Client Satisfaction", description: "Brands love working with our talent", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg", imageAlt: "Successful client partnerships" + id: "2", value: "95%", title: "Client Satisfaction", description: "Brands love working with our talent", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg?_wi=2", imageAlt: "Successful client partnerships" } ]} animationType="slide-up" -- 2.49.1