Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a015140890 | |||
| 5a74219f34 |
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="BoxPVP.pl"
|
brandName="BoxPVP.pl"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Rangi", id: "product" },
|
{ name: "Pakiety", id: "product" },
|
||||||
{ name: "Cennik", id: "pricing" },
|
{ name: "Cennik", id: "pricing" },
|
||||||
{ name: "O nas", id: "about" },
|
{ name: "O nas", id: "about" },
|
||||||
{ name: "FAQ", id: "faq" }
|
{ name: "FAQ", id: "faq" }
|
||||||
@@ -220,20 +220,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactCenter
|
|
||||||
tag="Newsletter"
|
|
||||||
tagIcon={Mail}
|
|
||||||
title="Bądź na bieżąco z najnowszymi aktualizacjami"
|
|
||||||
description="Subskrybuj nasz newsletter i otrzymuj ekskluzywne oferty, informacje o nowych mapach i turniejach bezpośrednio na swoją skrzynkę."
|
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
inputPlaceholder="Wpisz swój email"
|
|
||||||
buttonText="Subskrybuj"
|
|
||||||
termsText="Będziemy wysyłać maksymalnie 2 maile na miesiąc. Możesz się wypisać w każdej chwili."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="BoxPVP.pl"
|
logoText="BoxPVP.pl"
|
||||||
|
|||||||
Reference in New Issue
Block a user