S
Solo Kit
DocumentationComponentsPricingChangelogRoadmapFAQContact
LoginGet Started
DocumentationComponentsPricing
LoginGet Started
Welcome to Solo Kit DocumentationIntroductionTech StackRoadmapFAQGetting Started
Components

Product Showcase

The Product Showcase component highlights your product features with visual demonstrations and interactive elements.

Usage

import { ProductShowcaseSection } from '@/components/sections';

export default function Page() {
  return <ProductShowcaseSection />;
}

Props

  • title: string - Section headline
  • description: string - Supporting description text
  • features: array of feature objects with title, description, and icon
  • media: object with type (image/video) and source URL

Notes

  • Supports both image and video media
  • Features are displayed in a responsive grid layout
  • Includes smooth animations and hover effects
  • Optimized for mobile viewing

On this page

UsagePropsNotes