Update
This commit is contained in:
@@ -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} />
|
||||
|
||||
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user