3 Commits

Author SHA1 Message Date
4923f31dd0 Switch to version 1: modified src/app/page.tsx 2026-03-03 08:29:02 +00:00
f01eafcf54 Switch to version 1: modified src/app/layout.tsx 2026-03-03 08:29:01 +00:00
71b1ff17cd Merge version_2 into main
Merge version_2 into main
2026-03-03 08:02:13 +00:00
2 changed files with 2 additions and 8 deletions

View File

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

View File

@@ -74,8 +74,6 @@ 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"
@@ -144,10 +142,6 @@ 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}
@@ -176,4 +170,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}