diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ba9d15e..3197ecb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { { value: "150+", title: "Happy Clients Worldwide" }, ]} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-team-of-web-designers-and-1772524542275-27451053.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-team-of-web-designers-and-1772524542275-27451053.png?_wi=2" imageAlt="ProjectKoala team working together" mediaAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c713a5..824168a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function HomePage() { { value: "150+", title: "Happy Clients Worldwide" }, ]} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-team-of-web-designers-and-1772524542275-27451053.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-professional-team-of-web-designers-and-1772524542275-27451053.png?_wi=1" imageAlt="ProjectKoala team working together" mediaAnimation="slide-up" /> @@ -96,19 +96,19 @@ export default function HomePage() { id: 1, title: "Custom Web Design", description: "We create stunning, responsive websites that reflect your brand identity and engage your audience. Every pixel is designed with your users in mind.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visual-representation-of-the-web-desig-1772524542971-a4813c31.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visual-representation-of-the-web-desig-1772524542971-a4813c31.png?_wi=1", }, { id: 2, title: "SEO Optimization", description: "Our proven SEO strategies improve your search rankings, increase organic traffic, and deliver measurable results that impact your bottom line.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/an-seo-analytics-dashboard-showing-searc-1772524543306-ab232ebf.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/an-seo-analytics-dashboard-showing-searc-1772524543306-ab232ebf.png?_wi=1", }, { id: 3, title: "Performance & Speed", description: "We optimize every website for lightning-fast loading times and seamless performance across all devices, improving user experience and rankings.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visualization-of-website-performance-o-1772524544071-a481f1e3.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visualization-of-website-performance-o-1772524544071-a481f1e3.png?_wi=1", }, { id: 4, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 770212d..beafb68 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,19 +49,19 @@ export default function ServicesPage() { id: 1, title: "Custom Web Design", description: "We create stunning, responsive websites that reflect your brand identity and engage your audience. Every pixel is designed with your users in mind.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visual-representation-of-the-web-desig-1772524542971-a4813c31.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visual-representation-of-the-web-desig-1772524542971-a4813c31.png?_wi=2", }, { id: 2, title: "SEO Optimization", description: "Our proven SEO strategies improve your search rankings, increase organic traffic, and deliver measurable results that impact your bottom line.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/an-seo-analytics-dashboard-showing-searc-1772524543306-ab232ebf.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/an-seo-analytics-dashboard-showing-searc-1772524543306-ab232ebf.png?_wi=2", }, { id: 3, title: "Performance & Speed", description: "We optimize every website for lightning-fast loading times and seamless performance across all devices, improving user experience and rankings.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visualization-of-website-performance-o-1772524544071-a481f1e3.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUfw3w0IXHUH2ShdWc3nLNlDd/a-visualization-of-website-performance-o-1772524544071-a481f1e3.png?_wi=2", }, ]} buttons={[{ text: "Get Started", href: "/contact" }]}