This commit is contained in:
ct
2025-07-15 20:43:51 +08:00
parent d531649792
commit 326c6e3507
6 changed files with 11 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ import { usePage } from '@inertiajs/react';
const Hero = () => {
const { stats } = usePage().props;
return (
<section className="from-muted/50 relative bg-gradient-to-b to-transparent dark:from-neutral-900 dark:to-transparent">
<section className="relative bg-gradient-to-b to-transparent dark:from-neutral-900 dark:to-transparent">
<div className="relative mx-auto max-w-6xl px-4 sm:px-6 lg:px-8">
<div className="space-y-4 text-center">
{/* Badge */}