Ещё мелочи

This commit is contained in:
Sergey Bolshakov 2025-10-24 21:26:49 +03:00
parent ef97925591
commit 6d4248aef9
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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>