Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-21 10:29:11 +00:00

View File

@@ -203,7 +203,7 @@ export default function LandingPage() {
<ContactCenter
tag="Kontakt"
title="Wyślij nam wiadomość"
description="Masz pytania lub potrzebujesz tłumaczenia? Skontaktuj się z nami bezpośrednio. Odpowiemy w ciągu 24 godzin."
description="Masz pytania lub potrzebujesz tłumaczenia? Skontaktuj się z nami bezpośrednio. Odpowiemy w ciągu 24 godzin. Email: i.gabor@interia.pl | Adres: Kręta 18, Toruń, Polska"
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "plain" }}
@@ -215,7 +215,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="INCY-TRANS"
logoText="INCY"
columns={[
{
items: [
@@ -227,8 +227,8 @@ export default function LandingPage() {
{
items: [
{ label: "Telefon: +48 604 160 529", href: "tel:+48604160529" },
{ label: "Email: kontakt@incy-trans.pl", href: "mailto:kontakt@incy-trans.pl" },
{ label: "Adres: Kraków, Polska", href: "#" }
{ label: "Email: i.gabor@interia.pl", href: "mailto:i.gabor@interia.pl" },
{ label: "Adres: Kręta 18, Toruń, Polska", href: "#" }
]
},
{
@@ -237,10 +237,15 @@ export default function LandingPage() {
{ label: "Regulamin", href: "#" },
{ label: "Warunki użytkowania", href: "#" }
]
},
{
items: [
{ label: "Wszystkie prawa zastrzeżone. Designed by Mikołaj Inczedy.", href: "#" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}
}