From e82c148a6058ff90dd81bccec96ff91592ead433 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 17:00:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a29c49..6e0965a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-woman-old-hollywood-glamour-style_23-2150720628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-woman-old-hollywood-glamour-style_23-2150720628.jpg?_wi=1", imageAlt: "Swiss Design Exhibit", }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-brochure_23-2149155232.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-brochure_23-2149155232.jpg?_wi=1", imageAlt: "Typography Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-vase-marble-table_53876-71250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-vase-marble-table_53876-71250.jpg?_wi=1", imageAlt: "Studio Space", }, { - imageSrc: "http://img.b2bpic.net/free-vector/set-new-modernism-aesthetics-business-covers_23-2148848052.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-new-modernism-aesthetics-business-covers_23-2148848052.jpg?_wi=1", imageAlt: "Abstract Shapes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-palette-with-paint-brush_23-2148263359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-palette-with-paint-brush_23-2148263359.jpg?_wi=1", imageAlt: "Exhibition Space", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { quote: "Emil's eye for detail is unmatched. He brought our brand to life with surgical precision.", tag: "Branding", avatarSrc: "http://img.b2bpic.net/free-photo/marketing-company-employees-congratulating-each-other-great-startup-marketing-strategy-results-happy-smiling-pregnant-woman-high-fiving-coworker-amazing-presentation-ideas_482257-40081.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-woman-old-hollywood-glamour-style_23-2150720628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-woman-old-hollywood-glamour-style_23-2150720628.jpg?_wi=2", imageAlt: "swiss design minimalist art exhibition", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { quote: "Clean, effective, and always on time. Emil truly embodies the Swiss standard of design excellence.", tag: "Design Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-brochure_23-2149155232.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-brochure_23-2149155232.jpg?_wi=2", imageAlt: "minimalist typography art poster", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { quote: "Working with Emil was a transformative process for our company identity.", tag: "Creative Direction", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-vase-marble-table_53876-71250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-vase-marble-table_53876-71250.jpg?_wi=2", imageAlt: "graphic design studio workspace", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { quote: "The results surpassed our expectations. His work has a quiet confidence that just works.", tag: "Editorial", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-denim-shirt-red-eyeglasses_613910-11864.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/set-new-modernism-aesthetics-business-covers_23-2148848052.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-new-modernism-aesthetics-business-covers_23-2148848052.jpg?_wi=2", imageAlt: "abstract modern graphic shapes", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { quote: "An absolute professional. The minimalist aesthetic he provides is world-class.", tag: "Campaigns", avatarSrc: "http://img.b2bpic.net/free-photo/marketing-company-employees-congratulating-each-other-great-startup-marketing-strategy-results-happy-smiling-pregnant-woman-high-fiving-coworker-amazing-presentation-ideas_482257-40081.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-palette-with-paint-brush_23-2148263359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-palette-with-paint-brush_23-2148263359.jpg?_wi=2", imageAlt: "design exhibition minimalist interior", }, ]} -- 2.49.1