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>
|
||||
|
||||
@@ -5,6 +5,7 @@ import Faq from "@/components/pageParts/faq";
|
||||
import Partners from "@/components/pageParts/partners";
|
||||
import Map from "@/components/pageParts/map";
|
||||
import CustomSlider from "@/components/pageParts/newsSlider";
|
||||
import Footer from "@/components/nav_foot/footer";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -14,7 +15,9 @@ export default function Home() {
|
||||
</section>
|
||||
<Texnika />
|
||||
<Offer />
|
||||
<CustomSlider/>
|
||||
<section id="about">
|
||||
<CustomSlider />
|
||||
</section>
|
||||
<Faq />
|
||||
<Partners />
|
||||
<Map />
|
||||
|
||||
Reference in New Issue
Block a user