From f8bd728bad44ad47cd418163c78f2e85e757d618 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:53:27 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}, }, ]} /> -- 2.49.1 From d6cd3c9ecd380c502df474d9a1a6988d25bb8ca8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:53:27 +0000 Subject: [PATCH 2/2] 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 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." -- 2.49.1