Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 350224d44b | |||
| cb9ab3be25 | |||
| ee500765ea | |||
| 0c9b330f23 | |||
| dcb9a4cd7d |
@@ -34,8 +34,6 @@ export default function LandingPage() {
|
||||
name: "Usługi", id: "services"},
|
||||
{
|
||||
name: "Jak pracuję", id: "process"},
|
||||
{
|
||||
name: "Godziny otwarcia", id: "hours"},
|
||||
]}
|
||||
brandName="Ślusarz Warszawa"
|
||||
/>
|
||||
@@ -128,9 +126,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hours" data-section="hours">
|
||||
<TextAbout
|
||||
title="Godziny otwarcia"
|
||||
title="Godziny otwarcia: Pn-Pt 8:00 - 20:00"
|
||||
tag="Dostępność"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
containerClassName="py-20 text-center"
|
||||
titleClassName="text-5xl font-extrabold"
|
||||
/>
|
||||
@@ -145,8 +143,6 @@ export default function LandingPage() {
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
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>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user