Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 08:02:14 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -74,6 +74,8 @@ export default function HomePage() {
metrics={[
{ value: "8+", title: "Years of Industry Experience" },
{ value: "150+", title: "Happy Clients Worldwide" },
{ value: "3.2s", title: "Average Page Load Improvement" },
{ value: "45+", title: "Keyword Rankings Achieved" },
]}
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?_wi=1"
@@ -142,6 +144,10 @@ export default function HomePage() {
id: "1", value: "500+", description: "Successful projects completed for businesses of all sizes across various industries."},
{
id: "2", value: "10x", description: "Average ROI increase within the first 6 months of our strategic web design and SEO implementation."},
{
id: "3", value: "3.2s", description: "Average page load improvement through advanced performance optimization and technical SEO."},
{
id: "4", value: "45+", description: "Total keyword rankings achieved in top 10 search results for our clients across all campaigns."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -170,4 +176,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}