Merge version_62 into main

Merge version_62 into main
This commit was merged in pull request #102.
This commit is contained in:
2026-03-22 06:58:47 +00:00

View File

@@ -37,6 +37,7 @@ import {
Star,
Users,
Award,
PhoneCall,
} from "lucide-react";
import { useState, useEffect } from "react";
@@ -410,6 +411,16 @@ export default function LandingPage() {
<MessageCircle size={20} />
Написать на WhatsApp
</button>
{/* Phone Call Button */}
<a
href="tel:+77763413030"
className="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 rounded-lg flex items-center justify-center gap-2 transition-colors"
aria-label="Позвонить в компанию"
>
<PhoneCall size={20} />
Позвонить
</a>
</div>
</div>
</div>