diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84ed228..7f4ae13 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ export default function AboutPage() { description="Established with a commitment to quality and customer satisfaction" subdescription="Serving clients across continents with integrity and professionalism" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=2" imageAlt="professional services portfolio" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 09ebad3..ce8c0aa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function ContactPage() { description="Contact our team of professionals" subdescription="We're ready to help with all your document, printing, and design needs" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg?_wi=2" imageAlt="Professional services team" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index a823794..a39cc9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function HomePage() { { text: "Explore Services", href: "/services" }, { text: "Get Started", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg?_wi=1" imageAlt="Professional document and printing services" showDimOverlay={true} /> @@ -84,7 +84,7 @@ export default function HomePage() { description="From official document translations to custom printing and professional design services" subdescription="Serving businesses and individuals across all service categories" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=1" imageAlt="Professional services portfolio" mediaAnimation="slide-up" useInvertedBackground={false} @@ -105,7 +105,7 @@ export default function HomePage() { description: "Official translations in multiple languages, bio data, CVs, cover letters, and visa supporting documents", imageSrc: - "http://img.b2bpic.net/free-photo/visa-application-composition-with-american-flag_23-2149117792.jpg", + "http://img.b2bpic.net/free-photo/visa-application-composition-with-american-flag_23-2149117792.jpg?_wi=1", imageAlt: "document translation official documents certificates visa documents", }, { @@ -114,7 +114,7 @@ export default function HomePage() { description: "Business cards, banners, leaflets, certificates, invitations, calendars, ID cards and more", imageSrc: - "http://img.b2bpic.net/free-vector/beautiful-full-color-business-card_1035-4188.jpg", + "http://img.b2bpic.net/free-vector/beautiful-full-color-business-card_1035-4188.jpg?_wi=1", imageAlt: "printing services business cards poster printing design printing", }, { @@ -123,7 +123,7 @@ export default function HomePage() { description: "Polymer stamps, self-ink stamps, rubber seals and embossing stamps for all your stamping needs", imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg?_wi=1", imageAlt: "rubber stamps office stamps embossing seal stamps", }, { @@ -193,42 +193,42 @@ export default function HomePage() { id: "1", name: "Rajesh Kumar", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business person headshot professional photo", }, { id: "2", name: "Maria Santos", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business person headshot professional photo", }, { id: "3", name: "Ahmed Hassan", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business person headshot professional photo", }, { id: "4", name: "Jennifer Wong", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait business person headshot professional photo", }, { id: "5", name: "Carlos Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional portrait business person headshot professional photo", }, { id: "6", name: "Sophie Martin", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional portrait business person headshot professional photo", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index facd182..e8e3ec9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,7 +60,7 @@ export default function ServicesPage() { description: "Official translations in 50+ languages, certified bio data, professional CVs, cover letters, visa supporting documents, and diploma certifications. We ensure accuracy and compliance with all requirements.", imageSrc: - "http://img.b2bpic.net/free-photo/visa-application-composition-with-american-flag_23-2149117792.jpg", + "http://img.b2bpic.net/free-photo/visa-application-composition-with-american-flag_23-2149117792.jpg?_wi=2", imageAlt: "document translation official documents certificates visa documents", }, { @@ -69,7 +69,7 @@ export default function ServicesPage() { description: "Premium quality printing for business cards, banners, leaflets, certificates, invitations, calendars, ID cards, brochures, and custom merchandise. Full-color and specialty printing available.", imageSrc: - "http://img.b2bpic.net/free-vector/beautiful-full-color-business-card_1035-4188.jpg", + "http://img.b2bpic.net/free-vector/beautiful-full-color-business-card_1035-4188.jpg?_wi=2", imageAlt: "printing services business cards poster printing design printing", }, { @@ -78,7 +78,7 @@ export default function ServicesPage() { description: "Custom polymer stamps, self-ink stamps, rubber seals, embossing stamps, and corporate stamps. Perfect for official documents, certificates, and branding purposes.", imageSrc: - "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg", + "http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg?_wi=2", imageAlt: "rubber stamps office stamps embossing seal stamps", }, ]}