Jaafarsa commited on
Commit
cdeb7d4
·
verified ·
1 Parent(s): ab6d371

add in click to become a seller, we should go to log in direct

Browse files
Files changed (1) hide show
  1. index.html +5 -3
index.html CHANGED
@@ -475,9 +475,9 @@
475
  <a href="#" class="bg-primary-500 hover:bg-primary-600 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
476
  Shop Now
477
  </a>
478
- <a href="#" class="bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
479
  Become a Seller
480
- </a>
481
  </div>
482
  </div>
483
  </section>
@@ -517,7 +517,9 @@
517
  <li><a href="#" class="text-gray-400 hover:text-primary-500 transition">New Arrivals</a></li>
518
  <li><a href="#" class="text-gray-400 hover:text-primary-500 transition">Best Sellers</a></li>
519
  <li><a href="#" class="text-gray-400 hover:text-primary-500 transition">Gift Ideas</a></li>
520
- <li><a href="register.html" class="text-gray-400 hover:text-primary-500 transition">Become a Seller</a></li>
 
 
521
  </ul>
522
  </div>
523
 
 
475
  <a href="#" class="bg-primary-500 hover:bg-primary-600 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
476
  Shop Now
477
  </a>
478
+ <a href="login.html" class="bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
479
  Become a Seller
480
+ </a>
481
  </div>
482
  </div>
483
  </section>
 
517
  <li><a href="#" class="text-gray-400 hover:text-primary-500 transition">New Arrivals</a></li>
518
  <li><a href="#" class="text-gray-400 hover:text-primary-500 transition">Best Sellers</a></li>
519
  <li><a href="#" class="text-gray-400 hover:text-primary-500 transition">Gift Ideas</a></li>
520
+ <li>
521
+ <a href="login.html" class="text-gray-400 hover:text-primary-500 transition">Become a Seller</a>
522
+ </li>
523
  </ul>
524
  </div>
525