'use client';
import React from 'react';
import EventDescription from '@/components/custom/EventDescription';
import Home from '../components/Home';
import EventForm from '@/components/custom/EventForm';
import PreviousTickets from '@/components/PreviousTickets';
export default function Page() {
// Define the handleSubmit function
return (
<>
{/* */}
{/* handleSubmit(data)} /> */}
{/* */}
>
);
}