chore: update prices to match discount on home page custom section

bug-new
jatin 2024-11-27 21:48:58 +05:30
parent 9ea53bb81e
commit 3df8252f70
1 changed files with 43 additions and 23 deletions

View File

@ -84,36 +84,56 @@
<h3 class="text-lg font-semibold text-center mb-12">Tailored to you, at no extra cost.</h3> <h3 class="text-lg font-semibold text-center mb-12">Tailored to you, at no extra cost.</h3>
<div class="flex md:flex-row flex-col gap-8 lg:mb-32 mb-20"> <div class="flex md:flex-row flex-col gap-8 lg:mb-32 mb-20">
<div> <div>
<a href="https://brooksbingham.com/module/thob/configurator?id_product=74"> <a href="https://brooksbingham.com/module/thob/configurator?id_product=74">
<img id="shirtImage" class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100" src="https://brooksbingham.com/111-home_default/business-shirt.jpg" alt="business-shirt.jpg" /></a> <img id="shirtImage" class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100" src="https://brooksbingham.com/111-home_default/business-shirt.jpg" alt="business-shirt.jpg" />
<div class="flex flex-col pt-4 items-start"> <div class="flex flex-col pt-4 items-start">
<h3 class="text-center text-lg font-bold">$99.00</h3> <div class="flex flex-col items-start">
<h3 class="text-center text-lg font-semibold">Shirts</h3> <h3 class="text-center text-lg font-bold">$66.33</h3>
</div> <h3 class="text-center line-through text-sm font-medium">$99.00</h3>
</div>
<h3 class="text-center text-lg font-semibold">Shirts</h3>
</div>
</a>
</div> </div>
<div><a href="https://brooksbingham.com/module/thob/configurator?id_product=75"> <img id="suitImage" <div>
class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100" <a href="https://brooksbingham.com/module/thob/configurator?id_product=75">
src="https://brooksbingham.com/107-home_default/business-suit.jpg" alt="business-suit.jpg" /></a> <img id="suitImage"
<div class="flex flex-col pt-4 items-start"> class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100"
<h3 class="text-center text-lg font-bold">$795.00</h3> src="https://brooksbingham.com/107-home_default/business-suit.jpg" alt="business-suit.jpg" />
<h3 class="text-center text-lg font-semibold">Suits</h3> <div class="flex flex-col pt-4 items-start">
</div> <div class="flex flex-col items-start">
<h3 class="text-center text-lg font-bold">$532.65</h3>
<h3 class="text-center line-through text-sm font-medium">$795.00</h3>
</div>
<h3 class="text-center text-lg font-semibold">Suits</h3>
</div>
</a>
</div> </div>
<div><a href="https://brooksbingham.com/module/thob/configurator?id_product=76"> <img id="sportsjacketImage" <div>
<a href="https://brooksbingham.com/module/thob/configurator?id_product=76">
<img id="sportsjacketImage"
class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100" class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100"
src="https://brooksbingham.com/108-home_default/sports-jacket.jpg" alt="sports-jacket.jpg" /></a> src="https://brooksbingham.com/108-home_default/sports-jacket.jpg" alt="sports-jacket.jpg" />
<div class="flex flex-col pt-4 items-start"> <div class="flex flex-col pt-4 items-start">
<h3 class="text-center text-lg font-bold">$495.00</h3> <div class="flex flex-col items-start">
<h3 class="text-center text-lg font-bold">$331.65</h3>
<h3 class="text-center line-through text-sm font-medium">$495.00</h3>
</div>
<h3 class="text-center text-lg font-semibold">Sports Jackets</h3> <h3 class="text-center text-lg font-semibold">Sports Jackets</h3>
</div> </div>
</a>
</div> </div>
<div><a href="https://brooksbingham.com/module/thob/configurator?id_product=77"> <div>
<img id="tuxImage" class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100" src="https://brooksbingham.com/112-home_default/tuxedo.jpg" alt="tuxedo.jpg" /> <a href="https://brooksbingham.com/module/thob/configurator?id_product=77">
</a> <img id="tuxImage" class="thumbnail product-thumbnail w-full aspect-[342/513] bg-gray-100" src="https://brooksbingham.com/112-home_default/tuxedo.jpg" alt="tuxedo.jpg" />
<div class="flex flex-col pt-4 items-start"> <div class="flex flex-col pt-4 items-start">
<h3 class="text-center text-lg font-bold">$995.00</h3> <div class="flex flex-col items-start">
<h3 class="text-center text-lg font-semibold">Tuxedos</h3> <h3 class="text-center text-lg font-bold">$666.65</h3>
</div> <h3 class="text-center line-through text-sm font-medium">$995.00</h3>
</div>
<h3 class="text-center text-lg font-semibold">Tuxedos</h3>
</div>
</a>
</div> </div>
</div> </div>
</div> </div>