diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2522df0..ec4417b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 67bdf72..dbdea22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { metrics={[ { value: "10+", title: "Years of Experience" }, { value: "50+", title: "Projects Completed" }, + { value: "95%+", title: "Client Satisfaction" }, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg" imageAlt="Professional workspace" @@ -164,4 +165,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file