Skip to content

Commit d343441

Browse files
author
Grenston
authored
Merge pull request #15 from CanarysPlayground/gren-dev
updated the discount
2 parents 228c045 + 1bf6902 commit d343441

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/PartsUnlimitedWebsite/Views/Home/Index.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<div class="carousel-inner" role="listbox">
2525
<div class="item active" style="background-image: url('/Images/hero_image1.jpg')">
2626
<a href="@Url.Action("Browse", "Store", new { categoryId = 5 })" class="carousel-wrapper-link"></a>
27-
<p>All Oil and Filter</p>
28-
<p>30%</p>
29-
<p>New Year Sale</p>
27+
<p>All Tires</p>
28+
<p>20%</p>
29+
<p>Stock Clearance Sale</p>
3030
<div class="carousel-caption hidden-xs hidden-sm">
3131
<a href="@Url.Action("Browse", "Store", new { categoryId = 5 })" class="carousel-link">Shop Now</a>
3232
</div>

0 commit comments

Comments
 (0)