5 Commits

Author SHA1 Message Date
350224d44b Update src/app/page.tsx 2026-04-08 18:44:50 +00:00
cb9ab3be25 Update src/app/page.tsx 2026-04-08 18:15:18 +00:00
ee500765ea Merge version_2 into main
Merge version_2 into main
2026-04-08 18:14:05 +00:00
0c9b330f23 Merge version_2 into main
Merge version_2 into main
2026-04-08 18:13:33 +00:00
dcb9a4cd7d Merge version_2 into main
Merge version_2 into main
2026-04-08 18:13:01 +00:00

View File

@@ -34,8 +34,6 @@ export default function LandingPage() {
name: "Usługi", id: "services"}, name: "Usługi", id: "services"},
{ {
name: "Jak pracuję", id: "process"}, name: "Jak pracuję", id: "process"},
{
name: "Godziny otwarcia", id: "hours"},
]} ]}
brandName="Ślusarz Warszawa" brandName="Ślusarz Warszawa"
/> />
@@ -128,9 +126,9 @@ export default function LandingPage() {
<div id="hours" data-section="hours"> <div id="hours" data-section="hours">
<TextAbout <TextAbout
title="Godziny otwarcia" title="Godziny otwarcia: Pn-Pt 8:00 - 20:00"
tag="Dostępność" tag="Dostępność"
useInvertedBackground={false} useInvertedBackground={true}
containerClassName="py-20 text-center" containerClassName="py-20 text-center"
titleClassName="text-5xl font-extrabold" titleClassName="text-5xl font-extrabold"
/> />
@@ -145,8 +143,6 @@ export default function LandingPage() {
label: "Start", href: "#hero"}, label: "Start", href: "#hero"},
{ {
label: "Usługi", href: "#services"}, label: "Usługi", href: "#services"},
{
label: "Godziny otwarcia", href: "#hours"},
], ],
}, },
{ {
@@ -158,7 +154,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="Ślusarz Warszawa" logoText="Ślusarz Marek"
/> />
</div> </div>
</ReactLenis> </ReactLenis>