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

Featured Events diff --git a/components/custom/footer.tsx b/components/custom/footer.tsx index 4012306..9d39d64 100644 --- a/components/custom/footer.tsx +++ b/components/custom/footer.tsx @@ -3,8 +3,8 @@ import React from 'react'; const Footer = () => { return (
-

- © 2024 Ticket Chain. All rights reserved. +

+ © 2024 TicketChain. All rights reserved.

); diff --git a/components/custom/header.tsx b/components/custom/header.tsx index 01ce86c..b044a19 100644 --- a/components/custom/header.tsx +++ b/components/custom/header.tsx @@ -35,26 +35,39 @@ const Header = () => { }} >

-

TicketChain

+ + + TicketChain + +