From c0e8572077851510ce245e6f388c2fe64b163a24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:02:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a00672..53a2653 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 015f2d298569328d1a73aea4065a3a59eb66de51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:02:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ed8c39..53747bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1