Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 089e41770e | |||
| 8ee841a1da | |||
| 81a12ececa | |||
| 72e71099de | |||
| bf970f0456 | |||
| e1a2fb613a | |||
| 3860399f12 |
@@ -60,9 +60,10 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "KONTAKT", id: "kontakt"},
|
name: "KONTAKT", id: "kontakt"},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EybechT2ALZHRj4ylX63LWEFAT/uploaded-1781154486499-grhjod3q.png"
|
||||||
logoAlt="LKS PŁOMIEŃ TURZNICA Club Logo"
|
logoAlt="LKS PŁOMIEŃ TURZNICA Club Logo"
|
||||||
brandName="LKS PŁOMIEŃ TURZNICA"
|
brandName="LKS PŁOMIEŃ TURZNICA"
|
||||||
|
logoClassName="h-16 w-auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -75,6 +76,14 @@ export default function LandingPage() {
|
|||||||
tag="Pasja i Zwycięstwo"
|
tag="Pasja i Zwycięstwo"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/sports-field-empty_1308-41481.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/sports-field-empty_1308-41481.jpg"
|
||||||
imageAlt="Dynamic football stadium with LKS Płomień Turznica branding"
|
imageAlt="Dynamic football stadium with LKS Płomień Turznica branding"
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Odkryj Naszą Historię", href: "#historia"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Zobaczy Aktualności", href: "#aktualnosci"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -243,4 +252,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user