contact add to telegram bot
This commit is contained in:
@@ -39,12 +39,12 @@ export default function ProductCard({ data }: { data: ProductTypes }) {
|
||||
|
||||
{/* Pastki qism - matn */}
|
||||
<div className="bg-[#fafafa] w-full py-5 rounded-b-lg flex flex-col items-center justify-center space-y-1">
|
||||
<p className="font-medium text-gray-800 text-lg text-center">
|
||||
<div className="font-medium text-gray-800 text-lg text-center">
|
||||
<Text txt={data.truck_name} />
|
||||
</p>
|
||||
<p className="text-secondary text-sm text-center">
|
||||
</div>
|
||||
<div className="text-secondary text-sm text-center">
|
||||
<Text txt={data.desc} />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Link>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user