From c2dfb3fe38a61150717a0cbd129ad3af317122e6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:52:18 +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 b6b3685..9086a79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,21 +89,21 @@ export default function LandingPage() { 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg?_wi=1", }, { id: "4", @@ -195,21 +195,21 @@ export default function LandingPage() { { 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg?_wi=2", titleIconSrc: "Brush", buttonText: "Inquire", }, -- 2.49.1