From d7aae4e328b530245f18cd6b64b22d0aa67389cb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:53:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03f7f85..95aa23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Runway Collection", price: "High Fashion", variant: "Editorial", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-looking-away_114579-81857.jpg"}, + id: "1", name: "Runway Collection", price: "High Fashion", variant: "Editorial", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-looking-away_114579-81857.jpg?_wi=1"}, { - id: "2", name: "Fashion Editorial", price: "Studio", variant: "Vogue Style", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg"}, + id: "2", name: "Fashion Editorial", price: "Studio", variant: "Vogue Style", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg?_wi=1"}, { - id: "3", name: "Commercial Campaign", price: "Beauty", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg"}, + id: "3", name: "Commercial Campaign", price: "Beauty", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg?_wi=1"}, { id: "4", name: "Beauty Portrait", price: "Face", variant: "Editorial", imageSrc: "http://img.b2bpic.net/free-photo/front-view-alluring-woman-posing-while-wearing-spring-flowers-crown_23-2148834855.jpg"}, { @@ -113,11 +113,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fashion Campaigns", description: "High-end visual storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-looking-away_114579-81857.jpg", titleIconSrc: "Award", buttonText: "Inquire"}, + title: "Fashion Campaigns", description: "High-end visual storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-looking-away_114579-81857.jpg?_wi=2", titleIconSrc: "Award", buttonText: "Inquire"}, { - title: "Runway Shows", description: "Professional catwalk presence.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg", titleIconSrc: "Star", buttonText: "Inquire"}, + title: "Runway Shows", description: "Professional catwalk presence.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg?_wi=2", titleIconSrc: "Star", buttonText: "Inquire"}, { - title: "Beauty & Hair", description: "Expert beauty modeling.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg", titleIconSrc: "Brush", buttonText: "Inquire"}, + title: "Beauty & Hair", description: "Expert beauty modeling.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg?_wi=2", titleIconSrc: "Brush", buttonText: "Inquire"}, ]} title="Collaborations" description="Available for global brand partnerships." -- 2.49.1