diff --git a/app/components/Seprator.tsx b/app/components/Seprator.tsx index 0e3fc1a..57dd0ff 100644 --- a/app/components/Seprator.tsx +++ b/app/components/Seprator.tsx @@ -6,7 +6,7 @@ type Props = { }; const Seprator: FC = ({ className }) => { - return
; + return
; }; export default Seprator; diff --git a/app/shared/Header.tsx b/app/shared/Header.tsx index 3ded725..e6f1df9 100644 --- a/app/shared/Header.tsx +++ b/app/shared/Header.tsx @@ -1,7 +1,8 @@ import logo from "@/assets/images/logo.png"; -import { Profile, Truck } from "iconsax-reactjs"; +import { Call, Profile, ShoppingCart, Truck, TruckFast } from "iconsax-reactjs"; import Image from "next/image"; import Input from "../components/Input"; +import Seprator from "../components/Seprator"; const Header = () => { return ( @@ -32,6 +33,26 @@ const Header = () => {
+
+
+ +
پیگیری سفارش
+
+ + + +
+ +
(30 خط) 02134782000
+
+ + + +
+ +
0
+
+
);