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 +} 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 +}