Page UI logo

Landing Page Newsletter Section

This component displays a newsletter subscription form. On smaller screens, the input field may adjust accordingly to ensure usability.

Never miss an update!

Subscribe to our newsletter to get the latest announcements, news and exclusive offers.

John DoeJane DoeAlice Doe
99+

already joined

Usage

import { LandingNewsletterSection } from '@/components/landing/LandingNewsletterSection';
<LandingNewsletterSection
  title="Never miss an update!"
  description="Subscribe to our newsletter to get the latest announcements, news and exclusive offers."
>
</LandingNewsletterSection>

Examples

Text position

Never miss an update!

Subscribe to our newsletter to get the latest announcements, news and exclusive offers.

With avatar images

Showing user images is a great way to add social proof to your newsletter section and increase conversions.

Person 1Person 2Person 3Person 4Person 5

Never miss an update!

Subscribe to our newsletter to get the latest announcements, news and exclusive offers.

With background

Never miss an update!

Subscribe to our newsletter to get the latest announcements, news and exclusive offers.

With background glow

Never miss an update!

Subscribe to our newsletter to get the latest announcements, news and exclusive offers.

API Reference

Prop NameProp TypeRequiredDefault
children React.ReactNode ǀ stringNo-
innerClassName stringNo-
title string ǀ React.ReactNodeNo-
titleComponent React.ReactNodeNo-
description string ǀ React.ReactNodeNo-
descriptionComponent React.ReactNodeNo-
buttonLabel stringNo'Subscribe'
placeholderLabel stringNo'Enter your email'
inputLabel stringNo'Email address'
textPosition 'center' ǀ 'left'No'left'
minHeight numberNo350
withBackground booleanNofalse
withBackgroundGlow booleanNofalse
withAvatars booleanNotrue
variant 'primary' ǀ 'secondary'No'primary'
backgroundGlowVariant 'primary' ǀ 'secondary'No'primary'
onSubmit (e: React.FormEvent<HTMLFormElement>) => voidNo() => {}

More Examples

For more even more examples, see our Landing Page Component Examples page or see complete landing page examples by Exploring Our Landing Page Templates.