diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 86d09d2..cf95198 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { features={[ { 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"}, }, { 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"}, }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 627b317..aff3652 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,15 +77,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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", titleIconSrc: "Share2", buttonText: "View"}, + 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?_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", titleIconSrc: "Palette", 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?_wi=1", titleIconSrc: "Palette", buttonText: "View"}, { title: "Menu Design", description: "Restaurant and café menus, print-ready.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-bakery-shop-invoice-template_23-2149394033.jpg", titleIconSrc: "Utensils", buttonText: "View"}, { - title: "Video Editing", description: "Reels, ads, and brand video production.", imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace_23-2148821931.jpg", titleIconSrc: "Video", buttonText: "View"}, + title: "Video Editing", description: "Reels, ads, and brand video production.", 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", titleIconSrc: "Globe", 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?_wi=1", titleIconSrc: "Globe", buttonText: "View"}, ]} title="Our Services" description="Premium creative solutions for ambitious European brands."