diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aec8e11..a0568aa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { { value: "500+", title: "Businesses Served" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg?_wi=2" imageAlt="Our professional consulting team" useInvertedBackground={false} mediaAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index f114d37..d497747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() { features={[ { id: "1", title: "Business Management Consulting", description: "Strategic guidance to streamline operations, improve efficiency, and achieve sustainable growth. We help you build stronger business foundations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Operations optimization" }, @@ -77,7 +77,7 @@ export default function HomePage() { }, { id: "2", title: "Financial Advisory & Accounting", description: "Expert financial guidance and accurate accounting practices to keep your business finances in order and compliant with regulations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Financial statements" }, @@ -88,7 +88,7 @@ export default function HomePage() { }, { id: "3", title: "Tax Planning & Compliance", description: "Minimize tax burden while ensuring full compliance with Pakistani tax laws. Our experts stay current with all regulations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=3" }, items: [ { icon: CheckCircle, text: "Tax optimization" }, @@ -114,7 +114,7 @@ export default function HomePage() { { value: "500+", title: "Businesses Served" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg?_wi=1" imageAlt="Our professional consulting team" useInvertedBackground={false} mediaAnimation="slide-up" @@ -145,7 +145,7 @@ export default function HomePage() {