Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 675d66653c | |||
| 03aff1f342 | |||
| 35fafcdeaf | |||
| 062a8c2a11 | |||
| 54cc75fa1e | |||
| 350224d44b | |||
| c0cb3305f4 | |||
| cb9ab3be25 | |||
| ee500765ea | |||
| 0c9b330f23 | |||
| dcb9a4cd7d |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user