diff --git a/src/app/page.tsx b/src/app/page.tsx index a10824b..9f44161 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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://img.b2bpic.net/free-photo/portrait-young-man-studio-lighting-minimalist-background.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" }, @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Outside of Coding" description="Photography allows me to view the world through a creative lens, while tech blogging helps me articulate and share insights on the ever-evolving software landscape." - imageSrc="http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885638.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885638.jpg" imageAlt="professional camera dark photography aesthetic" /> @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file