Landing Page Band Component

Updated on

Use this component to 'break' the layout flow of your landing page and either present social proof or showcase the value proposition of the product.

With this component you display a full-width, brand-colored section that displays a title, description and some product logos or icons.

20-100h

Saved on development by using Shipixen

Usage

import { LandingBandSection } from '@/components/landing/LandingBand';
import { ChromeIcon, FigmaIcon, GithubIcon } from 'lucide-react';
<LandingBandSection
  title={'20-100h'}
  description={'Saved on development by using Shipixen'}
  supportingComponent={
    <>
      <ChromeIcon className="w-12 h-12" />
      <FigmaIcon className="w-12 h-12" />
      <GithubIcon className="w-12 h-12" />
    </>
  }
/>

Examples

With Social Proof

4.9/5 stars

Our customers love our product

John DoeJane DoeAlice Doe
99+

from 99+ happy users

Customization

20-100h

Saved on design

API Reference

Prop NameProp TypeRequiredDefault
children React.ReactNodeNo-
title string | React.ReactNodeNo-
titleComponent React.ReactNodeNo-
description string | React.ReactNodeNo-
descriptionComponent React.ReactNodeNo-
supportingComponent React.ReactNodeNo-
withBackground booleanNotrue
variant 'primary' | 'secondary'No'primary'

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.