From 5efc7414530d2e8924500d05d1b21a584c32a7cc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:36:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c7815f..d9ba7ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,15 +22,17 @@ const raleway = Raleway({ export const metadata: Metadata = { title: "Mohammed Shaheer - Logistics & Supply Chain Specialist", description: "Results-driven logistics professional with 2+ years in supply chain management, ERP systems, and warehouse operations. Available for consultation.", keywords: "logistics, supply chain, warehouse management, ERP systems, data operations, freight forwarding", metadataBase: new URL("https://mohammadshaheer.com"), alternates: { - canonical: "https://mohammadshaheer.com"}, + canonical: "https://mohammadshaheer.com" + }, openGraph: { title: "Mohammed Shaheer - Logistics & Supply Chain Specialist", description: "Optimizing logistics, data, and supply chain operations with precision. 2+ years of professional expertise.", url: "https://mohammadshaheer.com", siteName: "Mohammed Shaheer Portfolio", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/a-futuristic-3d-animated-warehouse-logis-1772785891021-de9d9d71.png", alt: "3D Warehouse Logistics Environment"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/uploaded-1772786156596-4qxzyjsb.jpg", alt: "Mohammed Shaheer Profile Photo" + }, ], }, twitter: { - card: "summary_large_image", title: "Mohammed Shaheer - Logistics & Supply Chain Specialist", description: "Results-driven logistics and supply chain professional optimizing operations with precision.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/a-futuristic-3d-animated-warehouse-logis-1772785891021-de9d9d71.png"], + card: "summary_large_image", title: "Mohammed Shaheer - Logistics & Supply Chain Specialist", description: "Results-driven logistics and supply chain professional optimizing operations with precision.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/uploaded-1772786156596-4qxzyjsb.jpg"], }, robots: { index: true, -- 2.49.1 From 9609b3807e92ed3f8f24be02cfa3ed08103147bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:36:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85a4f18..e2feed7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/a-futuristic-3d-animated-warehouse-logis-1772785891021-de9d9d71.png" - imageAlt="3D animated warehouse logistics environment with neon blue and purple accents" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/uploaded-1772786156596-4qxzyjsb.jpg" + imageAlt="Mohammed Shaheer professional profile photo" buttons={[ { text: "Download Resume", href: "#contact" }, { text: "View Experience", href: "#experience" } @@ -67,7 +67,7 @@ export default function LandingPage() { imagePosition="right" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/a-professional-portrait-of-mohammed-shah-1772785893410-accbac29.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ2GH6ZYlj0cmyeDGZpQZiHYnZ/uploaded-1772786156596-4qxzyjsb.jpg" imageAlt="Mohammed Shaheer professional profile" bulletPoints={[ { -- 2.49.1