Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -16,27 +16,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Over DCRF",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Investeren",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Over DCRF", id: "about" },
|
||||
{ name: "Investeren", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DCRF"
|
||||
/>
|
||||
@@ -44,106 +39,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Investeren in vastgoed met het Dutch Caribbean Real Estate Fund"
|
||||
description="Wij investeren strategisch in residentieel vastgoed en hotels op Curaçao, Bonaire, Aruba en Sint-Maarten voor optimaal rendement."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jan de Vries",
|
||||
handle: "@jandevries",
|
||||
testimonial: "Professionele aanpak en uitstekend rendement.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-professional-real-estate-investment-he-1774811141200-88d2dcb4.png?_wi=1",
|
||||
imageAlt: "A professional real estate investment hero image showing a luxury resort property in the Dutch Carib",
|
||||
},
|
||||
{
|
||||
name: "Maria Lopez",
|
||||
handle: "@marialopez",
|
||||
testimonial: "Zeer transparant fondsbeheer in de Cariben.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-sophisticated-high-end-office-environm-1774811144235-d96f0f28.png",
|
||||
imageAlt: "A sophisticated, high-end office environment in the Caribbean, focused on real estate fund managemen",
|
||||
},
|
||||
{
|
||||
name: "Thomas Smith",
|
||||
handle: "@tsmith",
|
||||
testimonial: "Vertrouwd partner voor vastgoedinvesteringen.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-financial-grow-1774811140897-f7b2535b.png",
|
||||
imageAlt: "An icon representation of financial growth and real estate returns, minimal and professional. Deep b",
|
||||
},
|
||||
{
|
||||
name: "Anna Bakker",
|
||||
handle: "@annabakker",
|
||||
testimonial: "Duidelijke focus op luxe resorts.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-legal-expertis-1774811141611-8eaa85d4.png",
|
||||
imageAlt: "An icon representation of legal expertise and transparency in finance, minimal and professional.",
|
||||
},
|
||||
{
|
||||
name: "Piet Jansen",
|
||||
handle: "@pjansen",
|
||||
testimonial: "Betrouwbaar en deskundig team.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-sustainable-re-1774811140583-490743aa.png",
|
||||
imageAlt: "An icon representation of sustainable real estate growth, modern and minimal.",
|
||||
},
|
||||
{ name: "Jan de Vries", handle: "@jandevries", testimonial: "Professionele aanpak en uitstekend rendement.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-professional-real-estate-investment-he-1774811141200-88d2dcb4.png", imageAlt: "A professional real estate investment hero image showing a luxury resort property in the Dutch Carib" },
|
||||
{ name: "Maria Lopez", handle: "@marialopez", testimonial: "Zeer transparant fondsbeheer in de Cariben.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-sophisticated-high-end-office-environm-1774811144235-d96f0f28.png", imageAlt: "A sophisticated, high-end office environment in the Caribbean, focused on real estate fund managemen" },
|
||||
{ name: "Thomas Smith", handle: "@tsmith", testimonial: "Vertrouwd partner voor vastgoedinvesteringen.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-financial-grow-1774811140897-f7b2535b.png", imageAlt: "An icon representation of financial growth and real estate returns, minimal and professional. Deep b" },
|
||||
{ name: "Anna Bakker", handle: "@annabakker", testimonial: "Duidelijke focus op luxe resorts.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-legal-expertis-1774811141611-8eaa85d4.png", imageAlt: "An icon representation of legal expertise and transparency in finance, minimal and professional." },
|
||||
{ name: "Piet Jansen", handle: "@pjansen", testimonial: "Betrouwbaar en deskundig team.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-sustainable-re-1774811140583-490743aa.png", imageAlt: "An icon representation of sustainable real estate growth, modern and minimal." }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Lees meer over DCRF",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-professional-real-estate-investment-he-1774811141200-88d2dcb4.png?_wi=2"
|
||||
buttons={[{ text: "Lees meer over DCRF", href: "#about" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-professional-real-estate-investment-he-1774811141200-88d2dcb4.png"
|
||||
imageAlt="Caribbean luxury real estate"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-professional-real-estate-investment-he-1774811141200-88d2dcb4.png",
|
||||
alt: "Investor 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-sophisticated-high-end-office-environm-1774811144235-d96f0f28.png",
|
||||
alt: "Investor 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-financial-grow-1774811140897-f7b2535b.png",
|
||||
alt: "Investor 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-legal-expertis-1774811141611-8eaa85d4.png",
|
||||
alt: "Investor 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/an-icon-representation-of-sustainable-re-1774811140583-490743aa.png",
|
||||
alt: "Investor 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Hoge Rendementen",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Transparant Beheer",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxe Resorts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Caribische Markt",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategische Groei",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,22 +60,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Over het Dutch Caribbean Real Estate Fund",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-sophisticated-high-end-office-environm-1774811144235-d96f0f28.png",
|
||||
alt: "DCRF Investment Focus",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Corporate Directory",
|
||||
href: "#",
|
||||
},
|
||||
{ type: "text", content: "Over het Dutch Caribbean Real Estate Fund" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdFa6d27b0FCjRAZ3pTNfOsQ5O/a-sophisticated-high-end-office-environm-1774811144235-d96f0f28.png", alt: "DCRF Investment Focus" }
|
||||
]}
|
||||
buttons={[{ text: "Corporate Directory", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,20 +72,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Risicobeheersing",
|
||||
"Duurzame groei",
|
||||
"Juridische expertise",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Hoogwaardige vastgoedfondsen",
|
||||
"Lokale kennis en expertise",
|
||||
"Volledige transparantie",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Risicobeheersing", "Duurzame groei", "Juridische expertise"] }}
|
||||
positiveCard={{ items: ["Hoogwaardige vastgoedfondsen", "Lokale kennis en expertise", "Volledige transparantie"] }}
|
||||
title="Onze Kernwaarden"
|
||||
description="Waarom kiezen voor DCRF?"
|
||||
/>
|
||||
@@ -201,21 +86,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4",
|
||||
description: "Eilanden gedekt",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Transparant beheer",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Expertise ter plaatse",
|
||||
},
|
||||
{ id: "m1", value: "4", description: "Eilanden gedekt" },
|
||||
{ id: "m2", value: "100%", description: "Transparant beheer" },
|
||||
{ id: "m3", value: "24/7", description: "Expertise ter plaatse" }
|
||||
]}
|
||||
title="Onze Impact in de Nederlandse Cariben"
|
||||
description="Focus op luxe resorts, hotels en appartementen voor toeristische verhuur."
|
||||
@@ -225,9 +98,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Contact opnemen"
|
||||
description="Heeft u vragen over onze fondsen? Laat uw gegevens achter."
|
||||
@@ -238,52 +109,25 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Over DCRF",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Fondsaanbieding",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Corporate Directory",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Links", items: [
|
||||
{ label: "Over DCRF", href: "#about" },
|
||||
{ label: "Fondsaanbieding", href: "#" },
|
||||
{ label: "Corporate Directory", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Documenten",
|
||||
items: [
|
||||
{
|
||||
label: "Privacybeleid",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Documenten", items: [
|
||||
{ label: "Privacybeleid", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "DCRF Curacao",
|
||||
items: [
|
||||
{
|
||||
label: "Julianaplein 36",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Willemstad Curaçao",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "DCRF Curacao", items: [
|
||||
{ label: "Julianaplein 36", href: "#" },
|
||||
{ label: "Willemstad Curaçao", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2026 Dutch Caribbean Real Estate Fund"
|
||||
bottomRightText="Privacyverklaring | Disclaimer"
|
||||
@@ -292,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user