Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b19bd9452 | |||
| 2c4e61d910 | |||
| 4384a91ea6 |
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="ElevatorPro transformed our building's elevator system. Their team is professional, responsive, and truly cares about safety. We couldn't ask for better service."
|
||||
testimonial="Podjetje ElevatorPro je popolnoma spremenilo sistem dvigal našega objekta. Njihov tim je profesionalen, odziven in res skrbi za varnost. Ne moramo si zamisliti boljše storitve."
|
||||
rating={5}
|
||||
author="Michael Torres, Property Owner"
|
||||
avatars={[
|
||||
@@ -186,15 +186,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
tag="Začni"
|
||||
tagIcon={Mail}
|
||||
title="Ready to Upgrade Your Elevators?"
|
||||
description="Contact our team today for a free consultation and quote. We're available 24/7 for emergency service."
|
||||
title="Ste pripravljeni nadgraditi svoje dvigale?"
|
||||
description="Kontaktirajte naš tim danes za brezplačno posvetovanje in ponudbo. Dostopni smo 24/7 za nujno storitev."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Request Quote"
|
||||
termsText="We respect your privacy. Your information is secure with us."
|
||||
inputPlaceholder="vaša@podjetje.com"
|
||||
buttonText="Zahtevaj ponudbo"
|
||||
termsText="Spoštujemo vašo zasebnost. Vaši podatki so varni z nami."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -202,31 +202,31 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Maintenance", href: "#services" },
|
||||
{ label: "Repair", href: "#services" },
|
||||
{ label: "Installation", href: "#services" },
|
||||
{ label: "Modernization", href: "#services" }
|
||||
title: "Storitve", items: [
|
||||
{ label: "Vzdrževanje", href: "#services" },
|
||||
{ label: "Popravilo", href: "#services" },
|
||||
{ label: "Namestitev", href: "#services" },
|
||||
{ label: "Modernizacija", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Safety", href: "#safety" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#" }
|
||||
title: "Podjetje", items: [
|
||||
{ label: "O nas", href: "#about" },
|
||||
{ label: "Varnost", href: "#safety" },
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
{ label: "Zaposlitve", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
{ label: "Insurance", href: "#" }
|
||||
title: "Pravni", items: [
|
||||
{ label: "Politika zasebnosti", href: "#" },
|
||||
{ label: "Pogoji storitve", href: "#" },
|
||||
{ label: "Skladnost", href: "#" },
|
||||
{ label: "Zavarovanje", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 ElevatorPro. All rights reserved."
|
||||
copyrightText="© 2024 ElevatorPro. Vse pravice pridržane."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user