Ещё мелочи
This commit is contained in:
parent
ef97925591
commit
6d4248aef9
|
|
@ -2,7 +2,7 @@ import Image from 'next/image'
|
||||||
|
|
||||||
export default function VideoSection() {
|
export default function VideoSection() {
|
||||||
return (
|
return (
|
||||||
<section className="bg-white py-16">
|
<section className="bg-white mt-12">
|
||||||
<div className="container max-w-6xl mx-auto px-4 flex flex-col lg:flex-row items-center gap-12">
|
<div className="container max-w-6xl mx-auto px-4 flex flex-col lg:flex-row items-center gap-12">
|
||||||
{/* Левая колонка с текстом */}
|
{/* Левая колонка с текстом */}
|
||||||
<div className="lg:w-1/2">
|
<div className="lg:w-1/2">
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ export default function Header() {
|
||||||
|
|
||||||
{/* Контакты и кнопка */}
|
{/* Контакты и кнопка */}
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
{/* Номер телефона - видимый на всех экранах */}
|
{/* Номер телефона - скрыт на маленьких экранах */}
|
||||||
<div className="flex items-center space-x-2 text-gray-700">
|
<div className="hidden sm:flex items-center space-x-2 text-gray-700">
|
||||||
<span className="text-sm sm:text-base">
|
<span className="text-sm sm:text-base">
|
||||||
+7 (978) 744-89-00
|
+7 (978) 744-89-00
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue