diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0128c9..d54901e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,7 +59,7 @@ export default function AboutPage() { title: "Uptime & Data Security", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg?_wi=6" imageAlt="Professional HR Team" useInvertedBackground={true} mediaAnimation="slide-up" @@ -80,7 +80,7 @@ export default function AboutPage() { "DocFlow completely transformed how we manage employee documents. What used to take weeks now takes days. The automated reminders for visa renewals have been a game-changer for our compliance team.", name: "Fatima Al-Mohannadi", role: "HR Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Fatima Al-Mohannadi", }, { @@ -90,7 +90,7 @@ export default function AboutPage() { "As a growing company, we needed an HR solution that could scale with us. DocFlow's bilingual interface and local expertise made the implementation seamless. Highly recommended for any business in Qatar.", name: "Ahmed Al-Mansouri", role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2", imageAlt: "Ahmed Al-Mansouri", }, { @@ -100,7 +100,7 @@ export default function AboutPage() { "The government procedure tracking features are incredible. We never miss a deadline, and all our documents are always organized and compliant. DocFlow gave us peace of mind.", name: "Noura Al-Thani", role: "Administrative Manager", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-standing-with-crossed-arms_23-2148095675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-standing-with-crossed-arms_23-2148095675.jpg?_wi=2", imageAlt: "Noura Al-Thani", }, { @@ -110,7 +110,7 @@ export default function AboutPage() { "DocFlow is intuitive, secure, and built specifically for the Middle East market. Our team onboarded in less than a day. This is the future of HR management in Qatar.", name: "Mohammed Al-Kuwari", role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg?_wi=2", imageAlt: "Mohammed Al-Kuwari", }, ]} @@ -128,7 +128,7 @@ export default function AboutPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg?_wi=6" imageAlt="DocFlow Demo" mediaAnimation="opacity" mediaPosition="right" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d88276a..8f2ce5f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { description="Join hundreds of companies in Qatar who trust DocFlow for their employee document management. Sign up for a personalized demo or contact our team." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg?_wi=7" imageAlt="DocFlow Demo" mediaAnimation="opacity" mediaPosition="right" diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 8b1fe5c..03d7adb 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -60,7 +60,7 @@ export default function FeaturesPage() { background={{ variant: "floatingGradient", }} - imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg" + imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg?_wi=2" imageAlt="DocFlow Dashboard Interface" mediaAnimation="slide-up" frameStyle="card" @@ -81,7 +81,7 @@ export default function FeaturesPage() { title: "Employee Document Repository", description: "Centralized storage for all employee files, contracts, certifications, and identification documents with secure access controls and audit trails.", - imageSrc: "http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg?_wi=5", imageAlt: "Document Repository System", }, { @@ -89,7 +89,7 @@ export default function FeaturesPage() { title: "Residency & Work Permit Tracking", description: "Automated tracking of residency renewals, work permits, and visa expiries. Get proactive notifications before documents expire.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-vinyls-store_23-2148237245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-vinyls-store_23-2148237245.jpg?_wi=3", imageAlt: "Permit and Residency Tracking", }, { @@ -97,7 +97,7 @@ export default function FeaturesPage() { title: "Sponsorship Request Management", description: "Streamline sponsorship procedures with integrated workflows, documentation checklists, and government submission tracking.", - imageSrc: "http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg?_wi=5", imageAlt: "Sponsorship Management", }, ]} diff --git a/src/app/forgot-password/page.tsx b/src/app/forgot-password/page.tsx index 725c82a..e83bdea 100644 --- a/src/app/forgot-password/page.tsx +++ b/src/app/forgot-password/page.tsx @@ -56,7 +56,7 @@ export default function ForgotPasswordPage() { background={{ variant: "floatingGradient", }} - imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg" + imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg?_wi=4" imageAlt="DocFlow Security" mediaAnimation="slide-up" frameStyle="card" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b7585bf..71074fe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +