Merge version_62 into main #102
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user