cornelis-deluxe.be
Open in
urlscan Pro
167.235.200.166
Public Scan
Submitted URL: https://cornelisdeluxe.be/
Effective URL: https://cornelis-deluxe.be/
Submission: On February 25 via api from US — Scanned from US
Effective URL: https://cornelis-deluxe.be/
Submission: On February 25 via api from US — Scanned from US
Form analysis
1 forms found in the DOMPOST https://cornelis-deluxe.be/!/forms/contact
<form method="POST" action="https://cornelis-deluxe.be/!/forms/contact"
x-data="{"dynamic_form":{"voornaam":null,"achternaam":null,"gsm":null,"email":null,"adres":null,"boodschap":null,"consent":false}}" id="form-contact"
class="flex flex-col gap-8" x-ref="form" @submit.prevent="sendForm()">
<div class="hidden">
<label class="font-bold" for="fax">Fax <sup class="text-yellow-400">*</sup></label>
<input class="form-input w-full" id="fax" type="text" name="fax" tabindex="-1" autocomplete="off">
</div>
<fieldset class="w-full grid md:grid-cols-12 gap-y-7">
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="voornaam">
<span>Voornaam</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.voornaam }" id="voornaam" name="voornaam" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('voornaam')" aria-describedby="voornaam"
x-model="dynamic_form.voornaam"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.voornaam">
<span class="text-red-800 text-sm font-bold" id="voornaam" x-text="errors.voornaam"></span>
</template>
</div>
</div>
</template>
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="voornaam">
<span>Voornaam</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.voornaam }" id="voornaam" name="voornaam" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('voornaam')" aria-describedby="voornaam"
x-model="dynamic_form.voornaam"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.voornaam">
<span class="text-red-800 text-sm font-bold" id="voornaam" x-text="errors.voornaam"></span>
</template>
</div>
</div>
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="achternaam">
<span>Achternaam</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.achternaam }" id="achternaam" name="achternaam" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('achternaam')" aria-describedby="achternaam"
x-model="dynamic_form.achternaam"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.achternaam">
<span class="text-red-800 text-sm font-bold" id="achternaam" x-text="errors.achternaam"></span>
</template>
</div>
</div>
</template>
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="achternaam">
<span>Achternaam</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.achternaam }" id="achternaam" name="achternaam" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('achternaam')" aria-describedby="achternaam"
x-model="dynamic_form.achternaam"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.achternaam">
<span class="text-red-800 text-sm font-bold" id="achternaam" x-text="errors.achternaam"></span>
</template>
</div>
</div>
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="gsm">
<span>GSM</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.gsm }" id="gsm" name="gsm" type="tel" placeholder="" :aria-invalid="errors.hasOwnProperty('gsm')" aria-describedby="gsm"
x-model="dynamic_form.gsm"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.gsm">
<span class="text-red-800 text-sm font-bold" id="gsm" x-text="errors.gsm"></span>
</template>
</div>
</div>
</template>
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="gsm">
<span>GSM</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.gsm }" id="gsm" name="gsm" type="tel" placeholder="" :aria-invalid="errors.hasOwnProperty('gsm')" aria-describedby="gsm"
x-model="dynamic_form.gsm"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.gsm">
<span class="text-red-800 text-sm font-bold" id="gsm" x-text="errors.gsm"></span>
</template>
</div>
</div>
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="email">
<span>E-mail</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.email }" id="email" name="email" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('email')" aria-describedby="email"
x-model="dynamic_form.email"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.email">
<span class="text-red-800 text-sm font-bold" id="email" x-text="errors.email"></span>
</template>
</div>
</div>
</template>
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="email">
<span>E-mail</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.email }" id="email" name="email" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('email')" aria-describedby="email"
x-model="dynamic_form.email"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.email">
<span class="text-red-800 text-sm font-bold" id="email" x-text="errors.email"></span>
</template>
</div>
</div>
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="adres">
<span>Adres</span>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.adres }" id="adres" name="adres" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('adres')" aria-describedby="adres"
x-model="dynamic_form.adres"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.adres">
<span class="text-red-800 text-sm font-bold" id="adres" x-text="errors.adres"></span>
</template>
</div>
</div>
</template>
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="adres">
<span>Adres</span>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/text.antlers.html --><input class="w-full rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.adres }" id="adres" name="adres" type="text" placeholder="" :aria-invalid="errors.hasOwnProperty('adres')" aria-describedby="adres"
x-model="dynamic_form.adres"><!-- End: /vendor/statamic/forms/fields/text.antlers.html -->
<template x-if="errors.adres">
<span class="text-red-800 text-sm font-bold" id="adres" x-text="errors.adres"></span>
</template>
</div>
</div>
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="boodschap">
<span>Boodschap</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/textarea.antlers.html --><textarea class="w-full h-32 rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.boodschap }" id="boodschap" name="boodschap" rows="5" placeholder="" :aria-invalid="errors.hasOwnProperty('boodschap')" aria-describedby="boodschap"
x-model="dynamic_form.boodschap"></textarea><!-- End: /vendor/statamic/forms/fields/textarea.antlers.html -->
<template x-if="errors.boodschap">
<span class="text-red-800 text-sm font-bold" id="boodschap" x-text="errors.boodschap"></span>
</template>
</div>
</div>
</template>
<div class="
flex flex-col md:flex-row gap-x-0 gap-y-2
md:col-span-12
">
<label class="font-light md:w-[30%]" for="boodschap">
<span>Boodschap</span>
<sup class="text-primary-darker">*</sup>
</label>
<div class="flex flex-col space-y-2 md:w-[70%]">
<!-- /vendor/statamic/forms/fields/textarea.antlers.html --><textarea class="w-full h-32 rounded-xl bg-primary-lighter border-0 focus-visible:ring focus-visible:ring-primary motion-safe:transition caret-primary-dark"
:class="{ 'border-red-600 focus-visible:border-red-600': errors.boodschap }" id="boodschap" name="boodschap" rows="5" placeholder="" :aria-invalid="errors.hasOwnProperty('boodschap')" aria-describedby="boodschap"
x-model="dynamic_form.boodschap"></textarea><!-- End: /vendor/statamic/forms/fields/textarea.antlers.html -->
<template x-if="errors.boodschap">
<span class="text-red-800 text-sm font-bold" id="boodschap" x-text="errors.boodschap"></span>
</template>
</div>
</div>
</fieldset>
<div class="w-full grid md:grid-cols-12 gap-6">
<template x-if="error">
<!-- /components/_notification.antlers.html -->
<div class="
rounded border p-4
bg-red-100 border-red-600
md:col-span-12
">
<div class="flex">
<div class="shrink-0">
<svg alt="" aria-hidden="true" class="
h-5 w-5 fill-current motion-safe:transition-colors
text-red-800
" viewBox="0 0 20 20">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z"
clip-rule="evenodd"></path>
</svg>
</div>
<div class="ml-3">
<h3 class="
text-sm leading-5 font-bold
text-red-800
"> Er zijn problemen met je formulierinput. Probeer het opnieuw. </h3>
</div>
</div>
</div>
<!-- End: /components/_notification.antlers.html -->
</template>
<template x-if="success">
<!-- /components/_notification.antlers.html -->
<div class="
rounded border p-4
bg-green-100 border-green-600
md:col-span-12
">
<div class="flex">
<div class="shrink-0">
<svg alt="" aria-hidden="true" class="
h-5 w-5 fill-current motion-safe:transition-colors
text-green-800
" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path>
</svg>
</div>
<div class="ml-3">
<h3 class="
text-sm leading-5 font-bold
text-green-800
"> Bedankt voor je bericht. </h3>
</div>
</div>
</div>
<!-- End: /components/_notification.antlers.html -->
</template>
<div class="md:col-span-12 flex flex-col items-start gap-x-24 gap-y-4">
<template x-if="Statamic.$conditions.showField([], $data.dynamic_form)">
<div class="flex flex-col md:flex-row">
<div class="flex flex-col space-y-2">
<!-- /vendor/statamic/forms/fields/toggle.antlers.html --><label class="inline-flex items-start" :aria-invalid="errors.hasOwnProperty('consent')" aria-describedby="consent"><input type="hidden" name="consent" value="0"><input
class="mr-8 mt-1 inline-flex bg-primary-lighter rounded border-0 text-primary focus-visible:ring focus-visible:ring-primary motion-safe:transition" type="checkbox" name="consent" value="1" x-model="dynamic_form.consent"><span
class="font-light"> Ik heb het privacy beleid gelezen en ga ermee akkoord dat mijn gegevens bewaard worden en ik gecontacteerd kan worden in verband met panden die me kunnen interesseren.
</span></label><!-- End: /vendor/statamic/forms/fields/toggle.antlers.html -->
<template x-if="errors.consent">
<span class="text-red-800 text-sm font-bold" id="consent" x-text="errors.consent"></span>
</template>
</div>
</div>
</template>
<div class="flex flex-col md:flex-row">
<div class="flex flex-col space-y-2">
<!-- /vendor/statamic/forms/fields/toggle.antlers.html --><label class="inline-flex items-start" :aria-invalid="errors.hasOwnProperty('consent')" aria-describedby="consent"><input type="hidden" name="consent" value="0"><input
class="mr-8 mt-1 inline-flex bg-primary-lighter rounded border-0 text-primary focus-visible:ring focus-visible:ring-primary motion-safe:transition" type="checkbox" name="consent" value="1" x-model="dynamic_form.consent"><span
class="font-light"> Ik heb het privacy beleid gelezen en ga ermee akkoord dat mijn gegevens bewaard worden en ik gecontacteerd kan worden in verband met panden die me kunnen interesseren.
</span></label><!-- End: /vendor/statamic/forms/fields/toggle.antlers.html -->
<template x-if="errors.consent">
<span class="text-red-800 text-sm font-bold" id="consent" x-text="errors.consent"></span>
</template>
</div>
</div>
<!-- /components/_button.antlers.html -->
<button :disabled="sending" :class="{ 'opacity-25 cursor-default': sending }" href="/" class="
self-end
button
button-primary
button-filled
button-regular
"> Verstuur </button>
<!-- End: /components/_button.antlers.html -->
</div>
</div>
</form>
Text Content
Deze website vereist Javascript om sommige onderdelen goed te laten functioneren. Doorgaan naar content “BEGIN HIER DE EXCLUSIEVE JACHT NAAR UW DROOMHUIS EN LAAT U DOOR ONS PROFESSIONEEL BEGELEIDEN.” Menu Welkom bij Cornelis Deluxe Scroll verder * Cornelis Deluxe * Deluxe aanbod * Onze referenties * Deluxe aanpak * Cornelis & Partners WIJ BIEDEN EEN TOTAALPAKKET, WAARBIJ ALLES VAN A TOT Z TOT IN DE PUNTJES GEREGELD WORDT. Bij Cornelis Deluxe vindt u de knowhow en de persoonlijke benadering die uw luxevastgoedproject verdient, en dat al 30 jaar lang! Een senior makelaar leidt uw project in goede banen en garandeert een volledige ontzorging, als een heuse compagnon de route. Onze aanpak Bekijk ons aanbod Ontdek ons aanbod Geraardsbergen € 650.000 ONTDEK MEER VAN STIJLVOLLE STATIGE INSTAPKLARE VILLA MET 5 SLAAPKAMERS Gent € 550.000 ONTDEK MEER VAN PRACHTIGE HERENWONING MET GARAGE EN VERHUURDE STUDIO Lokeren € 750.000 ONTDEK MEER VAN PRACHTIGE RUIME KWALITATIEVE VILLA MET VEEL MOGELIJKHEDEN Meer luxe-aanbod Ga verder WE BESCHIKKEN OVER EEN RUIME, MAAR VOORAL HEEL KWALITATIEVE DATABASE VAN POTENTIËLE KOPERS IN HET LUXEVASTGOEDSEGMENT. CONTACT Heeft u een vraag of wenst u graag een persoonlijke afspraak te plannen? Vul dan het onderstaande contactformulier in of bel ons op 09 424 01 01 Uw aanvraag wordt met de nodige discretie behandeld. Fax * Voornaam * Voornaam * Achternaam * Achternaam * GSM * GSM * E-mail * E-mail * Adres Adres Boodschap * Boodschap * ER ZIJN PROBLEMEN MET JE FORMULIERINPUT. PROBEER HET OPNIEUW. BEDANKT VOOR JE BERICHT. Ik heb het privacy beleid gelezen en ga ermee akkoord dat mijn gegevens bewaard worden en ik gecontacteerd kan worden in verband met panden die me kunnen interesseren. Ik heb het privacy beleid gelezen en ga ermee akkoord dat mijn gegevens bewaard worden en ik gecontacteerd kan worden in verband met panden die me kunnen interesseren. Verstuur Onderdeel van Cornelis & Partners BV • Hundelgemsesteenweg 306 - 9820 Merelbeke 09 424 01 01 • immo@cornells-partners.be • www.cornelis-deluxe.be BE 0642 814 446 • R.P.R. Gent • BIV 506201 Zichtrekening BE80 3631 5221 6177 • Derdenrekening BE23 3630 1229 5091 Kantoren te Gent/Merelbeke – Oudenaarde – Geraardsbergen Copyright © 2023 Cornelis Deluxe. Alle rechten voorbehouden. * Development Figure8 Webdesign