Spaces:
Running
Running
Add 2 files
Browse files- index.html +2 -2
- prompts.txt +1 -0
index.html
CHANGED
@@ -127,7 +127,7 @@
|
|
127 |
<!-- Bike 2 -->
|
128 |
<div class="bike-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
|
129 |
<div class="relative">
|
130 |
-
<img src="https://images.unsplash.com/photo-
|
131 |
<span class="absolute top-4 right-4 bg-accent text-white text-xs font-bold px-3 py-1 rounded-full">NEW</span>
|
132 |
</div>
|
133 |
<div class="p-6">
|
@@ -342,7 +342,7 @@
|
|
342 |
<span class="font-medium">9:00 AM - 6:00 PM</span>
|
343 |
</div>
|
344 |
<div class="flex justify-between">
|
345 |
-
<span class="text-gray-600
|
346 |
<span class="font-medium">10:00 AM - 4:00 PM</span>
|
347 |
</div>
|
348 |
<div class="flex justify-between">
|
|
|
127 |
<!-- Bike 2 -->
|
128 |
<div class="bike-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
|
129 |
<div class="relative">
|
130 |
+
<img src="https://images.unsplash.com/photo-1571068316344-75bc76f77890?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Mountain Explorer" class="w-full h-64 object-cover">
|
131 |
<span class="absolute top-4 right-4 bg-accent text-white text-xs font-bold px-3 py-1 rounded-full">NEW</span>
|
132 |
</div>
|
133 |
<div class="p-6">
|
|
|
342 |
<span class="font-medium">9:00 AM - 6:00 PM</span>
|
343 |
</div>
|
344 |
<div class="flex justify-between">
|
345 |
+
<span class="text-gray-600 Saturday</span>
|
346 |
<span class="font-medium">10:00 AM - 4:00 PM</span>
|
347 |
</div>
|
348 |
<div class="flex justify-between">
|
prompts.txt
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Mountain Explorer 图片无法显示
|