General Example
General testing page for various components and features.
Typography
Heading 1 - Main Page Title
Heading 2 - Section Title
Heading 3 - Subsection Title
Body text - This is the standard paragraph text used throughout the site. It provides good readability and maintains consistent spacing.
Small text - Used for captions, metadata, and secondary information.
Buttons
Button Variations
Forms
Contact Form Example
Cards
Feature Cards
Feature Card
This demonstrates the card-marketing class with hover effects and proper spacing.
<::Button kind="stroke">Learn MoreProduct Card
Showcasing the consistent design language across all components.
<::Button>Get StartedTestimonial Card
Customer testimonials and success stories with the new styling system.
<::Button kind="cta">See DemoColor Palette
Grape 500
#895AE8
Grape 400
#AB86F6
Grape 50
#F9F7FF
Grey 900
#111111
Icons
Available Icons
    <::Icon id="logo" class="w-8 h-8 mx-auto mb-2" />
    logo
  
  
    <::Icon id="check" class="w-8 h-8 mx-auto mb-2" />
    check
  
  
    <::Icon id="user" class="w-8 h-8 mx-auto mb-2" />
    user
  
  
    <::Icon id="shield" class="w-8 h-8 mx-auto mb-2" />
    shield
  
  
    <::Icon id="brain" class="w-8 h-8 mx-auto mb-2" />
    brain
  
  
    <::Icon id="check-circle" class="w-8 h-8 mx-auto mb-2" />
    check-circle
  
Icon Sizes
  <::Icon id="logo" class="w-4 h-4" />
  <::Icon id="logo" class="w-6 h-6" />
  <::Icon id="logo" class="w-8 h-8" />
  <::Icon id="logo" class="w-12 h-12" />
  <::Icon id="logo" class="w-16 h-16" />
Usage Notes
This example page showcases:
- Typography system - All text styles and sizes
- Button components - Different button variations and states
- Form elements - Input fields, validation states
- Card components - Marketing cards with hover effects
- Color system - Brand colors and their usage
- Icon system - Available icons and sizing options
Use this page as a reference for implementing consistent design patterns across the application.