Merge version_1 into main #2
@@ -10,7 +10,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Zap, Wrench, Stethoscope, Shield, Wheel, Sparkles, Palette, Clock, Users, Award, Quote } from 'lucide-react';
|
||||
import { Zap, Wrench, Stethoscope, Shield, Sparkles, Palette, Clock, Users, Award, Quote } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
{ text: "Naše služby", href: "services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/young-black-car-mechanic-using-computer-with-his-manager-auto-repair-shop_637285-4243.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/young-black-car-mechanic-using-computer-with-his-manager-auto-repair-shop_637285-4243.jpg"
|
||||
videoAriaLabel="Premium automotive workshop and luxury vehicle service"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -86,10 +86,10 @@ export default function LandingPage() {
|
||||
title: "Diagnostika a kontrola vozidla", description: "Kompletná diagnostika pomocou najmodernejších zariadení. Detekcia všetkých problémov a odporúčania na naprávenie.", icon: Stethoscope,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-electric-mechanic-uniform-working-auto-service-making-car-diagnostics-using-obd-device-with-laptop_627829-3940.jpg?_wi=1", imageAlt: "Automotive diagnostic equipment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-electric-mechanic-uniform-working-auto-service-making-car-diagnostics-using-obd-device-with-laptop_627829-3940.jpg", imageAlt: "Automotive diagnostic equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg?_wi=1", imageAlt: "Engine diagnostics and analysis"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg", imageAlt: "Engine diagnostics and analysis"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -97,10 +97,10 @@ export default function LandingPage() {
|
||||
title: "Engine & technický servis", description: "Komplexná údržba motora, výmena olejov, filtre a výmena opotrebovaných dielov. Servis všetkých typov motorov.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg?_wi=2", imageAlt: "Engine service and maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg", imageAlt: "Engine service and maintenance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-electric-mechanic-uniform-working-auto-service-making-car-diagnostics-using-obd-device-with-laptop_627829-3940.jpg?_wi=2", imageAlt: "Technical inspection"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-electric-mechanic-uniform-working-auto-service-making-car-diagnostics-using-obd-device-with-laptop_627829-3940.jpg", imageAlt: "Technical inspection"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -108,21 +108,21 @@ export default function LandingPage() {
|
||||
title: "Brzdy a podvozok", description: "Servis brzdového systému, výmena brzdových doštičiek, kotúčov a oprava závesi. Bezpečnosť na prvom mieste.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=1", imageAlt: "Brake system repair"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake system repair"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27457.jpg?_wi=1", imageAlt: "Suspension work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27457.jpg", imageAlt: "Suspension work"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Pneuservis a sezónna údržba", description: "Vyvažovanie, výmena pneumatík, zimný servis a príprava vozidla na jednotlivé ročné obdobia.", icon: Wheel,
|
||||
title: "Pneuservis a sezónna údržba", description: "Vyvažovanie, výmena pneumatík, zimný servis a príprava vozidla na jednotlivé ročné obdobia.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27457.jpg?_wi=2", imageAlt: "Tire service and maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27457.jpg", imageAlt: "Tire service and maintenance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=2", imageAlt: "Seasonal vehicle preparation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Seasonal vehicle preparation"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-woman-auto-mechanic-her-young-colleague-are-posing-photographer_613910-17068.jpg", imageAlt: "Premium vehicle tuning"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg?_wi=3", imageAlt: "Performance upgrades"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-manly-woman-is-doing-car-diagnostic-with-computer-help-auto-service_613910-17106.jpg", imageAlt: "Performance upgrades"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -141,10 +141,10 @@ export default function LandingPage() {
|
||||
title: "Karoséria a lak", description: "Opravy karosérie, čistenie, leštenie a ochrana laku. Znovuobnovenie vzhľadu vášho vozidla.", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg?_wi=1", imageAlt: "Bodywork repair"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg", imageAlt: "Bodywork repair"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-car-mechanic-using-computer-with-his-manager-auto-repair-shop_637285-4243.jpg?_wi=2", imageAlt: "Paint and detailing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-car-mechanic-using-computer-with-his-manager-auto-repair-shop_637285-4243.jpg", imageAlt: "Paint and detailing"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -156,9 +156,6 @@ export default function LandingPage() {
|
||||
className="py-20"
|
||||
containerClassName="bg-gradient-to-b from-black via-slate-900 to-slate-950"
|
||||
cardClassName="bg-gradient-to-br from-slate-800 to-slate-900 border border-slate-700/50 hover:border-cyan-500/30 transition-all duration-300 rounded-xl p-6 shadow-lg hover:shadow-cyan-500/20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-white"
|
||||
descriptionClassName="text-slate-300 text-lg"
|
||||
tagClassName="bg-blue-600/20 text-cyan-400 border border-cyan-500/50"
|
||||
cardTitleClassName="text-2xl font-bold text-white mb-3"
|
||||
cardDescriptionClassName="text-slate-400 leading-relaxed"
|
||||
cardIconClassName="text-cyan-400"
|
||||
@@ -202,8 +199,6 @@ export default function LandingPage() {
|
||||
className="py-20"
|
||||
containerClassName="bg-gradient-to-b from-black via-slate-900 to-slate-950"
|
||||
cardClassName="bg-gradient-to-br from-blue-900/30 to-slate-800/30 border border-cyan-500/30 rounded-xl p-8 hover:border-cyan-400/60 transition-all"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-white"
|
||||
descriptionClassName="text-slate-300 text-lg"
|
||||
iconClassName="text-cyan-400 text-3xl"
|
||||
valueClassName="text-5xl md:text-6xl font-bold text-cyan-400"
|
||||
/>
|
||||
@@ -214,11 +209,11 @@ export default function LandingPage() {
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Servis", "Premium"],
|
||||
title: "Diagnostika BMW M440i", excerpt: "Kompletná diagnostika moderného BMW s profesionálnym prístupom a najvyššími štandardmi servisu.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg?_wi=2", imageAlt: "BMW diagnostics and service", authorName: "Juraj Molnár", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", date: "20. január 2025"
|
||||
title: "Diagnostika BMW M440i", excerpt: "Kompletná diagnostika moderného BMW s profesionálnym prístupom a najvyššími štandardmi servisu.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg", imageAlt: "BMW diagnostics and service", authorName: "Juraj Molnár", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", date: "20. január 2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Tuning", "Performance"],
|
||||
title: "Optimalizácia výkonu Audi S4", excerpt: "Profesionálna úprava výkonu s 40 hp a zvýšeným cracklingom výfuku pre jedinečný zážitok.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-car-mechanic-using-computer-with-his-manager-auto-repair-shop_637285-4243.jpg?_wi=3", imageAlt: "Audi S4 performance tuning", authorName: "Miroslav Kováč", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "15. január 2025"
|
||||
title: "Optimalizácia výkonu Audi S4", excerpt: "Profesionálna úprava výkonu s 40 hp a zvýšeným cracklingom výfuku pre jedinečný zážitok.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-car-mechanic-using-computer-with-his-manager-auto-repair-shop_637285-4243.jpg", imageAlt: "Audi S4 performance tuning", authorName: "Miroslav Kováč", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "15. január 2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Údržba", "Preventívny"],
|
||||
@@ -234,8 +229,6 @@ export default function LandingPage() {
|
||||
className="py-20"
|
||||
containerClassName="bg-gradient-to-b from-slate-950 via-black to-slate-900"
|
||||
cardClassName="bg-gradient-to-br from-slate-800 to-slate-900 border border-slate-700/50 rounded-xl overflow-hidden hover:border-cyan-500/30 transition-all shadow-lg"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-white"
|
||||
descriptionClassName="text-slate-300 text-lg"
|
||||
categoryClassName="bg-blue-600/40 text-cyan-300 px-3 py-1 rounded-full text-sm"
|
||||
/>
|
||||
</div>
|
||||
@@ -247,16 +240,16 @@ export default function LandingPage() {
|
||||
id: "1", name: "Juraj Molnár", handle: "Majiteľ BMW", testimonial: "Nevedel som sa rozhodnúť medzi servismi, ale JM Autocentrum ma úplne prekvapilo. Profesionálny prístup a transparentná komunikácia.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Juraj Molnár"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Miroslav Kováč", handle: "Majiteľ Audi S4", testimonial: "Tuning, ktorý sme si objednali, bol neuveriteľný. Zvýšený výkon, lepšia dynamika a vždy som spokojný s výsledkami.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Miroslav Kováč"
|
||||
id: "2", name: "Miroslav Kováč", handle: "Majiteľ Audi S4", testimonial: "Tuning, ktorý sme si objednali, bol neuveriteľný. Zvýšený výkon, lepšia dynamika a vždy som spokojný s výsledkami.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Miroslav Kováč"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Vladimír Krejčí", handle: "Majiteľ Mercedes", testimonial: "Zimný servis bol vykonaný s najväčšou starostlivosťou. Pred zimou už nie je problém. Všetko je perfektne pripravené.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Vladimír Krejčí"
|
||||
id: "3", name: "Vladimír Krejčí", handle: "Majiteľ Mercedes", testimonial: "Zimný servis bol vykonaný s najväčšou starostlivosťou. Pred zimou už nie je problém. Všetko je perfektne pripravené.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vladimír Krejčí"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Katarína Vítková", handle: "Majiteľka Škody", testimonial: "Rýchly servis, vysoká kvalita a čestná cena. Všetci v rodine odporúčame JM Autocentrum svojim priateľom.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Katarína Vítková"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Peter Horváth", handle: "Majiteľ VW Golf", testimonial: "Diagnostika bola rýchla a presná. Technici vedia, o čom hovoria. Som presvedčený o ich odbornosti a starostlivosti.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Peter Horváth"
|
||||
id: "5", name: "Peter Horváth", handle: "Majiteľ VW Golf", testimonial: "Diagnostika bola rýchla a presná. Technici vedia, o čom hovoria. Som presvedčený o ich odbornosti a starostlivosti.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Peter Horváth"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Zuzana Nováková", handle: "Majiteľka Volkswagenu", testimonial: "Po dvoch rokoch som sa vrátila k vám. Jednoducho neexistuje lepšia alternatíva. Servis vysokej triedy za férové ceny.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg", imageAlt: "Zuzana Nováková"
|
||||
@@ -271,8 +264,6 @@ export default function LandingPage() {
|
||||
className="py-20"
|
||||
containerClassName="bg-gradient-to-b from-black via-slate-900 to-slate-950"
|
||||
cardClassName="bg-gradient-to-br from-slate-800 to-slate-900 border border-slate-700/50 rounded-xl p-6 backdrop-blur-sm"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-white"
|
||||
descriptionClassName="text-slate-300 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -284,7 +275,7 @@ export default function LandingPage() {
|
||||
{ text: "Rezervovať teraz", href: "https://wa.me/421000000000" },
|
||||
{ text: "Kontaktovať", href: "mailto:info@jmautocentrum.sk" }
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
containerClassName="bg-gradient-to-b from-slate-950 via-blue-900/20 to-black"
|
||||
|
||||
Reference in New Issue
Block a user