From ab7af29960ce80a30ff3e81f7c07c617c1f8caf2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:22:44 +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 2876429..8e3d651 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-stationery-coffee-cup_23-2148128443.jpg", imageAlt: "minimalist workspace macbook desk clean" }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164870.jpg", imageAlt: "creative workspace natural light minimalist" + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164870.jpg?_wi=1", imageAlt: "creative workspace natural light minimalist" }, { imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-smartphone-watch-table_23-2148036898.jpg", imageAlt: "minimalist home office clean white space" @@ -80,7 +80,7 @@ export default function LandingPage() { title: "User-Centric Approach", description: "Research-driven decisions that prioritize user experience", icon: Users } ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164870.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164870.jpg?_wi=2" imageAlt="About workspace" imagePosition="right" buttons={[{ text: "Download Resume", href: "#" }]} -- 2.49.1