connect links to a tegs

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-08 11:11:44 +05:00
parent 549535b471
commit 9f047aecb4
7 changed files with 28 additions and 21 deletions

View File

@@ -68,19 +68,19 @@ export default function CarDetailPage() {
<Text txt="note2" />
</div>
<div className="flex gap-6">
<button className="
<a href="tel:+998917412920" className="
bg-secondary p-3 px-6 rounded-lg border-2 border-secondary text-white
hover:cursor-pointer hover:bg-white hover:text-secondary
">
<Text txt="book" />
</button>
<button className="
</a>
<a href="https://t.me/@ndx_09" className="
flex gap-4 p-3 rounded-lg border-2 border-sky-500 text-sky-500
hover:cursor-pointer hover:text-black hover:border-black
">
<Send className="w-6 h-6" />
<Text txt="ask" />
</button>
</a>
</div>
</div>
</div>