From ab1724c73ab0b6d70c691e2ad9db56554365b253 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 11:06:40 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6700694..874f297 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { { text: 'Join Our Team', href: '/careers' } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=2" imageAlt="Luxe Studio headquarters" useInvertedBackground={false} /> @@ -65,28 +65,28 @@ export default function AboutPage() { id: "1", name: "Alexandra Sterling", role: "Founder & Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Alexandra Sterling" }, { id: "2", name: "Marcus Chen", role: "Strategy & Innovation Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "Marcus Chen" }, { id: "3", name: "Sophie Laurent", role: "Design Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", imageAlt: "Sophie Laurent" }, { id: "4", name: "James Morrison", role: "Client Experience Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8", imageAlt: "James Morrison" } ]} -- 2.49.1 From d09f55b4b3b6fa052b578d14853d36d13a768337 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 11:06:41 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05df93c..b069747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function HomePage() { { text: 'Discover More', href: '/about' } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=1" imageAlt="Luxe Studio creative team" useInvertedBackground={false} /> @@ -88,14 +88,14 @@ export default function HomePage() { id: "1", title: "Premium Fashion Brand Identity & Campaign Launch", category: ["Branding", "Campaign"], - imageSrc: "http://img.b2bpic.net/free-psd/fashion-event-landing-page-template_23-2149884836.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/fashion-event-landing-page-template_23-2149884836.jpg?_wi=1", imageAlt: "Fashion brand project" }, { id: "2", title: "Luxury Hospitality Digital Experience & Web Platform", category: ["Digital", "Experience Design"], - imageSrc: "http://img.b2bpic.net/free-vector/black-fashion-brochure-template_53876-114085.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/black-fashion-brochure-template_53876-114085.jpg?_wi=1", imageAlt: "Hospitality project" } ]} @@ -115,28 +115,28 @@ export default function HomePage() { id: "1", name: "Alexandra Sterling", role: "Founder & Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Alexandra Sterling" }, { id: "2", name: "Marcus Chen", role: "Strategy & Innovation Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Marcus Chen" }, { id: "3", name: "Sophie Laurent", role: "Design Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Sophie Laurent" }, { id: "4", name: "James Morrison", role: "Client Experience Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "James Morrison" } ]} -- 2.49.1 From 8150632786b78bc6b532880b4c27da311ce9dbb9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 11:06:42 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fa909cb..a76a596 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -110,14 +110,14 @@ export default function ServicesPage() { id: "1", title: "Global Luxury Hospitality Brand Transformation & Digital Platform", category: ["Strategy", "Digital", "Branding"], - imageSrc: "http://img.b2bpic.net/free-psd/fashion-event-landing-page-template_23-2149884836.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/fashion-event-landing-page-template_23-2149884836.jpg?_wi=2", imageAlt: "Luxury hospitality transformation" }, { id: "2", title: "Premium Fashion House Multi-Channel Campaign & Brand Repositioning", category: ["Campaigns", "Creative Direction", "Branding"], - imageSrc: "http://img.b2bpic.net/free-vector/black-fashion-brochure-template_53876-114085.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/black-fashion-brochure-template_53876-114085.jpg?_wi=2", imageAlt: "Fashion house campaign" } ]} -- 2.49.1