From 50b4279c42480ebc2166f3adf3c50be50a3c1cd1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:04:39 +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 e2df980..b172fbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346510.jpg", imageAlt: "Cinematic montage of Louis's brand portfolio"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17682.jpg", imageAlt: "Tresbeau Studios brand visual"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17682.jpg?_wi=1", imageAlt: "Tresbeau Studios brand visual"}, { - imageSrc: "http://img.b2bpic.net/free-psd/fashion-template-deisgn_23-2150299628.jpg", imageAlt: "The Other Layer fashion brand"}, + imageSrc: "http://img.b2bpic.net/free-psd/fashion-template-deisgn_23-2150299628.jpg?_wi=1", imageAlt: "The Other Layer fashion brand"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -79,7 +79,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Tresbeau Studios", description: "Founder and Creative Director. Premium fashion brand with focus on luxury storytelling and visual identity.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17682.jpg", imageAlt: "Tresbeau Studios brand showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17682.jpg?_wi=2", imageAlt: "Tresbeau Studios brand showcase"}, items: [ { icon: Sparkles, text: "Founded and Creative Direction" }, { icon: Palette, text: "Visual Identity & Brand Strategy" }, @@ -89,7 +89,7 @@ export default function LandingPage() { }, { id: "2", title: "The Other Layer", description: "Founder and Creative Director. Contemporary fashion collective exploring innovative brand expression.", media: { - imageSrc: "http://img.b2bpic.net/free-psd/fashion-template-deisgn_23-2150299628.jpg", imageAlt: "The Other Layer brand visual"}, + imageSrc: "http://img.b2bpic.net/free-psd/fashion-template-deisgn_23-2150299628.jpg?_wi=2", imageAlt: "The Other Layer brand visual"}, items: [ { icon: Sparkles, text: "Founded and Creative Direction" }, { icon: Palette, text: "Brand Development & Expression" }, -- 2.49.1