export function BackgroundCoverImageWithSearch() {
return (
<div className="h-screen min-h-[700px] w-full bg-cover bg-center before:absolute before:h-full before:w-full before:bg-black/70 before:content-['']">
<nav className="relative top-0 left-0 w-full bg-transparent py-5 transition-all duration-500 lg:flex">
<div className="mx-auto w-full max-w-7xl lg:px-8">
<div className="flex w-full flex-col lg:flex-row">
<div className="flex justify-between px-4 sm:px-6 lg:flex-row">
<a href="https://pagedone.io/" className="flex items-center">
{/* SVG removed */}
</a>
<button
data-collapse-toggle="navbar"
className="mobile-button ml-3 inline-flex items-center rounded-lg p-2 text-sm text-gray-500 hover:bg-gray-100 focus:ring-2 focus:ring-gray-200 focus:outline-none lg:hidden"
aria-controls="navbar-default"
aria-expanded="false"
>
<span className="sr-only">Open main menu</span>
{/* SVG removed */}
</button>
</div>
<div
className="hidden w-full max-lg:mt-4 max-lg:h-screen max-lg:overflow-auto max-lg:bg-black/40 max-lg:px-4 lg:flex lg:pl-11"
id="navbar"
>
<ul className="mt-4 flex flex-col max-lg:gap-4 max-lg:py-6 lg:mt-0 lg:flex-row lg:items-center">
<li>
<a
href="javascript:;"
className="mb-2 block text-sm font-medium text-white transition-all duration-500 hover:text-indigo-700 lg:mr-6 lg:mb-0 lg:text-left lg:text-base"
>
Home
</a>
</li>
<li>
<a
href="javascript:;"
className="mb-2 block text-sm font-medium text-white transition-all duration-500 hover:text-indigo-700 lg:mr-6 lg:mb-0 lg:text-left lg:text-base"
>
About us
</a>
</li>
<li className="relative">
<button
data-target="menu1"
className="dropdown-toggle hover:text-prime-blue-700 mr-auto mb-2 flex items-center justify-between text-center text-sm font-medium text-white transition-all duration-500 hover:text-indigo-700 lg:m-0 lg:mr-6 lg:mb-0 lg:text-left lg:text-base"
>
Products
{/* SVG removed */}
</button>
{/* Dropdown menu */}
<div
id="menu1"
aria-labelledby="menu1"
className="animate-fade relative top-3 z-10 hidden min-w-full rounded-lg bg-black/95 p-2 shadow-[0px_15px_30px_0px_rgba(16,24,40,0.1)] max-lg:mb-3 md:min-w-[500px] lg:absolute lg:top-14 lg:-left-80 lg:min-w-[800px] lg:p-4 xl:p-8"
>
<div className="flex flex-col justify-between md:flex-row">
<ul
className="text-sm text-gray-700 md:w-1/2"
aria-labelledby="dropdownLargeButton"
>
<h6 className="mb-2 text-sm font-medium text-gray-500">
Features
</h6>
<li>
<a
href="javascript:;"
className="group flex items-center px-3 py-5 transition-all duration-500 hover:rounded-xl hover:bg-gray-50"
>
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-orange-50">
{/* SVG removed */}
</div>
<div className="ml-4 w-4/5">
<h5 className="mb-1.5 text-base font-semibold text-gray-100 transition-all duration-500 group-hover:text-gray-900">
Notification
</h5>
<p className="text-xs font-medium text-gray-400">
Real time notification always keep you up to
date in realtime
</p>
</div>
</a>
</li>
<li>
<a
href="javascript:;"
className="group flex items-center px-3 py-5 transition-all duration-500 hover:rounded-xl hover:bg-gray-50"
>
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-emerald-50">
{/* SVG removed */}
</div>
<div className="ml-4 w-4/5">
<h5 className="mb-1.5 text-base font-semibold text-gray-100 transition-all duration-500 group-hover:text-gray-900">
Analytics
<span className="mr-2 ml-4 h-5 rounded-full bg-indigo-50 px-2.5 py-1 text-xs font-medium text-indigo-500">
New
</span>
</h5>
<p className="text-xs font-medium text-gray-400">
Analyze data to make more informed and accurate
business decision
</p>
</div>
</a>
</li>
<li>
<a
href="javascript:;"
className="group flex items-center px-3 py-5 transition-all duration-500 hover:rounded-xl hover:bg-gray-50"
>
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-blue-50">
{/* SVG removed */}
</div>
<div className="ml-4 w-4/5">
<h5 className="mb-1.5 text-base font-semibold text-gray-100 transition-all duration-500 group-hover:text-gray-900">
Integrations
</h5>
<p className="text-xs font-medium text-gray-400">
Get started by taking advantage of integration
with other services
</p>
</div>
</a>
</li>
</ul>
<ul
className="text-sm text-gray-700 md:w-1/2 dark:text-gray-400"
aria-labelledby="dropdownLargeButton"
>
<h6 className="mb-2 text-sm font-medium text-gray-500">
Services
</h6>
<li>
<a
href="javascript:;"
className="group flex items-center px-3 py-5 transition-all duration-500 hover:rounded-xl hover:bg-gray-50"
>
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-rose-50">
{/* SVG removed */}
</div>
<div className="ml-4 w-4/5">
<h5 className="mb-1.5 text-base font-semibold text-gray-100 transition-all duration-500 group-hover:text-gray-900">
Security
</h5>
<p className="text-xs font-medium text-gray-400">
To ensure your privacy all information are
highly encrypted
</p>
</div>
</a>
</li>
<li>
<a
href="javascript:;"
className="group flex items-center px-3 py-5 transition-all duration-500 hover:rounded-xl hover:bg-gray-50"
>
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-indigo-50">
{/* SVG removed */}
</div>
<div className="ml-4 w-4/5">
<h5 className="mb-1.5 text-base font-semibold text-gray-100 transition-all duration-500 group-hover:text-gray-900">
Documentation
</h5>
<p className="text-xs font-medium text-gray-400">
Organized documentation will help you save tone
of your time
</p>
</div>
</a>
</li>
<li>
<a
href="javascript:;"
className="group flex items-center px-3 py-5 transition-all duration-500 hover:rounded-xl hover:bg-gray-50"
>
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-cyan-50">
{/* SVG removed */}
</div>
<div className="ml-4 w-4/5">
<h5 className="mb-1.5 text-base font-semibold text-gray-100 transition-all duration-500 group-hover:text-gray-900">
Support
</h5>
<p className="text-xs font-medium text-gray-400">
Need help? our customer support is here to help
you anytime
</p>
</div>
</a>
</li>
</ul>
</div>
</div>
</li>
<li className="relative">
<button
data-target="menu2"
className="dropdown-toggle hover:text-prime-blue-700 mr-auto mb-2 flex items-center justify-between text-center text-sm font-medium text-white transition-all duration-500 hover:text-indigo-700 lg:m-0 lg:mr-6 lg:mb-0 lg:text-left lg:text-base"
>
Features
{/* SVG removed */}
</button>
{/* Dropdown menu */}
<div
id="menu2"
aria-labelledby="menu2"
className="dropdown-menu relative top-3 z-10 hidden w-64 rounded-lg bg-black/95 p-2 font-normal shadow-[0px_15px_30px_-4px_rgba(16,24,40,0.03)] max-lg:mb-3 lg:absolute lg:top-14 lg:p-4 xl:p-8"
>
<ul
className="text-sm text-gray-700"
aria-labelledby="dropdownLargeButton"
>
<h6 className="mb-2 text-sm font-medium text-white">
Features
</h6>
<li>
<a
href="javascript:;"
className="hover:text-prime-blue-700 block py-3 text-base font-semibold text-gray-50 transition-all duration-500"
>
Notification
</a>
</li>
<li>
<a
href="javascript:;"
className="hover:text-prime-blue-700 block py-3 text-base font-semibold text-gray-50 transition-all duration-500"
>
Analytics
</a>
</li>
<li>
<a
href="javascript:;"
className="hover:text-prime-blue-700 block py-3 text-base font-semibold text-gray-50 transition-all duration-500"
>
Integrations
</a>
</li>
<li>
<a
href="javascript:;"
className="hover:text-prime-blue-700 block py-3 text-base font-semibold text-gray-50 transition-all duration-500"
>
Security
</a>
</li>
<li>
<a
href="javascript:;"
className="hover:text-prime-blue-700 block py-3 text-base font-semibold text-gray-50 transition-all duration-500"
>
Documentation
</a>
</li>
<li>
<a
href="javascript:;"
className="hover:text-prime-blue-700 block py-3 text-base font-semibold text-gray-50 transition-all duration-500"
>
Support
</a>
</li>
</ul>
</div>
</li>
</ul>
<div className="flex flex-col justify-start max-lg:gap-4 lg:flex-1 lg:flex-row lg:items-center lg:justify-end">
<button className="cursor-pointer rounded-full bg-indigo-50 px-6 py-3 text-center text-sm font-semibold text-indigo-600 shadow-xs transition-all duration-500 hover:bg-indigo-100">
Login
</button>
<button className="cursor-pointer rounded-full bg-indigo-600 px-6 py-3 text-center text-sm font-semibold text-white shadow-xs transition-all duration-500 hover:bg-indigo-700 lg:ml-5">
Sign up
</button>
</div>
</div>
</div>
</div>
</nav>
<section className="relative overflow-hidden">
<div className="mx-auto h-full max-w-7xl px-4 sm:px-6 lg:px-8">
<div className="flex h-full w-full flex-col items-center justify-center py-20">
<h1 className="font-manrope mx-auto mb-5 text-center text-5xl leading-snug font-bold text-white lg:max-w-2xl">
Find quick solution with our Smart Search
</h1>
<p className="mb-20 text-center text-lg font-medium text-white">
Let’s find the best solution you are seeking for
</p>
<div className="relative flex h-14 w-full max-w-full flex-row items-center justify-between rounded-full border-2 border-transparent bg-white p-2 transition-all duration-500 focus-within:border-indigo-600 hover:border-indigo-600 lg:max-w-xl">
<input
type="text"
name="email"
placeholder="Search solution.."
className="flex-1 rounded-full bg-transparent px-3 py-1.5 text-lg leading-6 font-medium text-gray-900 placeholder:text-gray-400 focus:outline-none lg:px-7"
/>
<button className="flex h-10 cursor-pointer items-center rounded-full bg-indigo-600 px-6 py-2 text-sm leading-none font-medium text-white transition-all duration-500 hover:bg-indigo-700">
Search now
</button>
</div>
</div>
</div>
</section>
</div>
)
}