Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 18:38:02 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}