Janata E Com
<?xml version="1.0" encoding="UTF-8" ?>
<b:blog xmlns:b="http://www.google.com/2005/gml/b">
<b:skin><![CDATA[
body {
font-family: Arial, sans-serif;
background: #f1f1f1;
text-align: center;
}
.card {
background: white;
border-radius: 16px;
padding: 16px;
max-width: 400px;
margin: auto;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
img {
max-width: 100%;
border-radius: 12px;
}
h2 {
margin: 10px 0;
}
.price {
font-size: 20px;
color: green;
margin-bottom: 16px;
}
.btn {
display: inline-block;
padding: 10px 16px;
margin: 6px;
border: none;
border-radius: 6px;
color: white;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.call1 { background-color: #007bff; }
.call2 { background-color: #0056b3; }
.wa1 { background-color: #25d366; }
.wa2 { background-color: #128c7e; }
.cart { background-color: orange; }
.buy { background-color: #e91e63; }
]]></b:skin>
<b:template-skin name="janata-skin" />
<b:section id="main" class="main" maxwidgets="1" showaddelement="no">
<b:widget id="Product1" type="HTML" title="Bluetooth Speaker">
<b:widget-settings />
<b:includable id="main">
<div class="card">
<img src="https://via.placeholder.com/350x200.png?text=Bluetooth+Speaker" alt="Bluetooth Speaker" />
<h2>Bluetooth Speaker</h2>
<div class="price">₹499</div>
<a class="btn call1" href="tel:8411854305">Call 1</a>
<a class="btn call2" href="tel:7719060190">Call 2</a>
<a class="btn wa1" href="https://wa.me/8411854305?text=Hi%2C%20I%20am%20interested%20in%20this%20product" target="_blank">WhatsApp 1</a>
<a class="btn wa2" href="https://wa.me/7719060190?text=Hi%2C%20I%20am%20interested%20in%20this%20product" target="_blank">WhatsApp 2</a>
<br/>
<button class="btn cart" onclick="alert('Added to cart')">Add to Cart</button>
<button class="btn buy" onclick="alert('Proceed to buy')">Buy Now</button>
</div>
</b:includable>
</b:widget>
</b:section>
</b:blog>
0 comments :
Please do not enter any spam link in the comment box.