diff --git a/src/app/page.tsx b/src/app/page.tsx index c07d7a7..14b9753 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} dashboard={{ title: "Onze Diensten", logoIcon: Sun, - imageSrc: "http://img.b2bpic.net/free-photo/trendy-modern-design-twolevel-apartment-with-large-high-windows_1258-84052.jpg", imageAlt: "sunshade terrace architecture exterior modern", searchPlaceholder: "Zoeken naar zonwering...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/trendy-modern-design-twolevel-apartment-with-large-high-windows_1258-84052.jpg?_wi=1", imageAlt: "sunshade terrace architecture exterior modern", searchPlaceholder: "Zoeken naar zonwering...", buttons: [ { text: "Meer Info", href: "#services" }, { text: "Contact", href: "#contact" } ], @@ -91,19 +91,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Gratis Inmeetservice", description: "Gratis advies ter plaatse en gratis inmeetservice zonder kleine lettertjes. Onze experts analyseren uw situatie en bieden persoonlijke aanbevelingen.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-modern-design-twolevel-apartment-with-large-high-windows_1258-84052.jpg", imageAlt: "Gratis inmeetservice" + title: "Gratis Inmeetservice", description: "Gratis advies ter plaatse en gratis inmeetservice zonder kleine lettertjes. Onze experts analyseren uw situatie en bieden persoonlijke aanbevelingen.", imageSrc: "http://img.b2bpic.net/free-photo/trendy-modern-design-twolevel-apartment-with-large-high-windows_1258-84052.jpg?_wi=2", imageAlt: "Gratis inmeetservice" }, { id: 2, - title: "Ontwerp & Offerte", description: "Persoonlijk advies met heldere prijzen en offerte op maat. Wij tonen u 3D-visualisaties van uw toekomstige zonwering.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg", imageAlt: "Ontwerp en offerte" + title: "Ontwerp & Offerte", description: "Persoonlijk advies met heldere prijzen en offerte op maat. Wij tonen u 3D-visualisaties van uw toekomstige zonwering.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg?_wi=1", imageAlt: "Ontwerp en offerte" }, { id: 3, - title: "Professionele Installatie", description: "Professionele installatie & vakkundige afwerking volgens de regels. Ons team zorgt voor een perfect resultaat.", imageSrc: "http://img.b2bpic.net/free-photo/gray-metal-grid-background_158595-5084.jpg", imageAlt: "Professionele installatie" + title: "Professionele Installatie", description: "Professionele installatie & vakkundige afwerking volgens de regels. Ons team zorgt voor een perfect resultaat.", imageSrc: "http://img.b2bpic.net/free-photo/gray-metal-grid-background_158595-5084.jpg?_wi=1", imageAlt: "Professionele installatie" }, { id: 4, - title: "Genieten!", description: "Geniet van de voordelen en het comfort van uw nieuwe zonwering. Jarenlang zorgeloos genieten van schaduw en comfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-street-cafe-smiling-laughs-drinking-coffee-terrace_1321-1404.jpg", imageAlt: "Genieten van comfort" + title: "Genieten!", description: "Geniet van de voordelen en het comfort van uw nieuwe zonwering. Jarenlang zorgeloos genieten van schaduw en comfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-street-cafe-smiling-laughs-drinking-coffee-terrace_1321-1404.jpg?_wi=1", imageAlt: "Genieten van comfort" } ]} textboxLayout="default" @@ -120,13 +120,13 @@ export default function LandingPage() { tagIcon={Package} products={[ { - id: "product-1", name: "Voorzetrolluik", price: "Vanaf €399", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg", imageAlt: "Voorzetrolluik zonwering" + id: "product-1", name: "Voorzetrolluik", price: "Vanaf €399", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg?_wi=2", imageAlt: "Voorzetrolluik zonwering" }, { - id: "product-2", name: "Screen", price: "Vanaf €599", imageSrc: "http://img.b2bpic.net/free-photo/gray-metal-grid-background_158595-5084.jpg", imageAlt: "Retractable screen zonwering" + id: "product-2", name: "Screen", price: "Vanaf €599", imageSrc: "http://img.b2bpic.net/free-photo/gray-metal-grid-background_158595-5084.jpg?_wi=2", imageAlt: "Retractable screen zonwering" }, { - id: "product-3", name: "Luifel", price: "Vanaf €799", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-street-cafe-smiling-laughs-drinking-coffee-terrace_1321-1404.jpg", imageAlt: "Luifel zonwering" + id: "product-3", name: "Luifel", price: "Vanaf €799", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-street-cafe-smiling-laughs-drinking-coffee-terrace_1321-1404.jpg?_wi=2", imageAlt: "Luifel zonwering" } ]} gridVariant="three-columns-all-equal-width"