edit some data
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import {useState} from "react";
|
||||
import ChevronLeftSvg from "../icons/ChevronLeftSvg";
|
||||
import Image from "next/image";
|
||||
import { default_info } from "@/constants";
|
||||
import { default_info, PHONE_NUMBERS } from "@/constants";
|
||||
|
||||
interface AccordionProps {
|
||||
title: string;
|
||||
@@ -105,7 +105,7 @@ export default function Accordion({
|
||||
</h4>
|
||||
<div className="overflow-hidden text-gray-600 leading-relaxed text-base ">
|
||||
<div>ایمیل : <a href={`mailto:${default_info.email}`}>{default_info.email}</a></div>
|
||||
<div>واتساپ : <a href={`https://wa.me/${+default_info.phone_number}`}>{default_info.phone_number}</a></div>
|
||||
<div>واتساپ : <a dir="ltr" href={`https://wa.me/${+PHONE_NUMBERS.ipd_technician.href}`}>{PHONE_NUMBERS.ipd_technician.href}</a></div>
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
|
||||
@@ -41,7 +41,7 @@ export default function TopMenu({lang}: {lang: languages_types}) {
|
||||
|
||||
</div> */}
|
||||
<div className="lg:w-[210px] flex gap-x-3 transition-all duration-300 items-center ">
|
||||
<Link href={"/"} className="flex items-center gap-x-2">
|
||||
{/* <Link href={"/"} className="flex items-center gap-x-2">
|
||||
<div
|
||||
className={`relative ${
|
||||
isSticky
|
||||
@@ -57,7 +57,7 @@ export default function TopMenu({lang}: {lang: languages_types}) {
|
||||
style={{color: "transparent", fill: "red", objectFit: "fill"}}
|
||||
/>
|
||||
</div>
|
||||
</Link>
|
||||
</Link> */}
|
||||
<Link href={"/"} className="flex items-center gap-x-2">
|
||||
<div
|
||||
className={`relative ${
|
||||
|
||||
Reference in New Issue
Block a user