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