vc3nt commited on
Commit
9474a8f
·
verified ·
1 Parent(s): ea52eb3

looks like u change only 1 card and did not do a good job. the card is too basic and not consistence - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +124 -158
index.html CHANGED
@@ -15,7 +15,7 @@
15
  }
16
 
17
  .hero-gradient {
18
- background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
19
  }
20
 
21
  .juice-card:hover {
@@ -27,6 +27,14 @@
27
  transition: all 0.3s ease;
28
  }
29
 
 
 
 
 
 
 
 
 
30
  .floating {
31
  animation: floating 3s ease-in-out infinite;
32
  }
@@ -44,11 +52,13 @@
44
  </head>
45
  <body class="smooth-scroll">
46
  <!-- Navigation -->
47
- <nav class="bg-white shadow-md sticky top-0 z-50">
48
- <div class="container mx-auto px-6 py-3">
49
  <div class="flex items-center justify-between">
50
  <div class="flex items-center">
51
- <a href="#" class="text-2xl font-bold text-orange-500">Juice<span class="text-green-500">Pop</span></a>
 
 
52
  </div>
53
 
54
  <!-- Mobile menu button -->
@@ -85,24 +95,18 @@
85
  </nav>
86
 
87
  <!-- Hero Section -->
88
- <section id="home" class="hero-gradient py-20">
89
- <div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
90
- <div class="md:w-1/2 mb-10 md:mb-0">
91
- <h1 class="text-4xl md:text-6xl font-bold text-gray-800 leading-tight">
92
- Fresh <span class="text-orange-500">Fruit</span> Juices for a <span class="text-green-500">Healthy</span> Life
93
- </h1>
94
- <p class="text-gray-600 mt-4 text-lg">
95
- Discover our delicious range of 100% natural, no-added-sugar fruit juices made from the freshest ingredients.
96
- </p>
97
- <div class="mt-8 flex space-x-4">
98
- <a href="#menu" class="px-6 py-3 bg-orange-500 text-white rounded-full hover:bg-orange-600 transition">Explore Menu</a>
99
- <a href="#order" class="px-6 py-3 border border-orange-500 text-orange-500 rounded-full hover:bg-orange-50 transition">Order Now</a>
100
- </div>
101
- </div>
102
- <div class="md:w-1/2 flex justify-center">
103
- <img src="https://images.unsplash.com/photo-1550583724-b2692b85b150?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
104
- alt="Fresh Juice"
105
- class="rounded-full w-64 h-64 md:w-80 md:h-80 object-cover shadow-xl floating">
106
  </div>
107
  </div>
108
  </section>
@@ -110,34 +114,35 @@
110
  <!-- Features Section -->
111
  <section class="py-16 bg-white">
112
  <div class="container mx-auto px-6">
113
- <div class="text-center mb-16">
114
- <h2 class="text-3xl font-bold text-gray-800">Why Choose JuicePop?</h2>
115
- <div class="w-20 h-1 bg-orange-500 mx-auto mt-4"></div>
116
  </div>
117
 
118
- <div class="grid grid-cols-1 md:grid-cols-3 gap-10">
119
- <div class="text-center p-6 rounded-lg hover:shadow-lg transition">
120
- <div class="w-20 h-20 bg-orange-100 rounded-full flex items-center justify-center mx-auto mb-4">
121
- <i class="fas fa-leaf text-orange-500 text-3xl"></i>
122
  </div>
123
- <h3 class="text-xl font-semibold mb-2">100% Natural</h3>
124
- <p class="text-gray-600">No artificial flavors, colors, or preservatives. Just pure, natural goodness.</p>
125
  </div>
126
-
127
- <div class="text-center p-6 rounded-lg hover:shadow-lg transition">
128
- <div class="w-20 h-20 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4">
129
- <i class="fas fa-heart text-green-500 text-3xl"></i>
130
  </div>
131
- <h3 class="text-xl font-semibold mb-2">Healthy & Nutritious</h3>
132
- <p class="text-gray-600">Packed with vitamins, minerals, and antioxidants to boost your health.</p>
133
  </div>
134
-
135
- <div class="text-center p-6 rounded-lg hover:shadow-lg transition">
136
- <div class="w-20 h-20 bg-yellow-100 rounded-full flex items-center justify-center mx-auto mb-4">
137
- <i class="fas fa-bolt text-yellow-500 text-3xl"></i>
 
 
 
 
 
138
  </div>
139
- <h3 class="text-xl font-semibold mb-2">Instant Energy</h3>
140
- <p class="text-gray-600">Natural sugars provide quick energy without the crash of processed drinks.</p>
141
  </div>
142
  </div>
143
  </div>
@@ -149,24 +154,59 @@
149
  <div class="text-center mb-16">
150
  <h2 class="text-3xl font-bold text-gray-800">Our Refreshing Menu</h2>
151
  <div class="w-20 h-1 bg-orange-500 mx-auto mt-4"></div>
152
- <p class="text-gray-600 mt-4 max-w-2xl mx-auto">Explore our wide selection of delicious, handcrafted fruit juices</p>
 
 
 
 
 
 
153
  </div>
154
 
155
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
156
  <!-- Juice Card 1 -->
157
- <div class="juice-card bg-white rounded-xl overflow-hidden shadow-md">
158
- <div class="h-48 overflow-hidden">
 
 
 
 
159
  <img src="https://images.unsplash.com/photo-1603569283847-aa295f0d016a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
160
  alt="Tropical Bliss"
161
- class="w-full h-full object-cover">
162
  </div>
163
  <div class="p-6">
164
  <div class="flex justify-between items-center mb-2">
165
  <h3 class="text-xl font-bold">Tropical Bliss</h3>
166
- <span class="bg-orange-100 text-orange-800 px-3 py-1 rounded-full text-sm font-semibold">$5.99</span>
 
 
 
 
 
 
 
167
  </div>
168
- <p class="text-gray-600 mb-4">A refreshing blend of pineapple, mango, and orange with a hint of coconut.</p>
169
- <button class="w-full py-2 bg-orange-500 text-white rounded-lg hover:bg-orange-600 transition">Add to Cart</button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  </div>
171
  </div>
172
 
@@ -263,126 +303,52 @@
263
  </section>
264
 
265
  <!-- About Section -->
266
- <section id="about" class="py-16 bg-white">
267
- <div class="container mx-auto px-6">
268
- <div class="flex flex-col md:flex-row items-center">
269
- <div class="md:w-1/2 mb-10 md:mb-0">
270
- <img src="https://images.unsplash.com/photo-1603569283847-aa295f0d016a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
271
- alt="About JuicePop"
272
- class="rounded-lg shadow-xl w-full">
273
- </div>
274
- <div class="md:w-1/2 md:pl-12">
275
- <h2 class="text-3xl font-bold text-gray-800 mb-6">Our Story</h2>
276
- <p class="text-gray-600 mb-4">
277
- JuicePop was born from a simple idea: to create delicious, healthy juices that people actually enjoy drinking.
278
- Founded in 2015 by nutritionist Sarah Johnson and chef Michael Rodriguez, we've grown from a small farmers'
279
- market stand to multiple locations across the city.
280
- </p>
281
- <p class="text-gray-600 mb-4">
282
- We believe that healthy doesn't have to mean boring. Our juices are crafted to deliver maximum nutrition
283
- without compromising on taste. Every ingredient is carefully selected for quality and freshness.
284
- </p>
285
- <p class="text-gray-600 mb-6">
286
- Sustainability is at our core. We source locally whenever possible, use biodegradable packaging, and compost
287
- all our organic waste. Because what's good for you should be good for the planet too.
288
- </p>
289
- <div class="flex space-x-4">
290
- <div class="text-center p-4 bg-orange-50 rounded-lg">
291
- <div class="text-3xl font-bold text-orange-500">8+</div>
292
- <div class="text-gray-600">Years Experience</div>
293
- </div>
294
- <div class="text-center p-4 bg-green-50 rounded-lg">
295
- <div class="text-3xl font-bold text-green-500">50+</div>
296
- <div class="text-gray-600">Juice Varieties</div>
297
- </div>
298
- <div class="text-center p-4 bg-yellow-50 rounded-lg">
299
- <div class="text-3xl font-bold text-yellow-500">10K+</div>
300
- <div class="text-gray-600">Happy Customers</div>
301
- </div>
302
- </div>
303
- </div>
304
- </div>
305
- </div>
306
- </section>
307
-
308
- <!-- Testimonials Section -->
309
- <section id="testimonials" class="py-16 bg-gray-50">
310
- <div class="container mx-auto px-6">
311
- <div class="text-center mb-16">
312
- <h2 class="text-3xl font-bold text-gray-800">What Our Customers Say</h2>
313
- <div class="w-20 h-1 bg-orange-500 mx-auto mt-4"></div>
314
  </div>
315
-
316
- <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
317
- <!-- Testimonial 1 -->
318
- <div class="bg-white p-8 rounded-lg shadow-md">
319
- <div class="flex items-center mb-4">
320
- <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
321
- <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Customer" class="w-full h-full object-cover">
322
- </div>
323
- <div>
324
- <h4 class="font-semibold">Jessica T.</h4>
325
- <div class="flex text-yellow-400">
326
- <i class="fas fa-star"></i>
327
- <i class="fas fa-star"></i>
328
- <i class="fas fa-star"></i>
329
- <i class="fas fa-star"></i>
330
- <i class="fas fa-star"></i>
331
- </div>
332
  </div>
 
333
  </div>
334
- <p class="text-gray-600 italic">
335
- "The Tropical Bliss juice is my absolute favorite! It's like a vacation in a bottle. I've been coming to JuicePop for over a year now and their quality never disappoints."
336
- </p>
337
- </div>
338
-
339
- <!-- Testimonial 2 -->
340
- <div class="bg-white p-8 rounded-lg shadow-md">
341
- <div class="flex items-center mb-4">
342
- <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
343
- <img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Customer" class="w-full h-full object-cover">
344
- </div>
345
- <div>
346
- <h4 class="font-semibold">David R.</h4>
347
- <div class="flex text-yellow-400">
348
- <i class="fas fa-star"></i>
349
- <i class="fas fa-star"></i>
350
- <i class="fas fa-star"></i>
351
- <i class="fas fa-star"></i>
352
- <i class="fas fa-star"></i>
353
- </div>
354
  </div>
 
355
  </div>
356
- <p class="text-gray-600 italic">
357
- "As someone who's trying to eat healthier, JuicePop has been a game-changer. The Green Detox actually tastes good, which I never thought I'd say about a green juice!"
358
- </p>
359
- </div>
360
-
361
- <!-- Testimonial 3 -->
362
- <div class="bg-white p-8 rounded-lg shadow-md">
363
- <div class="flex items-center mb-4">
364
- <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
365
- <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Customer" class="w-full h-full object-cover">
366
- </div>
367
- <div>
368
- <h4 class="font-semibold">Sophia M.</h4>
369
- <div class="flex text-yellow-400">
370
- <i class="fas fa-star"></i>
371
- <i class="fas fa-star"></i>
372
- <i class="fas fa-star"></i>
373
- <i class="fas fa-star"></i>
374
- <i class="fas fa-star-half-alt"></i>
375
- </div>
376
  </div>
 
377
  </div>
378
- <p class="text-gray-600 italic">
379
- "I love that JuicePop uses seasonal fruits. Their summer watermelon juice is incredible! The staff is always friendly and knowledgeable about their products too."
380
- </p>
381
  </div>
382
  </div>
383
  </div>
384
  </section>
385
 
 
386
  <!-- Order Section -->
387
  <section id="order" class="py-16 bg-orange-500 text-white">
388
  <div class="container mx-auto px-6">
 
15
  }
16
 
17
  .hero-gradient {
18
+ background: #f8f8f8;
19
  }
20
 
21
  .juice-card:hover {
 
27
  transition: all 0.3s ease;
28
  }
29
 
30
+ .benefit-tag {
31
+ transition: all 0.2s ease;
32
+ }
33
+
34
+ .benefit-tag:hover {
35
+ transform: translateY(-2px);
36
+ }
37
+
38
  .floating {
39
  animation: floating 3s ease-in-out infinite;
40
  }
 
52
  </head>
53
  <body class="smooth-scroll">
54
  <!-- Navigation -->
55
+ <nav class="bg-white sticky top-0 z-50">
56
+ <div class="container mx-auto px-6 py-4">
57
  <div class="flex items-center justify-between">
58
  <div class="flex items-center">
59
+ <a href="#" class="text-3xl font-bold text-gray-800">
60
+ Juice<span class="text-green-400">Pop</span>
61
+ </a>
62
  </div>
63
 
64
  <!-- Mobile menu button -->
 
95
  </nav>
96
 
97
  <!-- Hero Section -->
98
+ <section id="home" class="hero-gradient py-16">
99
+ <div class="container mx-auto px-6 text-center">
100
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-6">
101
+ Fresh. Simple. Delicious.
102
+ </h1>
103
+ <p class="text-gray-600 text-lg max-w-2xl mx-auto">
104
+ Cold-pressed juices & smoothies made with organic fruits and veggies.
105
+ </p>
106
+ <div class="mt-8">
107
+ <a href="#menu" class="px-6 py-3 bg-green-400 text-white rounded-full hover:bg-green-500 transition inline-block">
108
+ See Our Menu
109
+ </a>
 
 
 
 
 
 
110
  </div>
111
  </div>
112
  </section>
 
114
  <!-- Features Section -->
115
  <section class="py-16 bg-white">
116
  <div class="container mx-auto px-6">
117
+ <div class="text-center mb-12">
118
+ <h2 class="text-3xl font-bold text-gray-800 mb-2">Real Ingredients. Real Good.</h2>
119
+ <p class="text-gray-600 max-w-2xl mx-auto">We keep it simple with organic, whole food ingredients.</p>
120
  </div>
121
 
122
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-6 max-w-4xl mx-auto">
123
+ <div class="text-center">
124
+ <div class="w-16 h-16 bg-green-50 rounded-full flex items-center justify-center mx-auto mb-3">
125
+ <i class="fas fa-leaf text-green-400 text-2xl"></i>
126
  </div>
127
+ <p class="text-gray-700 text-sm">Organic</p>
 
128
  </div>
129
+ <div class="text-center">
130
+ <div class="w-16 h-16 bg-green-50 rounded-full flex items-center justify-center mx-auto mb-3">
131
+ <i class="fas fa-heart text-green-400 text-2xl"></i>
 
132
  </div>
133
+ <p class="text-gray-700 text-sm">No Added Sugar</p>
 
134
  </div>
135
+ <div class="text-center">
136
+ <div class="w-16 h-16 bg-green-50 rounded-full flex items-center justify-center mx-auto mb-3">
137
+ <i class="fas fa-bolt text-green-400 text-2xl"></i>
138
+ </div>
139
+ <p class="text-gray-700 text-sm">Cold-Pressed</p>
140
+ </div>
141
+ <div class="text-center">
142
+ <div class="w-16 h-16 bg-green-50 rounded-full flex items-center justify-center mx-auto mb-3">
143
+ <i class="fas fa-recycle text-green-400 text-2xl"></i>
144
  </div>
145
+ <p class="text-gray-700 text-sm">Sustainable</p>
 
146
  </div>
147
  </div>
148
  </div>
 
154
  <div class="text-center mb-16">
155
  <h2 class="text-3xl font-bold text-gray-800">Our Refreshing Menu</h2>
156
  <div class="w-20 h-1 bg-orange-500 mx-auto mt-4"></div>
157
+ <p class="text-gray-600 mt-4 max-w-2xl mx-auto">
158
+ Explore our handcrafted juices with size options. Icons show key benefits:
159
+ <span class="inline-flex items-center mx-1"><i class="fas fa-bolt text-yellow-500 mr-1"></i>Energy</span>
160
+ <span class="inline-flex items-center mx-1"><i class="fas fa-shield-alt text-blue-500 mr-1"></i>Immunity</span>
161
+ <span class="inline-flex items-center mx-1"><i class="fas fa-fire text-red-500 mr-1"></i>Anti-Inflammatory</span>
162
+ <span class="inline-flex items-center mx-1"><i class="fas fa-star text-purple-500 mr-1"></i>Superfood</span>
163
+ </p>
164
  </div>
165
 
166
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
167
  <!-- Juice Card 1 -->
168
+ <div class="juice-card bg-white rounded-3xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-300">
169
+ <div class="h-48 overflow-hidden relative">
170
+ <div class="absolute inset-0 bg-gradient-to-br from-yellow-200 to-orange-400 opacity-20"></div>
171
+ <div class="absolute top-4 right-4 text-5xl text-orange-400 opacity-30">
172
+ <i class="fas fa-pineapple"></i>
173
+ </div>
174
  <img src="https://images.unsplash.com/photo-1603569283847-aa295f0d016a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
175
  alt="Tropical Bliss"
176
+ class="w-full h-full object-cover scale-110 hover:scale-100 transition-transform duration-500">
177
  </div>
178
  <div class="p-6">
179
  <div class="flex justify-between items-center mb-2">
180
  <h3 class="text-xl font-bold">Tropical Bliss</h3>
181
+ <div class="flex space-x-1">
182
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">
183
+ <i class="fas fa-bolt mr-1"></i> Energy
184
+ </span>
185
+ <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">
186
+ <i class="fas fa-shield-alt mr-1"></i> Immunity
187
+ </span>
188
+ </div>
189
  </div>
190
+ <p class="text-gray-600 mb-3 text-sm">Pineapple, mango, orange, coconut water</p>
191
+
192
+ <div class="mb-4">
193
+ <div class="flex justify-between text-sm font-medium text-gray-700 mb-1">
194
+ <span>Small (12oz)</span>
195
+ <span>$4.99</span>
196
+ </div>
197
+ <div class="flex justify-between text-sm font-medium text-gray-700 mb-1">
198
+ <span>Medium (16oz)</span>
199
+ <span>$5.99</span>
200
+ </div>
201
+ <div class="flex justify-between text-sm font-medium text-gray-700 mb-3">
202
+ <span>Large (24oz)</span>
203
+ <span>$6.99</span>
204
+ </div>
205
+ </div>
206
+
207
+ <button class="w-full py-2 bg-orange-500 text-white rounded-lg hover:bg-orange-600 transition">
208
+ <i class="fas fa-shopping-cart mr-2"></i>Add to Cart
209
+ </button>
210
  </div>
211
  </div>
212
 
 
303
  </section>
304
 
305
  <!-- About Section -->
306
+ <section id="about" class="py-20 bg-white">
307
+ <div class="container mx-auto px-6 max-w-4xl text-center">
308
+ <h2 class="text-4xl font-bold text-gray-800 mb-8">Our Story</h2>
309
+ <div class="mb-12">
310
+ <img src="https://images.unsplash.com/photo-1603569283847-aa295f0d016a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
311
+ alt="About JuicePop"
312
+ class="rounded-full w-48 h-48 object-cover mx-auto mb-8 shadow-lg">
313
+ <p class="text-xl text-gray-600 mb-6 leading-relaxed">
314
+ What started as a small farmers' market stand in 2015 has blossomed into JuicePop - your go-to for fresh,
315
+ flavorful juices that make healthy living delicious.
316
+ </p>
317
+ <p class="text-xl text-gray-600 mb-6 leading-relaxed">
318
+ Every bottle is cold-pressed to preserve nutrients and flavor, using only the freshest organic ingredients.
319
+ </p>
320
+ <p class="text-xl text-gray-600 leading-relaxed">
321
+ We're proud to serve our community while keeping sustainability at our core - from compostable packaging
322
+ to supporting local farmers.
323
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  </div>
325
+ <div class="bg-green-50 rounded-2xl p-8 inline-block">
326
+ <h3 class="text-2xl font-semibold text-gray-800 mb-4">Why Choose JuicePop?</h3>
327
+ <div class="grid grid-cols-2 md:grid-cols-3 gap-6">
328
+ <div class="text-center">
329
+ <div class="text-green-500 text-3xl mb-2">
330
+ <i class="fas fa-leaf"></i>
 
 
 
 
 
 
 
 
 
 
 
331
  </div>
332
+ <p class="text-gray-700">Organic Ingredients</p>
333
  </div>
334
+ <div class="text-center">
335
+ <div class="text-green-500 text-3xl mb-2">
336
+ <i class="fas fa-heart"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  </div>
338
+ <p class="text-gray-700">No Added Sugar</p>
339
  </div>
340
+ <div class="text-center">
341
+ <div class="text-green-500 text-3xl mb-2">
342
+ <i class="fas fa-recycle"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  </div>
344
+ <p class="text-gray-700">Eco-Friendly</p>
345
  </div>
 
 
 
346
  </div>
347
  </div>
348
  </div>
349
  </section>
350
 
351
+
352
  <!-- Order Section -->
353
  <section id="order" class="py-16 bg-orange-500 text-white">
354
  <div class="container mx-auto px-6">