carType page over
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Image from "next/image";
|
||||
import Text from "../text";
|
||||
import Text from "../lib_components/text";
|
||||
import {
|
||||
FaFacebookF,
|
||||
FaTwitter,
|
||||
@@ -110,62 +110,62 @@ export default function Footer() {
|
||||
</div>
|
||||
</div>
|
||||
<div className=" max-[1200px]:absolute z-10 bottom-30 right-5 group flex flex-col items-end justify-end pt-15">
|
||||
<div className="group relative">
|
||||
<div
|
||||
className="
|
||||
<div className="group relative">
|
||||
<div
|
||||
className="
|
||||
flex gap-1 items-center text-white text-xl
|
||||
opacity-0 translate-x-8 pointer-events-none
|
||||
group-hover:opacity-100 group-hover:translate-x-0 group-hover:pointer-events-auto
|
||||
transition-all duration-1000 ease-in-out delay-800 hover:cursor-pointer
|
||||
"
|
||||
>
|
||||
<p className="bg-[#0e76a8] p-2 rounded-[8px]">Telegram</p>
|
||||
<span className="rounded-full p-2 bg-[#0e76a8] ml-2">
|
||||
<FaTelegram />
|
||||
</span>
|
||||
</div>
|
||||
>
|
||||
<p className="bg-[#0e76a8] p-2 rounded-[8px]">Telegram</p>
|
||||
<span className="rounded-full p-2 bg-[#0e76a8] ml-2">
|
||||
<FaTelegram />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="group relative my-2 ">
|
||||
<div
|
||||
className="
|
||||
<div className="group relative my-2 ">
|
||||
<div
|
||||
className="
|
||||
flex gap-1 items-center text-white text-xl
|
||||
opacity-0 translate-x-6 pointer-events-none
|
||||
group-hover:opacity-100 group-hover:translate-x-0 group-hover:pointer-events-auto
|
||||
transition-all duration-500 ease-in-out delay-600 hover:cursor-pointer
|
||||
"
|
||||
>
|
||||
<p className="bg-[#00900c] p-2 rounded-[8px] bg-linear-to-tr from-[#feda75] via-[#cc2980] to-[#9a2eba] ">
|
||||
Instagram
|
||||
</p>
|
||||
<span className="bg-linear-to-tr from-[#feda75] via-[#cc2980] to-[#9a2eba] rounded-[50%] p-2 ">
|
||||
<FaInstagram />
|
||||
</span>
|
||||
</div>
|
||||
>
|
||||
<p className="bg-[#00900c] p-2 rounded-[8px] bg-linear-to-tr from-[#feda75] via-[#cc2980] to-[#9a2eba] ">
|
||||
Instagram
|
||||
</p>
|
||||
<span className="bg-linear-to-tr from-[#feda75] via-[#cc2980] to-[#9a2eba] rounded-[50%] p-2 ">
|
||||
<FaInstagram />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="group relative">
|
||||
<div
|
||||
className="
|
||||
<div className="group relative">
|
||||
<div
|
||||
className="
|
||||
flex gap-1 items-center text-white text-xl
|
||||
opacity-0 translate-x-2 pointer-events-none
|
||||
group-hover:opacity-100 group-hover:translate-x-0 group-hover:pointer-events-auto
|
||||
transition-all duration-100 ease-in-out delay-200 hover:cursor-pointer
|
||||
"
|
||||
>
|
||||
<p className="bg-[#00900c] p-2 rounded-[8px]">Phone</p>
|
||||
<span className="rounded-[50%] p-2 bg-[#00900c] ">
|
||||
<FaPhone />
|
||||
</span>
|
||||
</div>
|
||||
>
|
||||
<p className="bg-[#00900c] p-2 rounded-[8px]">Phone</p>
|
||||
<span className="rounded-[50%] p-2 bg-[#00900c] ">
|
||||
<FaPhone />
|
||||
</span>
|
||||
</div>
|
||||
<Image
|
||||
src={Ekxkavator_vektor}
|
||||
width={90}
|
||||
height={90}
|
||||
className="mt-3 hover:cursor-pointer icon_animation rounded-[50%] object-cover"
|
||||
alt="icon image"
|
||||
/>
|
||||
</div>
|
||||
<Image
|
||||
src={Ekxkavator_vektor}
|
||||
width={90}
|
||||
height={90}
|
||||
className="mt-3 hover:cursor-pointer icon_animation rounded-[50%] object-cover"
|
||||
alt="icon image"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user