import { Link } from 'react-router-dom'; import { ChevronRight } from 'lucide-react'; import { Button } from '@/components/ui/button'; import Navbar from './Navbar'; export default function HeroSection() { return (
{/* Background Video */} {/* Gradient Overlay */}
{/* Content */}
{/* Announcement Badge */}
AI Code Review Explore
{/* Heading */}

Build, Review, and Ship
Frontend Code Faster

{/* Subheading */}

A browser-based IDE with AI-powered multi-agent code review, inline completions, and one-click GitHub integration.

{/* CTA Buttons */}
); }