This commit is contained in:
ct
2025-07-18 01:30:16 +08:00
parent f10e531c71
commit c5c2c0dca4

View File

@@ -3,7 +3,7 @@ import { usePage } from '@inertiajs/react';
const Hero = () => {
const { stats } = usePage().props;
return (
<section className="relative bg-gradient-to-b to-transparent dark:from-neutral-900 dark:to-transparent">
<section className="relative bg-gradient-to-b to-transparent pt-6 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 */}