Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 017eb1358f | |||
| 51140c18e6 | |||
| b1ec38859f | |||
| b13000bae3 | |||
| 5aa900cc1f | |||
| 03799a8ed0 | |||
| a67171d024 | |||
| d2493089f2 | |||
| f2556bfea3 | |||
| c8a5b0a6b9 | |||
| abeb2421d8 | |||
| f8219786ab | |||
| a426594bd2 | |||
| cdfe273f4b | |||
| 5404d160db |
@@ -43,8 +43,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Mohammad Abuzir"
|
||||
description="CIS Student at Al al-Bayt University | Web Developer | Photographer. Building digital solutions for the future."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-teammates-working-late_23-2148991315.jpg"
|
||||
imageAlt="software developer workspace dark mode"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXnqniMbBW3ssI0Z22s99Y3TPr/uploaded-1778438710564-k45d6nc3.jpg"
|
||||
imageAlt="Mohammad Abuzir portrait"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-office-equipment-blue-desk-generated-by-ai_188544-27062.jpg", alt: "Modern office equipment on a blue desk generated by AI" },
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Passion for Technology"
|
||||
description="As a 3rd-year Computer Information Systems student, I am deeply driven by the intersection of design and code. My goal is to build digital solutions that are not just functional, but also visually striking and user-centered."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-with-laptop-cafe_23-2147962628.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXnqniMbBW3ssI0Z22s99Y3TPr/uploaded-1778438731971-ihzv5zuo.jpg"
|
||||
imageAlt="student programmer working on laptop"
|
||||
/>
|
||||
</div>
|
||||
@@ -109,9 +109,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Jovia Academy", price: "Academic Project", variant: "Management Platform", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-holding-papers_23-2148452649.jpg" },
|
||||
{ id: "p2", name: "ABUZIR Portfolio", price: "Personal Project", variant: "Next.js Web Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913281.jpg" },
|
||||
{ id: "p3", name: "In Development", price: "Stay Tuned", variant: "Future Projects", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gradient-blurred-multicolored-rainbow-light-spectrum-circle_23-2147948901.jpg" }
|
||||
{ id: "p1", name: "Jovia Academy", price: "https://joviaacademy.netlify.app/", variant: "Management Platform", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-holding-papers_23-2148452649.jpg" },
|
||||
{ id: "p2", name: "ABUZIR Portfolio", price: "https://abuzir.netlify.app/", variant: "Next.js Web Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913281.jpg" },
|
||||
{ id: "p3", name: "ABUZER", price: "https://abuzer.lovable.app/", variant: "Web Development Project", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gradient-blurred-multicolored-rainbow-light-spectrum-circle_23-2147948901.jpg" }
|
||||
]}
|
||||
title="Key Projects"
|
||||
description="Explore my latest work, including academic and personal initiatives."
|
||||
@@ -167,4 +167,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user