6 Commits

Author SHA1 Message Date
70fc67c6a9 Merge version_2 into main
Merge version_2 into main
2026-03-08 16:52:18 +00:00
1522ae017b Update src/app/page.tsx 2026-03-08 16:52:14 +00:00
6fabf02850 Update src/app/layout.tsx 2026-03-08 16:52:14 +00:00
d1e56d8c5f Merge version_1 into main
Merge version_1 into main
2026-03-08 16:44:48 +00:00
1f19cdaeef Merge version_1 into main
Merge version_1 into main
2026-03-08 16:43:58 +00:00
912227a326 Merge version_1 into main
Merge version_1 into main
2026-03-08 16:42:27 +00:00
2 changed files with 10 additions and 1429 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -104,7 +104,7 @@ export default function HomePage() {
{/* About Metrics Section */}
<div id="about" data-section="about">
<AboutMetric
title="Precision. Reliability. Langreiter. With decades of experience delivering high-quality communication solutions tailored for businesses up to 30 employees across Germany."
title="Precision. Reliability. German Engineering. Langreiter delivers decades of expertise in high-quality communication solutions tailored for businesses across Germany."
metrics={[
{ icon: Signal, label: "Years Expertise", value: "20+" },
{ icon: Building2, label: "Projects Completed", value: "500+" },
@@ -235,4 +235,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}