url changes
This commit is contained in:
@@ -187,14 +187,14 @@ const Footer = () => {
|
||||
</div>
|
||||
<div>
|
||||
<div className="flex flex-col space-y-3">
|
||||
<a
|
||||
{/* <a
|
||||
href="tel:+375291234567"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="hover:opacity-80 transition-opacity text-gray-300 hover:text-orange"
|
||||
>
|
||||
+ 7 (777) 777-77-77{' '}
|
||||
</a>
|
||||
</a> */}
|
||||
<a
|
||||
href="mailto:sales@tripwb.com"
|
||||
target="_blank"
|
||||
|
||||
@@ -3,26 +3,26 @@ import Image from 'next/image'
|
||||
import Link from 'next/link'
|
||||
import Burger from './ui/Burger'
|
||||
import LangSwitcher from './LangSwitcher'
|
||||
import Button from './ui/Button'
|
||||
import UserLogin from './UserLogin'
|
||||
|
||||
const Header = () => {
|
||||
return (
|
||||
<div className="flex justify-between items-center px-6 py-8 w-[93%] mx-auto">
|
||||
<div className="flex items-center justify-center space-x-10">
|
||||
<Image
|
||||
src="/images/logo.png"
|
||||
alt="logo"
|
||||
width={50}
|
||||
height={50}
|
||||
priority
|
||||
/>
|
||||
|
||||
<Link href="/">
|
||||
<Image
|
||||
src="/images/logo.png"
|
||||
alt="logo"
|
||||
width={50}
|
||||
height={50}
|
||||
priority
|
||||
/>
|
||||
</Link>
|
||||
<div className="hidden md:block">
|
||||
<Burger />
|
||||
</div>
|
||||
<Link
|
||||
href="/"
|
||||
href="/account/create-as-deliveler"
|
||||
className="text-base font-medium px-4 hover:text-orange transition-colors hidden md:block"
|
||||
>
|
||||
Могу взять посылку
|
||||
@@ -30,10 +30,12 @@ const Header = () => {
|
||||
</div>
|
||||
<div className="flex items-center justify-center space-x-10">
|
||||
<LangSwitcher />
|
||||
<Button
|
||||
text="Разместить объявление"
|
||||
className="hidden md:block bg-orange hover:bg-orange/80 px-4 py-3 text-white"
|
||||
/>
|
||||
<Link
|
||||
href="/account/create-as-sender"
|
||||
className="hidden md:block bg-orange hover:bg-orange/80 px-4 py-3 text-white rounded-2xl "
|
||||
>
|
||||
Разместить объявление
|
||||
</Link>
|
||||
|
||||
<UserLogin />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user