Advanced Contact

Discover Vulk's advanced blocks and learn how you can customize them to build incredible and memorable projects.

Block A

Advanced block A variation 1

Name *
Email Address *
Phone number
Message

Block A Props

Available props for block A


<template>
  <ContactForm />
</template>

Block B

Advanced block B variation 1

Contact Us

Fill out the form below to reach us

Name *
Email Address *
Phone number
Message

Block B Props

Available props for block B


<template>
  <SideContact
    title="Contact Us"
    subtitle="Fill out the form below to reach us"
    :lng="12.550343"
    :lat="55.665957"
    :zoom="16"
  />
</template>

Block C

Advanced block C variation 1

Contact Us

Fill out the form below to reach us

Name *
Email Address *
Phone number
Message

Block C Props

Available props for block C


<template>
  <BlockContact
    title="Contact Us"
    subtitle="Fill out the form below to reach us"
    :lng="12.550343"
    :lat="55.665957"
    :zoom="16"
  />
</template>

Block D

Advanced block D variation 1

Email

support@acik.in

Drop us an email anytime and we'll get back to you ASAP (We love emails)

Phone

+91 83109 39573

Feel free to reach out to us for partnership and alliances

Location

Drop by for some coffee

1534, 8th Main, 1st Cross, BEML Layout 5th Stage, RR Nagar, Bangalore - 560098, Karnataka India

Live Chat

https://acik.in

Ping us through the live chat option at the bottom right for urgent queries. Email is better though

Block D Props

Available props for block D


<script setup lang="ts">
import { contactInfo } from '/@src/data/pages/contact'
</script>

<template>
  <ContactInfo :infos="contactInfo" />
</template>