Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 07:56:51 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -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"
/>

View File

@@ -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,

View File

@@ -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" }]}