"use client"; import React from "react"; import Link from "next/link"; import { ArrowLeft, ShieldCheck, Sparkles, FileText, Network, } from "lucide-react"; import { BackgroundBeams } from "@/components/ui/background-beams"; export function ContractsHeader() { return (
{/* Background Beams - Opacity bumped slightly for better visibility */}
{/* Left Column: Typography & Badges */}
Back to Dashboard

Contracts{" "} Manager

Upload, review, and analyze your financial contracts with speed, transparency, and cryptographic security.

{/* Glassmorphic Badges - Sized up slightly from the compact version */}
AI-Powered
Bank-Grade
{/* Right Column: Medium-Sized Graphic */}
{/* Glowing backdrop */}
{/* Floating Medium Glass Cards */}
); }