diff --git a/src/app/page.tsx b/src/app/page.tsx index 54879a8..f312fd8 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} @@ -109,16 +109,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"