Passer au contenu principal Passer à la navigation Aller à la recherche Passer au pied de page

Content Blocks

Versatile content layouts for building engaging e-commerce pages

🎨 Content Block Demonstrations

Versatile content layouts for building engaging e-commerce pages

Hero Sections

Eye-catching hero sections for homepage and landing pages

Full Width Hero

Hero Background

Discover Premium Sparkles

Transform your projects with our exclusive collection

<div class="sparkles-hero-section relative overflow-hidden">
    <div class="sparkles-hero-parallax-bg absolute inset-0 z-0">
        <img src="hero-bg.jpg" alt="Hero Background" class="w-full h-full object-cover">
    </div>
    <div class="relative z-10 max-w-7xl mx-auto px-4 py-24 text-center">
        <h1 class="sparkles-hero-title text-white mb-4" x-scroll-animate="fade-up">
            Hero Title
        </h1>
        <p class="sparkles-hero-subtitle text-white/90 mb-8" x-scroll-animate="fade-up" x-scroll-delay="100">
            Hero subtitle text
        </p>
        <button class="sparkles-btn sparkles-btn-primary sparkles-btn-lg">
            Call to Action
        </button>
    </div>
</div>

Split Hero Section

Crafted with Excellence

Experience the perfect blend of quality and elegance in every piece. Our collection is designed to bring brilliance to your creations.

Hero Image
<div class="sparkles-content-block sparkles-content-block-split">
    <div class="grid grid-cols-1 lg:grid-cols-2 gap-0">
        <div class="sparkles-content-block-body p-12 flex items-center">
            <div>
                <h2 class="sparkles-content-block-title mb-4" x-scroll-animate="fade-right">
                    Title Here
                </h2>
                <p class="text-gray-600 mb-6">Description text</p>
                <button class="sparkles-btn sparkles-btn-primary">CTA Button</button>
            </div>
        </div>
        <div class="sparkles-hero-image relative overflow-hidden">
            <img src="image.jpg" alt="Hero Image" class="w-full h-full object-cover">
        </div>
    </div>
</div>

Feature Blocks

Highlight key features and benefits with engaging visual elements

Icon Feature Cards

Fast Delivery

Get your orders delivered within 24-48 hours with our express shipping service.

Secure Payment

Your transactions are protected with industry-leading encryption technology.

Quality Guarantee

100% satisfaction guaranteed or your money back within 30 days.

<div class="sparkles-feature-card" x-scroll-animate="fade-up">
    <div class="sparkles-feature-icon">
        <!-- SVG Icon -->
    </div>
    <h3 class="sparkles-feature-title">Feature Title</h3>
    <p class="sparkles-feature-description">
        Feature description text here.
    </p>
</div>

Feature Content Blocks

Premium Materials

Crafted from the finest sources

Our products are made from carefully selected materials that ensure durability and beauty. Each piece undergoes rigorous quality control.

<div class="sparkles-content-block" x-scroll-animate="fade-up">
    <div class="sparkles-content-block-header">
        <h3 class="sparkles-content-block-title">Title</h3>
        <p class="sparkles-content-block-subtitle">Subtitle</p>
    </div>
    <div class="sparkles-content-block-body">
        <p>Content text</p>
    </div>
    <div class="sparkles-content-block-footer">
        <button class="sparkles-btn sparkles-btn-primary">CTA</button>
    </div>
</div>

Text & Image Layouts

Flexible layouts combining text content with imagery

Image Left Layout

Feature Image

Exceptional Craftsmanship

Every piece in our collection is handcrafted by skilled artisans who take pride in their work. The attention to detail ensures that each product meets our exacting standards.

  • Hand-selected materials
  • Expert craftsmanship
  • Quality guaranteed

Alternating Image Layout

Design Excellence

Our design team creates timeless pieces that blend contemporary aesthetics with classic elegance.

Design
Quality

Unmatched Quality

Each product undergoes rigorous testing to ensure it meets our high standards for durability and beauty.

Testimonials

Customer testimonials and reviews in various layouts

Testimonial Cards Grid

"The quality exceeded my expectations. Every detail is perfect and the customer service was exceptional throughout the process."
Customer
Sarah Johnson
Verified Buyer
"I've been a customer for 3 years and the consistency in quality and service keeps me coming back. Highly recommended!"
Customer
Michael Chen
Loyal Customer
"Beautiful products that arrived quickly and well-packaged. The attention to detail is impressive."
Customer
Emily Davis
First-time Buyer
<div class="sparkles-testimonial-card" x-scroll-animate="fade-up">
    <div class="sparkles-testimonial-quote">
        "Customer testimonial text here..."
    </div>
    <div class="sparkles-testimonial-author">
        <img src="avatar.jpg" alt="Customer" class="sparkles-testimonial-avatar">
        <div>
            <div class="sparkles-testimonial-name">Customer Name</div>
            <div class="sparkles-testimonial-role">Role/Title</div>
        </div>
    </div>
</div>

Call to Action Blocks

Compelling CTA sections to drive conversions

Simple CTA Block

Ready to Get Started?

Join thousands of satisfied customers who have transformed their projects with our premium collection.

Gradient CTA Block

Limited Time Offer

Get 20% off your first order when you sign up for our newsletter

Stats & Numbers

Display impressive numbers and statistics

Statistics Grid

0
Happy Customers
0
Products
0%
Satisfaction Rate
0
Hour Support
<div class="sparkles-stat-card" x-scroll-animate="fade-up">
    <div class="text-fluid-4xl font-bold text-primary mb-2" 
         x-data="{ count: 0 }" 
         x-init="setTimeout(() => { animateCounter($el, 0, 10000) }, 500)">
        0
    </div>
    <div class="text-gray-600">Label</div>
</div>

Progress Indicators

Customer Satisfaction 98%
On-Time Delivery 95%
Product Quality 100%

Process Steps

Show multi-step processes and workflows

Horizontal Process Steps

1

Browse

Explore our collection

2

Select

Choose your items

3

Checkout

Secure payment

4

Receive

Enjoy your order

<div class="sparkles-multi-step-horizontal">
    <div class="sparkles-step sparkles-step-completed">
        <div class="sparkles-step-indicator">1</div>
        <div class="sparkles-step-content">
            <h4 class="sparkles-step-title">Step Title</h4>
            <p class="sparkles-step-description">Description</p>
        </div>
    </div>
    <div class="sparkles-step-connector sparkles-step-connector-completed"></div>
    <!-- More steps... -->
</div>

Timeline Layout

Order Placed

Your order has been received

2 hours ago

Processing

We're preparing your items

1 hour ago

3

Shipping

On the way to you

Expected tomorrow

Content Variations

Different styles and layouts for content blocks

Overlapping Layout

Background

Special Offer

Get exclusive access to our premium collection with member pricing.

Pattern Background Block

Crafted with Love

Every piece tells a story of dedication and artistry

📝 Usage Examples

<div class="sparkles-hero-section relative overflow-hidden">
  <div class="sparkles-hero-parallax-bg absolute inset-0">
    <img src="hero-bg.jpg" class="w-full h-full object-cover">
  </div>
  <div class="relative z-10 text-center">Hero Content</div>
</div>
<div class="sparkles-feature-card">
  <div class="sparkles-feature-icon">Icon</div>
  <h3 class="sparkles-feature-title">Title</h3>
  <p class="sparkles-feature-description">Description</p>
</div>
<div class="sparkles-testimonial-card">
  <div class="sparkles-testimonial-quote">Quote text</div>
  <div class="sparkles-testimonial-author">Author info</div>
</div>

⚡ Performance & Accessibility

Content Block Best Practices

  • 🎯 Semantic HTML structure for better SEO and accessibility
  • Optimized scroll animations with reduced motion support
  • Proper heading hierarchy and ARIA labels
  • 📱 Responsive layouts tested across all device sizes