new car added and added some new features to header location icon and again added show case section
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { FaLocationDot } from "react-icons/fa6";
|
||||
import Text from "../lib_components/text";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
@@ -7,12 +8,21 @@ export default function Header() {
|
||||
className="bg-primary py-3 flex items-center sm:justify-around justify-center px-4"
|
||||
>
|
||||
<div className="max-w-[1500px] w-full mx-auto flex items-center sm:justify-between justify-center gap-4 flex-wrap ">
|
||||
|
||||
<div className="flex justify-center items-center text-white max-w-[250px] w-full ">
|
||||
<div className="flex justify-center items-center gap-2 text-white max-w-[250px] w-full ">
|
||||
Uzbekistan , Tashkent
|
||||
<span className="text-[#f2a01c] text-[20px]">
|
||||
<a href="#map" className="text-[#f2a01c] text-[20px]">
|
||||
<FaLocationDot />
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
<div className="text-white text-lg">
|
||||
<Text txt="work_day_title" />
|
||||
</div>
|
||||
<div className="text-secondary text-xl">
|
||||
<Text txt="work_day" />
|
||||
</div>
|
||||
<p className="text-xl text-secondary">24/7</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@@ -24,7 +34,6 @@ export default function Header() {
|
||||
+998 33 252 00 00
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user