Components
Modern hero section with dark mode support and CTA buttons for analytics products.
Loading preview...
import { Component } from "@/components/ui/hero-section-2";
export default function DemoOne() {
return (
<Component
title="Scale your business with"
highlightedText="smart analytics"
description="Transform your data into actionable insights. Our AI-powered platform helps you make better decisions, increase revenue, and grow faster."
primaryButtonText="Start Free Trial"
secondaryButtonText="Watch Demo"
/>
);
}