Bob AI: translate the entire website content to Lithuanian language
This commit is contained in:
@@ -15,14 +15,14 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
title="The Right Part Every Time"
|
||||
description="Expert auto parts matched to your vehicle by VIN. Trusted by Vilnius drivers for precision, selection, and speed."
|
||||
title="Tinkama detalė kiekvieną kartą"
|
||||
description="Ekspertų parinktos auto detalės pagal jūsų automobilio VIN. Vilniaus vairuotojų pasitikėjimas dėl tikslumo, asortimento ir greičio."
|
||||
primaryButton={{
|
||||
text: "Find Your Part",
|
||||
text: "Rasti detalę",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Expert Support",
|
||||
text: "Ekspertų pagalba",
|
||||
href: "#services",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg"
|
||||
@@ -33,15 +33,15 @@ export default function HomePage() {
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesDetailedCards
|
||||
tag="Our Expertise"
|
||||
title="Precision Auto Solutions"
|
||||
description="We specialize in identifying the exact component your car requires, eliminating guesswork and ensuring longevity."
|
||||
tag="Mūsų patirtis"
|
||||
title="Tikslaus pritaikymo auto sprendimai"
|
||||
description="Mes specializuojamės nustatant tikslias jūsų automobiliui reikalingas dalis, pašalinant spėliojimus ir užtikrinant ilgaamžiškumą."
|
||||
items={[
|
||||
{
|
||||
title: "VIN-Matched Components",
|
||||
description: "Every part is verified against your unique vehicle chassis number for 100% fitment accuracy.",
|
||||
title: "Pagal VIN parinktos dalys",
|
||||
description: "Kiekviena dalis yra patikrinama pagal jūsų unikalų transporto priemonės kėbulo numerį, siekiant 100% pritaikymo tikslumo.",
|
||||
tags: [
|
||||
"Accuracy",
|
||||
"Tikslumas",
|
||||
"Certified",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg",
|
||||
@@ -72,13 +72,13 @@ export default function HomePage() {
|
||||
<div id="expertise" data-section="expertise">
|
||||
<SectionErrorBoundary name="expertise">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Core Offerings"
|
||||
title="Complete Automotive Inventory"
|
||||
description="High-performance parts for all European, Asian, and American vehicle makes."
|
||||
tag="Pagrindiniai Pasiūlymai"
|
||||
title="Pilnas Automobilių Dalių Asortimentas"
|
||||
description="Aukštos kokybės dalys visiems Europos, Azijos ir Amerikos automobilių modeliams."
|
||||
items={[
|
||||
{
|
||||
title: "Engine & Drivetrain",
|
||||
description: "Precision pistons, seals, and timing kits.",
|
||||
title: "Variklis ir Transmisija",
|
||||
description: "Tikslaus apdirbimo stūmokliai, tarpikliai ir paskirstymo rinkiniai.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg",
|
||||
},
|
||||
@@ -126,13 +126,13 @@ export default function HomePage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Why Trust Us"
|
||||
title="Unmatched Reliability"
|
||||
description="Real results from our precision parts network."
|
||||
tag="Kodėl verta pasitikėti mumis"
|
||||
title="Neprilygstamas patikimumas"
|
||||
description="Realūs rezultatai iš mūsų tikslių dalių tinklo."
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Parts Matched",
|
||||
title: "Pritaikytos dalys",
|
||||
value: "15,000+",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Shipping",
|
||||
title: "Greitas pristatymas",
|
||||
value: "24h",
|
||||
},
|
||||
]}
|
||||
@@ -153,13 +153,13 @@ export default function HomePage() {
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<TeamOverlayCards
|
||||
tag="Our Experts"
|
||||
title="Your Technical Partners"
|
||||
description="Meet the team of professionals dedicated to keeping your vehicle on the road."
|
||||
tag="Mūsų ekspertai"
|
||||
title="Jūsų techniniai partneriai"
|
||||
description="Susipažinkite su profesionalų komanda, pasiryžusia išlaikyti jūsų transporto priemonę kelyje."
|
||||
members={[
|
||||
{
|
||||
name: "Jonas K.",
|
||||
role: "Head Technician",
|
||||
role: "Vyriausiasis technikas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
name: "Tomas R.",
|
||||
role: "Client Advisor",
|
||||
role: "Klientų patarėjas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-finger-cheek-isolated-white-background_141793-84113.jpg",
|
||||
},
|
||||
]}
|
||||
@@ -180,14 +180,14 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Customer Success"
|
||||
title="What Clients Say"
|
||||
description="Why vehicle owners choose Vinkodas for their repair needs."
|
||||
tag="Klientų atsiliepimai"
|
||||
title="Ką sako klientai"
|
||||
description="Kodėl transporto priemonių savininkai renkasi Vinkodas savo remonto poreikiams."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Andrius P.",
|
||||
role: "Fleet Manager",
|
||||
quote: "The most precise parts supplier in Vilnius. Always accurate.",
|
||||
role: "Automobilių parko vadovas",
|
||||
quote: "Tiksliausias dalių tiekėjas Vilniuje. Visada tikslu.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/benchman-owner-car-making-deal_114579-2805.jpg",
|
||||
},
|
||||
@@ -214,8 +214,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
name: "Vilija K.",
|
||||
role: "Technician",
|
||||
quote: "Fast, professional, and knowledgeable. Highly recommended.",
|
||||
role: "Technikas",
|
||||
quote: "Greita, profesionalu ir kompetentinga. Labai rekomenduoju.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914249.jpg",
|
||||
},
|
||||
@@ -227,15 +227,15 @@ export default function HomePage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Help Center"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about parts sourcing."
|
||||
tag="Pagalbos centras"
|
||||
title="Dažniausiai užduodami klausimai"
|
||||
description="Viskas, ką reikia žinoti apie detalių paiešką."
|
||||
categories={[
|
||||
{
|
||||
name: "Parts Lookup",
|
||||
name: "Detalių paieška",
|
||||
items: [
|
||||
{
|
||||
question: "How do you ensure fitment?",
|
||||
question: "Kaip užtikrinate, kad detalė tiks?",
|
||||
answer: "We use original OEM software and VIN-based verification.",
|
||||
},
|
||||
{
|
||||
@@ -259,9 +259,9 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
cta={{
|
||||
name: "Technical Support",
|
||||
role: "Specialist",
|
||||
buttonText: "Chat with Us",
|
||||
name: "Techninė pagalba",
|
||||
role: "Specialistas",
|
||||
buttonText: "Susisiekti",
|
||||
buttonHref: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-talking-phone-while-using-computer-auto-repair-shop_637285-9342.jpg",
|
||||
}}
|
||||
@@ -272,14 +272,14 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Start?"
|
||||
text="Get precise auto parts matched to your vehicle today."
|
||||
tag="Pasiruošę pradėti?"
|
||||
text="Gaukite tikslias, jūsų automobiliui pritaikytas dalis jau šiandien."
|
||||
primaryButton={{
|
||||
text: "Contact Support",
|
||||
text: "Susisiekti su pagalba",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Catalog",
|
||||
text: "Peržiūrėti katalogą",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user