diff --git a/src/app/page.tsx b/src/app/page.tsx index 14feac4..afe577d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,18 +57,12 @@ export default function LandingPage() { text: "Programează acum", href: "#contact"}, ]} carouselItems={[ - { - id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=1", imageAlt: "Inspection 1"}, - { - id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=2", imageAlt: "Inspection 2"}, - { - id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=3", imageAlt: "Inspection 3"}, - { - id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=4", imageAlt: "Inspection 4"}, - { - id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=5", imageAlt: "Inspection 5"}, - { - id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=6", imageAlt: "Inspection 6"}, + { id: "c1", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-checking-car-engine_1170-1498.jpg", imageAlt: "Inspection 1" }, + { id: "c2", imageSrc: "https://img.b2bpic.net/free-photo/car-service-center-modern-garage_1170-1456.jpg", imageAlt: "Inspection 2" }, + { id: "c3", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-working-car-shop_1170-1478.jpg", imageAlt: "Inspection 3" }, + { id: "c4", imageSrc: "https://img.b2bpic.net/free-photo/car-maintenance-service_1170-1460.jpg", imageAlt: "Inspection 4" }, + { id: "c5", imageSrc: "https://img.b2bpic.net/free-photo/modern-garage-interior_1170-1422.jpg", imageAlt: "Inspection 5" }, + { id: "c6", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-inspecting-vehicle_1170-1490.jpg", imageAlt: "Inspection 6" }, ]} tag="Expertiză Auto" tagIcon={ShieldCheck} @@ -83,7 +77,7 @@ export default function LandingPage() { description="La ITP Brătării, punem accent pe servicii rapide și de calitate pentru mașina ta." subdescription="Echipa noastră de experți asigură o inspecție tehnică riguroasă și transparentă, menținând cele mai înalte standarde de siguranță." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/black-mechanic-his-manager-working-touchpad-auto-repair-shop_637285-8672.jpg" + imageSrc="https://img.b2bpic.net/free-photo/professional-mechanics-working-in-garage_1170-1488.jpg" mediaAnimation="slide-up" /> @@ -97,28 +91,22 @@ export default function LandingPage() { { title: "ITP Autoturisme", description: "Verificare tehnică completă conform normelor legale pentru orice tip de autoturism.", icon: Car, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg?_wi=2"}, + { imageSrc: "https://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1492.jpg" }, + { imageSrc: "https://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1492.jpg" }, ], }, { title: "Verificări Rapide", description: "Diagnosticare promptă pentru a economisi timpul tău prețios prin fluxuri optimizate.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=2"}, + { imageSrc: "https://img.b2bpic.net/free-photo/mechanic-inspecting-engine_1170-1495.jpg" }, + { imageSrc: "https://img.b2bpic.net/free-photo/mechanic-inspecting-engine_1170-1495.jpg" }, ], }, { title: "Consultanță Tehnică", description: "Sfaturi avizate de la experți pentru întreținerea și siguranța autovehiculului tău.", icon: Settings, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-using-tablet-show-car-selection-man-offering-deal_482257-118256.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-using-tabletshow-car-selection-man-offering-deal_482257-118256.jpg"}, + { imageSrc: "https://img.b2bpic.net/free-photo/mechanic-explaining-repair-options_1170-1496.jpg" }, + { imageSrc: "https://img.b2bpic.net/free-photo/mechanic-explaining-repair-options_1170-1496.jpg" }, ], }, ]} @@ -132,16 +120,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file