diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fb4515..6a31172 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -127,20 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Certyfikowana Jakość", - description: "Pracujemy na atestowanych materiałach i urządzeniach.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-mechanic-changing-car-wheels_23-2148327562.jpg?_wi=2", - }, + title: "Certyfikowana Jakość", description: "Pracujemy na atestowanych materiałach i urządzeniach.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-mechanic-changing-car-wheels_23-2148327562.jpg"}, { - title: "Szybki Termin", - description: "Szanujemy Twój czas – sprawne terminy realizacji.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-female-mechanic-working_23-2148327575.jpg?_wi=2", - }, + title: "Szybki Termin", description: "Szanujemy Twój czas – sprawne terminy realizacji.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-female-mechanic-working_23-2148327575.jpg"}, { - title: "Gwarancja Serwisu", - description: "Udzielamy gwarancji na wszystkie nasze naprawy.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-online-vehicle-parts_482257-76163.jpg", - }, + title: "Gwarancja Serwisu", description: "Udzielamy gwarancji na wszystkie nasze naprawy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-online-vehicle-parts_482257-76163.jpg"}, ]} title="Dlaczego Fakom?" description="Standardy premium w każdym calu naszej pracy." @@ -155,25 +106,15 @@ export default function LandingPage() { author="Marek Nowak" avatars={[ { - src: "http://img.b2bpic.net/free-photo/serviceman-showing-customer-car-changes_482257-76110.jpg", - alt: "Marek Nowak", - }, + src: "http://img.b2bpic.net/free-photo/serviceman-showing-customer-car-changes_482257-76110.jpg", alt: "Marek Nowak"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171277.jpg", - alt: "Anna Kowalska", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171277.jpg", alt: "Anna Kowalska"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-call-center-agent-dealing-with-unhappy-customers_482257-117856.jpg", - alt: "Piotr Zieliński", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-call-center-agent-dealing-with-unhappy-customers_482257-117856.jpg", alt: "Piotr Zieliński"}, { - src: "http://img.b2bpic.net/free-photo/happy-mechanic-female-customer-going-through-paperwork-auto-repair-shop_637285-9785.jpg", - alt: "Katarzyna Wójcik", - }, + src: "http://img.b2bpic.net/free-photo/happy-mechanic-female-customer-going-through-paperwork-auto-repair-shop_637285-9785.jpg", alt: "Katarzyna Wójcik"}, { - src: "http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg", - alt: "Tomasz Adamski", - }, + src: "http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg", alt: "Tomasz Adamski"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -187,28 +128,17 @@ export default function LandingPage() { description="Zadzwoń do nas lub napisz wiadomość. Nasz zespół chętnie odpowie na wszystkie Twoje pytania." inputs={[ { - name: "name", - type: "text", - placeholder: "Imię i nazwisko", - required: true, + name: "name", type: "text", placeholder: "Imię i nazwisko", required: true, }, { - name: "email", - type: "email", - placeholder: "Twój adres e-mail", - required: true, + name: "email", type: "email", placeholder: "Twój adres e-mail", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Numer telefonu", - required: true, + name: "phone", type: "tel", placeholder: "Numer telefonu", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Opisz problem lub zapytanie", - rows: 4, + name: "message", placeholder: "Opisz problem lub zapytanie", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171224.jpg" @@ -220,29 +150,19 @@ export default function LandingPage() { logoText="Fakom" columns={[ { - title: "Usługi", - items: [ + title: "Usługi", items: [ { - label: "Wulkanizacja", - href: "#", - }, + label: "Wulkanizacja", href: "#"}, { - label: "Prostowanie felg", - href: "#", - }, + label: "Prostowanie felg", href: "#"}, ], }, { - title: "Firma", - items: [ + title: "Firma", items: [ { - label: "O nas", - href: "#", - }, + label: "O nas", href: "#"}, { - label: "Kontakt", - href: "#contact", - }, + label: "Kontakt", href: "#contact"}, ], }, ]}