From 0bc8b8260833629553bd35e64737c6d48ea84fc3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 19:00:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 90 +++++++++++++----------------------------------- 1 file changed, 24 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e5fb1d..9c74b4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -121,13 +97,9 @@ export default function LandingPage() { metricsAnimation="slide-up" metrics={[ { - value: "20+", - title: "Lat doświadczenia", - }, + value: "20+", title: "Lat doświadczenia"}, { - value: "500+", - title: "Wykonanych dachów", - }, + value: "500+", title: "Wykonanych dachów"}, ]} /> @@ -136,17 +108,12 @@ export default function LandingPage() { @@ -154,18 +121,13 @@ export default function LandingPage() { @@ -174,16 +136,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1