diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ffa15f..0ffed0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Gezinsvoorbereiding" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-man-trying-fit-clothes-full-suitcase-packing-luggage-holiday-business-trip_1258-314814.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-man-trying-fit-clothes-full-suitcase-packing-luggage-holiday-business-trip_1258-314814.jpg?_wi=1" imageAlt="Familie voelt zich veilig en voorbereid thuis" mediaAnimation="slide-up" buttons={[ @@ -71,18 +71,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Kies je gezinsgrootte en voorbereiding", description: "Selecteer hoeveel personen in je gezin en of je 24, 48 of 72 uur voorbereiding wilt. Ons systeem berekent automatisch wat je nodig hebt.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/course-app-interface-template-illustrated_23-2148681558.jpg", imageAlt: "Kies je gezinsgrootte" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/course-app-interface-template-illustrated_23-2148681558.jpg", imageAlt: "Configuratieapp" } + title: "Kies je gezinsgrootte en voorbereiding", description: "Selecteer hoeveel personen in je gezin en of je 24, 48 of 72 uur voorbereiding wilt. Ons systeem berekent automatisch wat je nodig hebt.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/course-app-interface-template-illustrated_23-2148681558.jpg?_wi=1", imageAlt: "Kies je gezinsgrootte" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/course-app-interface-template-illustrated_23-2148681558.jpg?_wi=2", imageAlt: "Configuratieapp" } }, { id: 2, - title: "Ontvang je noodpakket thuis", description: "Je gepersonaliseerde noodpakket wordt zorgvuldig samengesteld en naar je huis verstuurd. Volledig klaar om gebruikt te worden.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg", imageAlt: "Levering pakket" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg", imageAlt: "Pakket ontvangst" } + title: "Ontvang je noodpakket thuis", description: "Je gepersonaliseerde noodpakket wordt zorgvuldig samengesteld en naar je huis verstuurd. Volledig klaar om gebruikt te worden.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg?_wi=1", imageAlt: "Levering pakket" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg?_wi=2", imageAlt: "Pakket ontvangst" } }, { id: 3, - title: "Automatische vernieuwing van voedsel", description: "Je ontvangt automatisch een melding wanneer voedsel bijna verloopt. Nieuw voedsel wordt verstuurd en je kit blijft altijd vers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-paramedics-standing-with-arms-crossed_107420-63765.jpg", imageAlt: "Vernieuwing herinnering" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-paramedics-standing-with-arms-crossed_107420-63765.jpg", imageAlt: "Onderhoudsmeldingen" } + title: "Automatische vernieuwing van voedsel", description: "Je ontvangt automatisch een melding wanneer voedsel bijna verloopt. Nieuw voedsel wordt verstuurd en je kit blijft altijd vers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-paramedics-standing-with-arms-crossed_107420-63765.jpg?_wi=1", imageAlt: "Vernieuwing herinnering" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-paramedics-standing-with-arms-crossed_107420-63765.jpg?_wi=2", imageAlt: "Onderhoudsmeldingen" } } ]} showStepNumbers={true} @@ -101,13 +101,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "24-hours", name: "24-uurs Basiskit", price: "€129", imageSrc: "http://img.b2bpic.net/free-vector/course-app-interface-template-illustrated_23-2148681558.jpg", imageAlt: "24-uurs Basiskit" + id: "24-hours", name: "24-uurs Basiskit", price: "€129", imageSrc: "http://img.b2bpic.net/free-vector/course-app-interface-template-illustrated_23-2148681558.jpg?_wi=3", imageAlt: "24-uurs Basiskit" }, { - id: "48-hours", name: "48-uurs Standaardkit", price: "€199", imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg", imageAlt: "48-uurs Standaardkit" + id: "48-hours", name: "48-uurs Standaardkit", price: "€199", imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg?_wi=3", imageAlt: "48-uurs Standaardkit" }, { - id: "72-hours", name: "72-uurs Uitgebreide Kit", price: "€299", imageSrc: "http://img.b2bpic.net/free-photo/smiling-paramedics-standing-with-arms-crossed_107420-63765.jpg", imageAlt: "72-uurs Uitgebreide Kit" + id: "72-hours", name: "72-uurs Uitgebreide Kit", price: "€299", imageSrc: "http://img.b2bpic.net/free-photo/smiling-paramedics-standing-with-arms-crossed_107420-63765.jpg?_wi=3", imageAlt: "72-uurs Uitgebreide Kit" } ]} gridVariant="three-columns-all-equal-width" @@ -251,7 +251,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-man-trying-fit-clothes-full-suitcase-packing-luggage-holiday-business-trip_1258-314814.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-man-trying-fit-clothes-full-suitcase-packing-luggage-holiday-business-trip_1258-314814.jpg?_wi=2" inputPlaceholder="je@email.com" buttonText="Aanmelden" termsText="We respecteren je privacy. Je kunt je altijd afmelden."