From 4cf4ef65f9d5e8ce4d4c2d518a028be5f19d5cc5 Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:53:32 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Enhanced=20search=20bar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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 */}