From 8e97c8b0fb45bd62d4074901faf70019d7743a12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 23:10:00 +0000 Subject: [PATCH] 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 9bba4c3..1ac5b96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Get a Consultation", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg?_wi=1" imageAlt="Luxury web design agency workspace" /> @@ -79,7 +79,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Luxury Web Design", description: "Bespoke UI/UX design tailored specifically to your unique brand identity.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg", imageAlt: "luxury office desk workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg?_wi=2", imageAlt: "luxury office desk workspace"}, items: [ { icon: CheckCircle, @@ -153,7 +153,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah Miller", role: "CEO", testimonial: "Darwin Tech transformed our online presence. Truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg"}, + id: "t1", name: "Sarah Miller", role: "CEO", testimonial: "Darwin Tech transformed our online presence. Truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg?_wi=1"}, { id: "t2", name: "David Chen", role: "Marketing Dir", testimonial: "The management fee is worth every penny for the ROI we see.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-gear_1170-2511.jpg"}, { @@ -161,7 +161,7 @@ export default function LandingPage() { { id: "t4", name: "Mark V.", role: "Director", testimonial: "An incredible partner for our business operations.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"}, { - id: "t5", name: "Julian Frost", role: "CTO", testimonial: "They deliver complex technical solutions with ease and precision.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg"}, + id: "t5", name: "Julian Frost", role: "CTO", testimonial: "They deliver complex technical solutions with ease and precision.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg?_wi=2"}, ]} title="Trusted by Leaders" /> -- 2.49.1