diff --git a/app/page.tsx b/app/page.tsx
index 75eb149..0018a04 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -2,6 +2,7 @@
import { useEffect, useState } from 'react';
import Header from '../components/custom/header';
import Footer from '../components/custom/footer';
+import { Input } from '@/components/ui/input';
export default function Home() {
const [isClient, setIsClient] = useState(false);
@@ -33,12 +34,15 @@ export default function Home() {
{/* Page Content Over the Video */}
-
TicketChain
+
+
+ TicketChain
+
+