Skip to content

Commit 58cc0cb

Browse files
Update index.html
1 parent a25d54d commit 58cc0cb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -352,42 +352,42 @@ <h3>
352352
</div>
353353

354354

355-
356-
357355
<div class="product-card">
358356

359-
<img src="hp.png" alt="HP Laptop">
357+
<img src="computer.png" alt="HP Laptop">
360358

361359
<h3>
362-
HP ProBook
360+
Computer
363361
</h3>
364362

365363
<p class="price">
366-
24,999
364+
36,999
367365
</p>
368366

369367
<a href="contact.html" class="buy-btn">
370368
Buy Now
371369
</a>
372370

373371
</div>
372+
374373
<div class="product-card">
375374

376-
<img src="computer.png" alt="HP Laptop">
375+
<img src="hp.png" alt="HP Laptop">
377376

378377
<h3>
379-
Computer
378+
HP ProBook
380379
</h3>
381380

382381
<p class="price">
383-
36,999
382+
24,999
384383
</p>
385384

386385
<a href="contact.html" class="buy-btn">
387386
Buy Now
388387
</a>
389388

390389
</div>
390+
391391

392392

393393
</div>

0 commit comments

Comments
 (0)