blog count implemented

This commit was merged in pull request #237.
This commit is contained in:
victorAnumudu
2023-07-02 22:12:28 +01:00
parent fa5e9b8107
commit 9dd8f49ff8
4 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ export default function ProductCardStyleTwo({
<div
className="w-full h-[236px] p-6 rounded-xl overflow-hidden"
style={{
background: `url(${`https://blog.wrenchboard.com/wp-content/uploads/${datas.meta_value}`}) 0% 0% / cover no-repeat`,
// background: `url(${`${bg}${datas.meta_value}`}) 0% 0% / cover no-repeat`,
// background: `url(${`https://blog.wrenchboard.com/wp-content/uploads/${datas.meta_value}`}) 0% 0% / cover no-repeat`,
background: `url(${`${bg}${datas.meta_value}`}) 0% 0% / cover no-repeat`,
}}
>
<div className="product-two-options flex justify-between mb-5 relative">