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

@@ -1,9 +1,9 @@
import AuthUser from '@/modules/auth/auth-user';
import { useEffect, useState } from 'react';
import FAQDiscord from './partials/FAQDiscord.jsx';
import Features from './partials/Features.jsx';
import Footer from './partials/Footer.jsx';
import Hero from './partials/Hero.jsx';
import { useEffect, useState } from 'react';
const Home = ({ faqData }) => {
const [isClient, setIsClient] = useState(false);
@@ -30,7 +30,7 @@ const Home = ({ faqData }) => {
</div>
)}
</div>
<div className="space-y-16">
<div className="space-y-16 pt-6">
<Hero />
<Features />
<FAQDiscord faqData={faqData} />

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 */}