Advanced Pricing

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

Pricing plan icon

GROWTH

Under 0,000 in monthly ad spend

250/month
Pricing plan icon

BUSINESS

Over 0,000 in monthly ad spend

500/month
Pricing plan icon

ENTERPRISE

Over $300,000 in monthly ad spend

1250/month
Pricing plan illustration

Benefits

Access to slack community
Access to support team
Algorithmic bidding
Keyword and ASIN harvesting

Features

Search term isolation
Total sales analytics
Best seller rank
Placement optimization

Benefits

All features in Growth
3 week checkpoint call
6 week checkpoint call
Quarterly account assessment

Features

Google Ads integration
Automated rules and strategies
Brand analytics
Competitor intelligence

Benefits

All features in Business
Strategic Partner Manager
Quarterly Business Review
Yearly Account Planning

Features

Amazon DSP instance
Amazon Marketing Cloud
Datalake integration
Custom dashboard

Block A Props

Available props for block A


<script setup lang="ts">
import { plans } from '/@src/data/blocks/advanced/pricing'
</script>

<template>
  <PricingSection :plans="plans" />
</template>

Block B

Advanced block B variation 1

Early

249

/per attendee

  • Tech breakfast
  • Lunch included
  • Hot/Cool drinks
On Time

299

/per attendee

  • Tech breakfast
  • Lunch included
  • Hot/Cool drinks
Late

349

/per attendee

  • Tech breakfast
  • Lunch included
  • Hot/Cool drinks

Block B Props

Available props for block B


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

<template>
  <PricingCardsA
    :plans="eventPlans"
    :columns="3"
    label="Buy Ticket"
    rounded
    pulled
    polka-dots
  />
</template>

Block C

Advanced block C variation 1

Our plans

Duplexque isdem diebus acciderat malum, quod et Theophilum insontem atrox interceperat casus.

Standard
  • Premium programs
  • Social integration
  • Social network
  • 2h of coaching /month
  • Live Events

9.00

per month
Premium
  • Custom programs
  • Live streaming
  • Personal page
  • 10h of coaching /month
  • VIP invites

$39.00

per month

Block C Props

Available props for block C


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

<template>
  <PricingDuo
    title="Our plans"
    subtitle="Duplexque isdem diebus acciderat malum, quod et Theophilum insontem
        atrox interceperat casus."
    :plans="workoutPricingPlans"
    rounded
    polka-dots
  />
</template>

Block D

Advanced block D variation 1

$75/month

$225 paid quarterly

$75/month

$600 paid yearly

Save 30%

Block D Props

Available props for block D


<template>
  <PricingAction
    :monthly-price="75"
    :quarterly-price="225"
    :yearly-price="600"
    :discount="30"
  />
</template>

Block E

Advanced block E variation 1

Solution pricing

All features you'll ever need to run a project

Unlimited projects
Desktop and mobile app
Unlimited tasks
Email integration
Unlimited time records
Client management
Task dependencies
Budget tracking
Recurring tasks
Advanced reports
7

per member, per month

Block E Props

Available props for block E


<template>
  <PricingSolo
    title="Solution pricing"
    subtitle="All features you'll ever need to run a project"
    :features="[
      'Unlimited projects',
      'Desktop and mobile app',
      'Unlimited tasks',
      'Email integration',
      'Unlimited time records',
      'Client management',
      'Task dependencies',
      'Budget tracking',
      'Recurring tasks',
      'Advanced reports',
    ]"
    :monthly-price="7"
    :yearly-price="79"
    link-label="Start Free Trial"
    link="/"
  />
</template>

Block F

Advanced block F variation 1

Unlimited projects
Desktop and mobile app
Unlimited tasks
Email integration
Unlimited time records
0

per user, per month

Block F Props

Available props for block F


<template>
  <PricingSoloCentered
    :features="[
      'Unlimited projects',
      'Desktop and mobile app',
      'Unlimited tasks',
      'Email integration',
      'Unlimited time records',
    ]"
    :price="0"
    link-label="Get Started Now"
    link="/"
  />
</template>

Block G

Advanced block G variation 1

pricing logoStarter
15

per user, per month

  • Free or 2

    Trades

  • Free

    Basic Account

  • Free

    Monthly fees

  • $3/mo

    Stocks & Shares

  • $5/mo

    Live data

  • Spot rate + 0.65%

    Tax rate

  • $0.75

    Bank transfer

  • $5

    Bank transfer (fast)

pricing logoBusiness
25

per user, per month

  • Free

    Trades

  • Free

    Basic Account

  • Free

    Monthly fees

  • 0/mo

    Stocks & Shares

  • $2/mo

    Live data

  • Spot rate + 0.55%

    Tax rate

  • $0.5

    Bank transfer

  • $3

    Bank transfer (fast)

pricing logoEnterprise
45

per user, per month

  • Free

    Trades

  • Free

    Basic Account

  • Free

    Monthly fees

  • 5/mo

    Stocks & Shares

  • Free

    Live data

  • Spot rate + 0.25%

    Tax rate

  • Free

    Bank transfer

  • $2

    Bank transfer (fast)

Block G Props

Available props for block G


<script setup lang="ts">
import { longPlans } from '/@src/data/blocks/advanced/pricing'
</script>

<template>
  <PricingLong
    :plans="longPlans"
    :columns="4"
    :limit="3"
    rounded
    shadow
    polka-dots
  />
</template>

Block H

Advanced block H variation 1

Monthly
Annualy
Save 10%

Basic

For individuals who just need to start with the basic features

0

per user, per month

when billed monthly

Team

For teams who just need to start with the basic features

5

per user, per month

when billed monthly

Pro

For medium businesses who need advanced features for their activity

15

per user, per month

when billed monthly

Enterprise

For large businesses who need advanced features for their activity

99

per user, per month

when billed monthly

Block H Props

Available props for block H


<script setup lang="ts">
import { pricingCompactPlans } from '/@src/data/blocks/advanced/pricing'
</script>

<template>
  <PricingCompact :plans="pricingCompactPlans" />
</template>