diff --git a/src/app/page.tsx b/src/app/page.tsx index 985a3a7..bf356d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -86,7 +86,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Interieur", title: "Luxe interieur", subtitle: "Stijlvol en comfortabel", description: "Volledig gerenoveerde ruimtes met moderne voorzieningen, elegante inrichting en aandacht voor detail.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg?_wi=1", imageAlt: "Luxe keuken" + tag: "Interieur", title: "Luxe interieur", subtitle: "Stijlvol en comfortabel", description: "Volledig gerenoveerde ruimtes met moderne voorzieningen, elegante inrichting en aandacht voor detail.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg", imageAlt: "Luxe keuken" }, { id: 2, @@ -94,7 +94,7 @@ export default function LandingPage() { }, { id: 3, - tag: "Keuken", title: "Volledig uitgeruste keuken", subtitle: "Moderne apparatuur", description: "Alles aanwezig voor zelfcatering, met veel opbergruimte en alle nodige keukengereedschap.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg?_wi=2", imageAlt: "Moderne keuken" + tag: "Keuken", title: "Volledig uitgeruste keuken", subtitle: "Moderne apparatuur", description: "Alles aanwezig voor zelfcatering, met veel opbergruimte en alle nodige keukengereedschap.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-drink-red-wine-kitchen_1157-30458.jpg", imageAlt: "Moderne keuken" }, { id: 4, @@ -102,11 +102,11 @@ export default function LandingPage() { }, { id: 5, - tag: "Locatie", title: "Rustige ligging nabij duinen", subtitle: "Natuurlijke rust", description: "Gelegen in een rustige woonwijk met directe toegang tot de prachtige duinen.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg?_wi=1", imageAlt: "Duinen nabij villa" + tag: "Locatie", title: "Rustige ligging nabij duinen", subtitle: "Natuurlijke rust", description: "Gelegen in een rustige woonwijk met directe toegang tot de prachtige duinen.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg", imageAlt: "Duinen nabij villa" }, { id: 6, - tag: "Strand", title: "Op wandelafstand van zee", subtitle: "Snelle toegang", description: "Slechts enkele minuten wandelen naar het mooie strand van Koksijde.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg?_wi=2", imageAlt: "Strand dichtbij" + tag: "Strand", title: "Op wandelafstand van zee", subtitle: "Snelle toegang", description: "Slechts enkele minuten wandelen naar het mooie strand van Koksijde.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg", imageAlt: "Strand dichtbij" } ]} /> @@ -130,11 +130,11 @@ export default function LandingPage() { }, { id: "location-2", brand: "Afstand", name: "5 minuten naar het strand", price: "Lopend bereikbaar", rating: 5, - reviewCount: "Direct aan zee", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg?_wi=3", imageAlt: "Strand" + reviewCount: "Direct aan zee", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg", imageAlt: "Strand" }, { id: "location-3", brand: "Recreatie", name: "Fietsroutes in de buurt", price: "Familie vriendelijk", rating: 5, - reviewCount: "Veel mogelijkheden", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg?_wi=4", imageAlt: "Duinen" + reviewCount: "Veel mogelijkheden", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6856.jpg", imageAlt: "Duinen" } ]} />