diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b691d00..3bd3a6d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,24 +79,24 @@ export default function LandingPage() { title: "Discovery", description: "Understanding your unique vision and goals.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-phone-keyboard-mock-up_23-2148317124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-phone-keyboard-mock-up_23-2148317124.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/color-swatch-design-studio-creativity-ideas-concept_53876-14461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/color-swatch-design-studio-creativity-ideas-concept_53876-14461.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-58311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-58311.jpg?_wi=2", imageAlt: "minimalist geometric design concept", }, { title: "Execution", description: "High-fidelity design and development.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace_23-2148821931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace_23-2148821931.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345397.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg?_wi=2", imageAlt: "Berlin creative studio office space", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index e35c5d7..51995b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-58311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-58311.jpg?_wi=1", imageAlt: "Minimalist geometric design concept", }, { - imageSrc: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg?_wi=1", imageAlt: "Berlin creative studio space", }, { @@ -111,14 +111,14 @@ export default function LandingPage() { { title: "Social Media", description: "Strategy, content, and growth management.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-phone-keyboard-mock-up_23-2148317124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-phone-keyboard-mock-up_23-2148317124.jpg?_wi=1", titleIconSrc: "Share2", buttonText: "View", }, { title: "Graphic Design", description: "Branding, print, and visual identity.", - imageSrc: "http://img.b2bpic.net/free-photo/color-swatch-design-studio-creativity-ideas-concept_53876-14461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/color-swatch-design-studio-creativity-ideas-concept_53876-14461.jpg?_wi=1", titleIconSrc: "Palette", buttonText: "View", }, @@ -132,14 +132,14 @@ export default function LandingPage() { { title: "Video Editing", description: "Reels, ads, and brand video production.", - imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace_23-2148821931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace_23-2148821931.jpg?_wi=1", titleIconSrc: "Video", buttonText: "View", }, { title: "Web Design", description: "Fast, minimal, conversion-focused websites.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345397.jpg?_wi=1", titleIconSrc: "Globe", buttonText: "View", },