diff --git a/src/app/page.tsx b/src/app/page.tsx index fddcaec..2f84fb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,78 +30,45 @@ export default function LandingPage() {
@@ -128,49 +95,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "ITP Autoturisme", - description: "Verificare tehnică completă conform normelor legale pentru orice tip de autoturism.", - icon: Car, + 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"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1482.jpg?_wi=7", - imageAlt: "professional car inspection service", }, { - title: "Verificări Rapide", - description: "Diagnosticare promptă pentru a economisi timpul tău prețios prin fluxuri optimizate.", - icon: Zap, + 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"}, { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/black-mechanic-his-manager-working-touchpad-auto-repair-shop_637285-8672.jpg?_wi=2", - imageAlt: "automotive professional service team", }, { - title: "Consultanță Tehnică", - description: "Sfaturi avizate de la experți pentru întreținerea și siguranța autovehiculului tău.", - icon: Settings, + 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?_wi=1", - }, + 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-tablet-show-car-selection-man-offering-deal_482257-118256.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-using-tabletshow-car-selection-man-offering-deal_482257-118256.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1320.jpg?_wi=3", - imageAlt: "car diagnostic equipment", }, ]} title="Serviciile Noastre" @@ -184,30 +133,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Ion M.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg", - }, + id: "t1", name: "Ion M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg"}, { - id: "t2", - name: "Elena V.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg", - }, + id: "t2", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908159.jpg"}, { - id: "t3", - name: "Radu S.", - imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg", - }, + id: "t3", name: "Radu S.", imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg"}, { - id: "t4", - name: "Andrei P.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg", - }, + id: "t4", name: "Andrei P.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg"}, { - id: "t5", - name: "Maria C.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-man-car_23-2149901392.jpg", - }, + id: "t5", name: "Maria C.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-man-car_23-2149901392.jpg"}, ]} cardTitle="Ce spun clienții noștri" cardTag="Recenzii" @@ -219,8 +153,7 @@ export default function LandingPage() {