9 Commits

Author SHA1 Message Date
03aff1f342 Update src/app/page.tsx 2026-04-08 18:52:57 +00:00
062a8c2a11 Update src/app/page.tsx 2026-04-08 18:45:42 +00:00
54cc75fa1e Merge version_3 into main
Merge version_3 into main
2026-04-08 18:44:53 +00:00
350224d44b Update src/app/page.tsx 2026-04-08 18:44:50 +00:00
c0cb3305f4 Merge version_3 into main
Merge version_3 into main
2026-04-08 18:15:21 +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,10 +34,8 @@ 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 Marek"
/> />
</div> </div>
@@ -66,6 +64,7 @@ export default function LandingPage() {
{ {
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/metal-tensor_1127-2280.jpg?_wi=6", imageAlt: "Precyzyjny montaż"}, id: "6", imageSrc: "http://img.b2bpic.net/free-photo/metal-tensor_1127-2280.jpg?_wi=6", imageAlt: "Precyzyjny montaż"},
]} ]}
titleClassName="text-6xl md:text-7xl font-extrabold"
/> />
</div> </div>
@@ -128,9 +127,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 +144,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 +155,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="Ślusarz Warszawa" logoText="Ślusarz Marek"
/> />
</div> </div>
</ReactLenis> </ReactLenis>