From 044f900c5a8748332dfa1bd718e14dd92bcee0dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:03:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 225c615..878c739 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?_wi=1", imageAlt: "Professional model portrait" + 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/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg?_wi=1", imageAlt: "Fashion model showcase" + 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/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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Successful client partnerships" } ]} animationType="slide-up" @@ -182,6 +182,7 @@ export default function LandingPage() { tag="Featured With" tagIcon={CheckCircle} tagAnimation="slide-up" + names={["Premium Fashion", "Elite Style", "Luxury Brands", "Creative Studios", "Fashion Forward", "Brand Elite", "Style Icons"]} logos={[ "http://img.b2bpic.net/free-vector/letter-w-logo-ring-wedding-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1313.jpg", "http://img.b2bpic.net/free-vector/golden-elegant-logo-template_1195-1.jpg", "http://img.b2bpic.net/free-psd/vintage-fashion-collection-landing-page-template_23-2149965474.jpg", "http://img.b2bpic.net/free-psd/candle-label-template-design_23-2151987807.jpg", "http://img.b2bpic.net/free-vector/geometrical-charity-logo_1025-698.jpg", "http://img.b2bpic.net/free-vector/editable-business-card-template-corporate-identity-design_53876-114664.jpg", "http://img.b2bpic.net/free-vector/photography-logo-with-side-view_23-2147822114.jpg" ]} -- 2.49.1