Jordan Ward commited on
the brand is called nagad clothing
Browse files- index.html +9 -9
index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
-
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
|
@@ -50,8 +50,8 @@
|
|
| 50 |
<nav class="fixed w-full z-50 bg-black bg-opacity-70 backdrop-blur-sm nav-transition">
|
| 51 |
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
| 52 |
<div class="flex items-center">
|
| 53 |
-
<img src="https://i.imgur.com/eSK8pvF.png" alt="
|
| 54 |
-
|
| 55 |
<div class="hidden md:flex space-x-8">
|
| 56 |
<a href="#" class="text-white hover:text-gray-300 font-medium">Shop</a>
|
| 57 |
<a href="#" class="text-white hover:text-gray-300 font-medium">Collections</a>
|
|
@@ -75,8 +75,8 @@
|
|
| 75 |
<!-- Hero Section -->
|
| 76 |
<section class="min-h-screen flex items-center justify-center relative px-6">
|
| 77 |
<div class="text-center max-w-4xl mx-auto">
|
| 78 |
-
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter">
|
| 79 |
-
|
| 80 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 81 |
<button class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-200 hover-scale">Shop Now</button>
|
| 82 |
<button class="border border-white px-8 py-3 font-medium hover:bg-white hover:text-black hover-scale">Explore</button>
|
|
@@ -187,9 +187,9 @@
|
|
| 187 |
<div class="container mx-auto">
|
| 188 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-10">
|
| 189 |
<div>
|
| 190 |
-
<img src="https://i.imgur.com/eSK8pvF.png" alt="
|
| 191 |
-
<p class="text-gray-400">Where
|
| 192 |
-
|
| 193 |
<div>
|
| 194 |
<h3 class="text-lg font-medium mb-4">Shop</h3>
|
| 195 |
<ul class="space-y-2">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Nagad Clothing | Eclipse Collection</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="https://i.imgur.com/eSK8pvF.png">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
|
|
|
| 50 |
<nav class="fixed w-full z-50 bg-black bg-opacity-70 backdrop-blur-sm nav-transition">
|
| 51 |
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
| 52 |
<div class="flex items-center">
|
| 53 |
+
<img src="https://i.imgur.com/eSK8pvF.png" alt="Nagad Clothing Logo" class="h-10 md:h-12">
|
| 54 |
+
</div>
|
| 55 |
<div class="hidden md:flex space-x-8">
|
| 56 |
<a href="#" class="text-white hover:text-gray-300 font-medium">Shop</a>
|
| 57 |
<a href="#" class="text-white hover:text-gray-300 font-medium">Collections</a>
|
|
|
|
| 75 |
<!-- Hero Section -->
|
| 76 |
<section class="min-h-screen flex items-center justify-center relative px-6">
|
| 77 |
<div class="text-center max-w-4xl mx-auto">
|
| 78 |
+
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter">Nagad Clothing</h1>
|
| 79 |
+
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where cosmic inspiration meets urban fashion. The Eclipse Collection redefines streetwear with celestial elegance.</p>
|
| 80 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 81 |
<button class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-200 hover-scale">Shop Now</button>
|
| 82 |
<button class="border border-white px-8 py-3 font-medium hover:bg-white hover:text-black hover-scale">Explore</button>
|
|
|
|
| 187 |
<div class="container mx-auto">
|
| 188 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-10">
|
| 189 |
<div>
|
| 190 |
+
<img src="https://i.imgur.com/eSK8pvF.png" alt="Nagad Clothing Logo" class="h-12 mb-6">
|
| 191 |
+
<p class="text-gray-400">Where urban style meets contemporary fashion.</p>
|
| 192 |
+
</div>
|
| 193 |
<div>
|
| 194 |
<h3 class="text-lg font-medium mb-4">Shop</h3>
|
| 195 |
<ul class="space-y-2">
|