From acf12f8153505d937062a643ec7191b23469cdba Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:38:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bba0f7..2bce00d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" members={[ - { id: "m1", name: "Alex Rivers", role: "Creative Director", description: "Visionary lead with over 10 years in design strategy.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg", socialLinks: [{ icon: Linkedin, url: "#" }] }, + { id: "m1", name: "Alex Rivers", role: "Creative Director", description: "Visionary lead with over 10 years in design strategy.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg?_wi=1", socialLinks: [{ icon: Linkedin, url: "#" }] }, { id: "m2", name: "Jordan Lee", role: "Lead Developer", description: "Code architect focused on performance and scalable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", socialLinks: [{ icon: Github, url: "#" }] }, { id: "m3", name: "Taylor Reed", role: "Brand Strategist", description: "Storyteller dedicated to crafting impactful market identities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", socialLinks: [{ icon: Twitter, url: "#" }] }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { products={[ { id: "p1", name: "Discovery & Research", price: "Step 01", variant: "Strategic foundations.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg" }, { id: "p2", name: "Design Execution", price: "Step 02", variant: "Creative realization.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg" }, - { id: "p3", name: "Launch", price: "Step 03", variant: "Deployment excellence.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg" }, + { id: "p3", name: "Launch", price: "Step 03", variant: "Deployment excellence.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg?_wi=2" }, ]} title="Our Process" description="A refined approach to project delivery." -- 2.49.1