search urls
This commit is contained in:
@@ -9,6 +9,7 @@ import News from '@/components/News'
|
||||
import { getFAQs } from '@/lib/main/fetchFAQ'
|
||||
import { getNews } from '@/lib/main/fetchNews'
|
||||
import { getFirstRoutes } from '@/lib/main/fetchFirstRoutes'
|
||||
import Link from 'next/link'
|
||||
|
||||
export default async function Home() {
|
||||
const faqs = await getFAQs()
|
||||
@@ -55,9 +56,12 @@ export default async function Home() {
|
||||
{/* форма на серч */}
|
||||
<AddressSelector />
|
||||
|
||||
<div className="decoration-orange hover:text-orange mb-20 cursor-pointer text-lg font-normal text-[#272424] underline underline-offset-4 transition-colors">
|
||||
<Link
|
||||
href="search/customer"
|
||||
className="decoration-orange hover:text-orange mb-20 cursor-pointer text-lg font-normal text-[#272424] underline underline-offset-4 transition-colors"
|
||||
>
|
||||
Я могу взять с собой посылку
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
<div className="mb-8 flex flex-col items-center justify-center">
|
||||
<h2 className="text-center text-4xl font-bold">Все объявления</h2>
|
||||
|
||||
Reference in New Issue
Block a user