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" },