Hero adjust
This commit is contained in:
@@ -43,10 +43,10 @@ export default function Hero({ className }) {
|
|||||||
{/* heading */}
|
{/* heading */}
|
||||||
<div>
|
<div>
|
||||||
<h1 className="lg:text-2xl text-xl font-medium text-white tracking-wide">
|
<h1 className="lg:text-2xl text-xl font-medium text-white tracking-wide">
|
||||||
Lock and Lob x Fiesta Spurs
|
Welcome
|
||||||
</h1>
|
</h1>
|
||||||
<span className="text-[18px] font-thin tracking-wide text-white">
|
<span className="text-[18px] font-thin tracking-wide text-white">
|
||||||
ID : 2320382
|
Last Login : 10-10-2026
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{/* user */}
|
{/* user */}
|
||||||
@@ -64,9 +64,9 @@ export default function Hero({ className }) {
|
|||||||
{/* countdown */}
|
{/* countdown */}
|
||||||
<div className="w-full h-32 flex justify-evenly items-center sm:p-6 p-1 rounded-2xl border border-white-opacity">
|
<div className="w-full h-32 flex justify-evenly items-center sm:p-6 p-1 rounded-2xl border border-white-opacity">
|
||||||
<div className="flex flex-col justify-between">
|
<div className="flex flex-col justify-between">
|
||||||
<p className="text-base text-white tracking-wide">Current Bid</p>
|
<p className="text-base text-white tracking-wide">Current Task</p>
|
||||||
<p className="lg:text-2xl text-lg font-bold tracking-wide text-white">
|
<p className="lg:text-2xl text-lg font-bold tracking-wide text-white">
|
||||||
75,320 ETH
|
ABCDEFGH01
|
||||||
</p>
|
</p>
|
||||||
<p className="text-base text-white tracking-wide">773.69 USD</p>
|
<p className="text-base text-white tracking-wide">773.69 USD</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -74,7 +74,7 @@ export default function Hero({ className }) {
|
|||||||
<div className="flex flex-col justify-between">
|
<div className="flex flex-col justify-between">
|
||||||
<p className="text-base text-white tracking-wide">Next due in</p>
|
<p className="text-base text-white tracking-wide">Next due in</p>
|
||||||
<p className="lg:text-2xl text-lg font-bold tracking-wide text-white">
|
<p className="lg:text-2xl text-lg font-bold tracking-wide text-white">
|
||||||
<CountDown lastDate="2023-03-04 4:00:00" />
|
<CountDown lastDate="2023-04-26 4:00:00" />
|
||||||
</p>
|
</p>
|
||||||
<div className="text-base text-white tracking-wide flex gap-[23px]">
|
<div className="text-base text-white tracking-wide flex gap-[23px]">
|
||||||
<span>Hrs</span>
|
<span>Hrs</span>
|
||||||
@@ -85,19 +85,13 @@ export default function Hero({ className }) {
|
|||||||
</div>
|
</div>
|
||||||
{/* action */}
|
{/* action */}
|
||||||
<div className="flex lg:space-x-3 space-x-1 items-center">
|
<div className="flex lg:space-x-3 space-x-1 items-center">
|
||||||
<Link
|
|
||||||
to="/active-bids"
|
|
||||||
className=" btn-shine w-[116px] h-[46px] text-white rounded-full text-base bg-pink flex justify-center items-center"
|
|
||||||
>
|
|
||||||
Place a Bid
|
|
||||||
</Link>
|
|
||||||
<Link
|
<Link
|
||||||
to="/market-place"
|
to="/market-place"
|
||||||
className="text-white text-base sm:block hidden"
|
className="text-white text-base sm:block hidden"
|
||||||
>
|
>
|
||||||
<span className=" border-b dark:border-[#5356fb29] border-white">
|
<span className=" border-b dark:border-[#5356fb29] border-white">
|
||||||
{" "}
|
{" "}
|
||||||
View Art Work
|
View All Task(s)
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user