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 @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NexusShop - Modern E-Commerce</title>
<title>NexusShop - Modern MyE-Commerce</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
<style>
Expand Down Expand Up @@ -916,7 +916,7 @@
<div class="product-card">
<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>
<h3>Nike Air Max 270 Pro Max</h3>
<div class="price">$150</div>
<div class="rating">★★★★☆ <span>(53)</span></div>
<button class="add-to-cart">Add to Cart</button>
Expand All @@ -925,7 +925,7 @@
<div class="product-card">
<img src="https://images.unsplash.com/photo-1526170375885-4d8ecf77b99f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80" alt="Camera" class="product-img">
<div class="product-info">
<h3>Sony A7 IV Camera</h3>
<h3>Sony A8 IV Camera</h3>
<div class="price">$2,499</div>
<div class="rating">★★★★★ <span>(42)</span></div>
<button class="add-to-cart">Add to Cart</button>
Expand Down