Add robots.txt for Yandex + fix button contrast issue
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -68,7 +68,7 @@ export default function InteractiveButtons({ variant = 'hero', className = '' }:
|
|||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="border-white text-white hover:bg-white hover:text-gray-900 px-6 sm:px-8 py-3 sm:py-4 text-base sm:text-lg w-full sm:w-auto"
|
className="border-white text-white bg-transparent hover:bg-blue-500 hover:text-white hover:border-blue-500 px-6 sm:px-8 py-3 sm:py-4 text-base sm:text-lg w-full sm:w-auto transition-all"
|
||||||
onClick={scrollToContact}
|
onClick={scrollToContact}
|
||||||
>
|
>
|
||||||
Получить консультацию
|
Получить консультацию
|
||||||
|
|||||||
8
nextjs_space/public/robots.txt
Normal file
8
nextjs_space/public/robots.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# robots.txt для Global-IT24
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: Yandex
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://global-it24.ru/sitemap.xml
|
||||||
Reference in New Issue
Block a user