Call To Action (CTA)

Compelling call-to-action sections with animated entrances, testimonials, and conversion-focused designs. Features newsletter signups, app downloads, feature showcases, and testimonial carousels to drive user engagement.

Style One - Centered CTA

Simple centered call-to-action with dual buttons and staggered animations.

External View

Style Two - Horizontal Split CTA

Text and buttons arranged side-by-side with responsive stacking on mobile.

External View

Style Three - Feature List with Image

CTA with feature checklist and decorative image in two-column layout.

External View

Swiper-powered testimonial slider with customer reviews and feature list. Requires Nuxt Swiper Module.

npx nuxi@latest module add swiper

Then add it to your nuxt.config file:

export default defineNuxtConfig({
  modules: ["nuxt-swiper"],
  swiper: {
    /* module options */
  },
});
External View

Style Five - App Download CTA

Mobile app showcase with platform download buttons and phone mockup.

External View

Style Six - Gradient with Statistics

Full-width gradient background with statistics badges and animated blobs.

External View

Style Seven - Newsletter Signup

Email newsletter subscription with inline input and submit button.

External View

Style Eight - Feature Card CTA

Centered card design with feature grid, icon badges, and shadow effects.

External View

Style Nine - Customer Testimonials

Swiper carousel with customer quotes, avatars, and rating stars. Requires Nuxt Swiper Module.

External View