Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #29.
This commit is contained in:
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: +48 604 160 529", href: "tel:+48604160529" },
|
{ text: "Zadzwoń teraz: +48 604 160 529", href: "tel:+48604160529" },
|
||||||
{ text: "Send Inquiry", href: "#contact" }
|
{ text: "Wyślij zapytanie", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
@@ -67,10 +67,10 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
heading={[
|
||||||
{ type: "text", content: "Gabor Inczedy – Owner of INCY-TRANS" }
|
{ type: "text", content: "Gabor Inczedy – właściciel firmy INCY-TRANS" }
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Directly", href: "#contact" }
|
{ text: "Skontaktuj się bezpośrednio", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -80,9 +80,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Our Services"
|
title="Nasze usługi"
|
||||||
description="Comprehensive translation and content management solutions tailored for businesses and individuals."
|
description="Kompleksowe rozwiązania w zakresie tłumaczeń i zarządzania treścią, dostosowane do potrzeb firm i osób prywatnych."
|
||||||
tag="What We Offer"
|
tag="Nasza oferta"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user