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: "#" }]}