From b24a0130a356e1e19b7aebd8d318410ca0d42fa4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:28:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0278bbe..8bb2700 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg", imageAlt: "Software engineer workspace" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg?_wi=1", imageAlt: "Software engineer workspace" } ]} autoplayDelay={5000} @@ -110,16 +110,16 @@ export default function LandingPage() { tag="Expertise" products={[ { - id: "1", name: "Languages", price: "C#, Python, Java, JavaScript", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg", imageAlt: "Programming Languages" + id: "1", name: "Languages", price: "C#, Python, Java, JavaScript", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg?_wi=2", imageAlt: "Programming Languages" }, { - id: "2", name: "Web Technologies", price: "ASP.NET, HTML5, CSS3, React, Tailwind", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg", imageAlt: "Web Technologies" + id: "2", name: "Web Technologies", price: "ASP.NET, HTML5, CSS3, React, Tailwind", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg?_wi=3", imageAlt: "Web Technologies" }, { - id: "3", name: "Databases", price: "MySQL, Firebase, MongoDB, Atlas", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg", imageAlt: "Database Systems" + id: "3", name: "Databases", price: "MySQL, Firebase, MongoDB, Atlas", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg?_wi=4", imageAlt: "Database Systems" }, { - id: "4", name: "Tools & Platforms", price: "Git, GitHub, Docker, Linux, VS Code", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg", imageAlt: "Developer Tools" + id: "4", name: "Tools & Platforms", price: "Git, GitHub, Docker, Linux, VS Code", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg?_wi=5", imageAlt: "Developer Tools" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1