Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Winter Collection 2024</h1>
<h1>Winter Collection 2025</h1>
<p>Discover the latest trends in fashion, technology and accessories with up to 40% off selected items</p>
<div class="hero-buttons">
<a href="#" class="btn btn-primary">Shop Now</a>
Expand Down Expand Up @@ -908,7 +908,7 @@
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80" alt="Smartwatch" class="product-img">
<div class="product-info">
<h3>Apple Watch Series 8</h3>
<div class="price">$349 <span class="old-price">$399</span></div>
<div class="price">$500 <span class="old-price">$399</span></div>
<div class="rating">★★★★★ <span>(214)</span></div>
<button class="add-to-cart">Add to Cart</button>
</div>
Expand All @@ -917,7 +917,7 @@
<img src="https://images.unsplash.com/photo-1542272604-787c3835535d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80" alt="Sneakers" class="product-img">
<div class="product-info">
<h3>Nike Air Max 270</h3>
<div class="price">$150</div>
<div class="price">$250</div>
<div class="rating">★★★★☆ <span>(53)</span></div>
<button class="add-to-cart">Add to Cart</button>
</div>
Expand Down