3 Commits

Author SHA1 Message Date
7b19bd9452 Update src/app/page.tsx 2026-03-10 13:33:45 +00:00
2c4e61d910 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:32:25 +00:00
4384a91ea6 Update src/app/page.tsx 2026-03-10 13:32:20 +00:00

View File

@@ -167,7 +167,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <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} rating={5}
author="Michael Torres, Property Owner" author="Michael Torres, Property Owner"
avatars={[ avatars={[
@@ -186,15 +186,15 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get Started" tag="Začni"
tagIcon={Mail} tagIcon={Mail}
title="Ready to Upgrade Your Elevators?" title="Ste pripravljeni nadgraditi svoje dvigale?"
description="Contact our team today for a free consultation and quote. We're available 24/7 for emergency service." description="Kontaktirajte naš tim danes za brezplačno posvetovanje in ponudbo. Dostopni smo 24/7 za nujno storitev."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="your@company.com" inputPlaceholder="vaša@podjetje.com"
buttonText="Request Quote" buttonText="Zahtevaj ponudbo"
termsText="We respect your privacy. Your information is secure with us." termsText="Spoštujemo vašo zasebnost. Vaši podatki so varni z nami."
/> />
</div> </div>
@@ -202,31 +202,31 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Services", items: [ title: "Storitve", items: [
{ label: "Maintenance", href: "#services" }, { label: "Vzdrževanje", href: "#services" },
{ label: "Repair", href: "#services" }, { label: "Popravilo", href: "#services" },
{ label: "Installation", href: "#services" }, { label: "Namestitev", href: "#services" },
{ label: "Modernization", href: "#services" } { label: "Modernizacija", href: "#services" }
] ]
}, },
{ {
title: "Company", items: [ title: "Podjetje", items: [
{ label: "About Us", href: "#about" }, { label: "O nas", href: "#about" },
{ label: "Safety", href: "#safety" }, { label: "Varnost", href: "#safety" },
{ label: "Contact", href: "#contact" }, { label: "Kontakt", href: "#contact" },
{ label: "Careers", href: "#" } { label: "Zaposlitve", href: "#" }
] ]
}, },
{ {
title: "Legal", items: [ title: "Pravni", items: [
{ label: "Privacy Policy", href: "#" }, { label: "Politika zasebnosti", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Pogoji storitve", href: "#" },
{ label: "Compliance", href: "#" }, { label: "Skladnost", href: "#" },
{ label: "Insurance", href: "#" } { label: "Zavarovanje", href: "#" }
] ]
} }
]} ]}
copyrightText="© 2024 ElevatorPro. All rights reserved." copyrightText="© 2024 ElevatorPro. Vse pravice pridržane."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>