Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:28:34 +00:00
parent 66bd0e8c27
commit 7dcca66145

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg?_wi=1", imageAlt: "Software engineer workspace"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-laptop-office_23-2148017060.jpg", imageAlt: "Software engineer workspace"
}
]}
autoplayDelay={5000}
@@ -69,6 +69,7 @@ export default function LandingPage() {
]}
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="/placeholders/placeholder1.webp"
imageAlt="Israr Ayub Resume"
/>
@@ -109,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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", 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?_wi=5", 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", imageAlt: "Developer Tools"
}
]}
gridVariant="four-items-2x2-equal-grid"