connect links to a tegs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user