diff --git a/public/images/subscribe/acti-cover.svg b/public/images/subscribe/acti-cover.svg new file mode 100644 index 0000000..5a4707c --- /dev/null +++ b/public/images/subscribe/acti-cover.svg @@ -0,0 +1,9 @@ + diff --git a/public/images/search/underline.svg b/public/images/subscribe/underline.svg similarity index 100% rename from public/images/search/underline.svg rename to public/images/subscribe/underline.svg diff --git a/src/app/dashboard/find/page.jsx b/src/app/dashboard/find/page.jsx index b43b7e7..fb3cbad 100644 --- a/src/app/dashboard/find/page.jsx +++ b/src/app/dashboard/find/page.jsx @@ -1,12 +1,78 @@ import React from "react"; +import Image from "next/image"; +import Link from "next/link"; import Navbar from "../../_components/common/Navbar" -function Find() { + +const Find=()=>{ return ( -