diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0808368..845151a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Let's Connect" description="Ready to transform your agency? Get in touch with our expert team." - imageSrc="http://img.b2bpic.net/free-photo/white-sign-with-writing-home-it-wooden-brown-wall_181624-5511.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-sign-with-writing-home-it-wooden-brown-wall_181624-5511.jpg?_wi=2" /> diff --git a/src/app/free-audit/page.tsx b/src/app/free-audit/page.tsx index e0fb1c0..653b7e8 100644 --- a/src/app/free-audit/page.tsx +++ b/src/app/free-audit/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Audit Process" description="We analyze your site for speed, lead conversion, and UX." - imageSrc="http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg" + imageSrc="http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg?_wi=2" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index feee246..42ca749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { name: "Sarah Miller", handle: "@smiller", testimonial: "My new site looks incredible and converts 3x more than my old template.", - imageSrc: "http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg?_wi=1", }, { id: "t2", @@ -211,7 +211,7 @@ export default function LandingPage() { name: "Elena Rodriguez", handle: "@elenare", testimonial: "Professional, sleek, and highly effective. Highly recommend their design process.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-windows-clear-sky_181624-4672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-windows-clear-sky_181624-4672.jpg?_wi=1", }, { id: "t4", diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 919d935..46e8c2b 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Recent Projects" description="Explore the premium websites we have crafted for leading agents in Queensland." - imageSrc="http://img.b2bpic.net/free-photo/white-sign-with-writing-home-it-wooden-brown-wall_181624-5511.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-sign-with-writing-home-it-wooden-brown-wall_181624-5511.jpg?_wi=1" /> diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 6570973..715a8c8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Transparent Pricing" description="We believe in clear investment costs for high-value results." - imageSrc="http://img.b2bpic.net/free-photo/modern-building-with-windows-clear-sky_181624-4672.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-building-with-windows-clear-sky_181624-4672.jpg?_wi=2" /> @@ -76,14 +76,14 @@ export default function LandingPage() { value: "$0", title: "Hidden Fees", description: "We offer upfront, transparent pricing for all projects.", - imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-133729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-133729.jpg?_wi=2", }, { id: "i2", value: "24/7", title: "Lead Support", description: "Systems that work for your agency around the clock.", - imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg?_wi=2", }, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fbb9e21..f98f5cb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -76,14 +76,14 @@ export default function LandingPage() { value: "85%", title: "Conversion Lift", description: "Average increase in lead generation for our clients.", - imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-133729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-133729.jpg?_wi=1", }, { id: "m2", value: "2.4s", title: "Load Time", description: "Optimized for speed to keep mobile users engaged.", - imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg?_wi=1", }, ]} />