Components
A lively landing-page hero promoting collaborative code reviews. Includes header navigation, pattern background, headline, social proof avatars, dual CTAs, and illustration. All copy, images, and colors are configurable via props.
Loading preview...
import { Component } from "@/components/ui/code-feedback-hero-section";
export default function DemoOne() {
return <Component />;
}