use these logos
Browse files- index.html +5 -11
index.html
CHANGED
|
@@ -36,10 +36,9 @@
|
|
| 36 |
<nav class="bg-undefined-900 bg-opacity-80 backdrop-blur-md border-b border-undefined-700 fixed w-full z-40">
|
| 37 |
<div class="container mx-auto px-6 py-3 flex justify-between items-center">
|
| 38 |
<div class="flex items-center space-x-2">
|
| 39 |
-
<
|
| 40 |
-
<span class="font-cinzel text-xl">Top Shelf Crafts</span>
|
| 41 |
</div>
|
| 42 |
-
|
| 43 |
<a href="#" class="hover:text-undefined-400 transition">Tiny Bites</a>
|
| 44 |
<a href="#" class="hover:text-undefined-400 transition">Our Story</a>
|
| 45 |
<a href="#" class="hover:text-undefined-400 transition">Lab Results</a>
|
|
@@ -133,15 +132,10 @@
|
|
| 133 |
Each cube is handcrafted with Japanese-inspired sugar coatings and premium ingredients,
|
| 134 |
blending our love for exploration with meticulous craftsmanship.
|
| 135 |
</p>
|
| 136 |
-
<div class="flex justify-center
|
| 137 |
-
<
|
| 138 |
-
<img src="http://static.photos/people/200x200/1" alt="Founder" class="w-full h-full object-cover">
|
| 139 |
-
</div>
|
| 140 |
-
<div class="w-16 h-16 rounded-full overflow-hidden border-2 border-undefined-400">
|
| 141 |
-
<img src="http://static.photos/people/200x200/2" alt="Co-Founder" class="w-full h-full object-cover">
|
| 142 |
-
</div>
|
| 143 |
</div>
|
| 144 |
-
|
| 145 |
</div>
|
| 146 |
</section>
|
| 147 |
|
|
|
|
| 36 |
<nav class="bg-undefined-900 bg-opacity-80 backdrop-blur-md border-b border-undefined-700 fixed w-full z-40">
|
| 37 |
<div class="container mx-auto px-6 py-3 flex justify-between items-center">
|
| 38 |
<div class="flex items-center space-x-2">
|
| 39 |
+
<img src="https://huggingface.co/spaces/TopShelfCrafts/tiny-bites-alchemy-emporium/resolve/main/images/Copy of Copy of Top Shelf.png" alt="Top Shelf Crafts Logo" class="h-10">
|
|
|
|
| 40 |
</div>
|
| 41 |
+
<div class="hidden md:flex space-x-8">
|
| 42 |
<a href="#" class="hover:text-undefined-400 transition">Tiny Bites</a>
|
| 43 |
<a href="#" class="hover:text-undefined-400 transition">Our Story</a>
|
| 44 |
<a href="#" class="hover:text-undefined-400 transition">Lab Results</a>
|
|
|
|
| 132 |
Each cube is handcrafted with Japanese-inspired sugar coatings and premium ingredients,
|
| 133 |
blending our love for exploration with meticulous craftsmanship.
|
| 134 |
</p>
|
| 135 |
+
<div class="flex justify-center">
|
| 136 |
+
<img src="https://huggingface.co/spaces/TopShelfCrafts/tiny-bites-alchemy-emporium/resolve/main/images/DA32EDD2-902F-4C53-8603-2E5A16ADDD04_L0_001-7_20_2024, 9_48_21 AM.png" alt="Tiny Bites Logo" class="h-32">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
</div>
|
| 138 |
+
</div>
|
| 139 |
</div>
|
| 140 |
</section>
|
| 141 |
|