icosajim commited on
Commit
7bbb6d7
·
verified ·
1 Parent(s): dd932be

Brand Name: River and Vine Tagline / Positioning: Mindful Living Purpose / Mission: River and Vine offers gifts, resources, and inspiration to help people nurture body, mind, and soul. The brand encourages rest, mindfulness, and self-care as essential fuels for living with intention. Key Focus Areas: • Body: Restorative products to refresh and rejuvenate (e.g., mineral soaks, bath teas) • Mind & Soul: Tools and resources for mental and emotional well-being (e.g., ADHD workbooks, meditation downloads) Tone & Voice: Calm, restorative, encouraging, and mindful. Speaks with a nurturing and peaceful energy, inviting users to slow down and refuel. Visual Aesthetic: • Nature-inspired imagery (waterfalls, rivers, sunlight through trees) • Soft, earthy colors with natural greens, blues, and neutrals • Clean, minimal typography • Gentle organic textures Audience: Adults seeking holistic wellness and mindfulness, especially those interested in combining physical rest, mental clarity, and soulful living. Core Offerings (can become site sections): • Shop: Gifts, restorative mineral soaks, bath teas • Mind & Soul Resources: ADHD workbook, free meditation downloads • Inspiration: Mindful living content, rest-as-fuel philosophy Name Meaning: Represents the flow and refreshment of water (River) and the grounded, growing nature of the vine—symbolizing holistic, balanced living. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +531 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Randv Draft1
3
- emoji: 📉
4
- colorFrom: red
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: randv-draft1
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,531 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>River and Vine | Mindful Living</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Source+Sans+3:wght@300;400;500&display=swap');
11
+
12
+ body {
13
+ font-family: 'Source Sans 3', sans-serif;
14
+ background-color: #f9f7f3;
15
+ color: #3a3a3a;
16
+ }
17
+
18
+ .hero-image {
19
+ background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
20
+ url('https://images.unsplash.com/photo-1476231682823-32ce5e0d41e2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
21
+ background-size: cover;
22
+ background-position: center;
23
+ }
24
+
25
+ .playfair {
26
+ font-family: 'Playfair Display', serif;
27
+ }
28
+
29
+ .text-shadow {
30
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
31
+ }
32
+
33
+ .product-card:hover {
34
+ transform: translateY(-5px);
35
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
36
+ }
37
+
38
+ .transition-slow {
39
+ transition: all 0.3s ease;
40
+ }
41
+
42
+ .wave-divider {
43
+ height: 150px;
44
+ overflow: hidden;
45
+ }
46
+ </style>
47
+ </head>
48
+ <body>
49
+ <!-- Navigation -->
50
+ <nav class="bg-white bg-opacity-90 backdrop-blur-sm fixed w-full z-10 shadow-sm">
51
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
52
+ <div class="flex justify-between h-24 items-center">
53
+ <div class="flex-shrink-0 flex items-center">
54
+ <a href="#" class="text-2xl playfair font-semibold text-green-800">River & Vine</a>
55
+ </div>
56
+ <div class="hidden md:block">
57
+ <div class="ml-10 flex items-baseline space-x-8">
58
+ <a href="#" class="text-green-800 hover:text-green-600 px-3 py-2 transition-slow">Shop</a>
59
+ <a href="#" class="text-green-800 hover:text-green-600 px-3 py-2 transition-slow">Mind & Soul</a>
60
+ <a href="#" class="text-green-800 hover:text-green-600 px-3 py-2 transition-slow">Inspiration</a>
61
+ <a href="#" class="text-green-800 hover:text-green-600 px-3 py-2 transition-slow">About</a>
62
+ <a href="#" class="bg-green-700 hover:bg-green-600 text-white px-4 py-2 rounded-md transition-slow">Journal</a>
63
+ </div>
64
+ </div>
65
+ <div class="hidden md:block">
66
+ <div class="ml-4 flex items-center md:ml-6 space-x-4">
67
+ <button class="text-green-800 hover:text-green-600">
68
+ <i class="fas fa-search"></i>
69
+ </button>
70
+ <button class="text-green-800 hover:text-green-600">
71
+ <i class="fas fa-user"></i>
72
+ </button>
73
+ <button class="text-green-800 hover:text-green-600 relative">
74
+ <i class="fas fa-shopping-bag"></i>
75
+ <span class="absolute -top-2 -right-2 bg-green-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span>
76
+ </button>
77
+ </div>
78
+ </div>
79
+ <div class="md:hidden">
80
+ <button class="text-green-800">
81
+ <i class="fas fa-bars text-2xl"></i>
82
+ </button>
83
+ </div>
84
+ </div>
85
+ </div>
86
+ </nav>
87
+
88
+ <!-- Hero Section -->
89
+ <section class="hero-image h-screen flex items-center justify-center relative pt-24">
90
+ <div class="absolute inset-0 bg-gradient-to-t from-white via-white/30 to-transparent"></div>
91
+ <div class="text-center px-4 z-10 max-w-4xl mx-auto">
92
+ <h1 class="playfair text-5xl md:text-6xl font-medium text-green-900 mb-6 text-shadow">Mindful Living</h1>
93
+ <p class="text-xl md:text-2xl text-green-800 mb-8">Nurturing body, mind, and soul through restorative self-care and intentional living</p>
94
+ <div class="space-x-4">
95
+ <a href="#" class="bg-green-700 hover:bg-green-600 text-white px-6 py-3 rounded-md text-lg transition-slow inline-block">Explore Products</a>
96
+ <a href="#" class="border-2 border-green-700 text-green-700 hover:bg-green-700 hover:text-white px-6 py-3 rounded-md text-lg transition-slow inline-block">Learn More</a>
97
+ </div>
98
+ </div>
99
+ </section>
100
+
101
+ <!-- Wave Divider -->
102
+ <div class="wave-divider bg-white">
103
+ <svg viewBox="0 0 1200 120" preserveAspectRatio="none" class="w-full h-full">
104
+ <path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="#4b7b52"></path>
105
+ <path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="#4b7b52"></path>
106
+ <path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="#4b7b52"></path>
107
+ </svg>
108
+ </div>
109
+
110
+ <!-- Featured Categories -->
111
+ <section class="py-16 bg-white">
112
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
113
+ <h2 class="playfair text-3xl md:text-4xl text-center text-green-900 mb-12">Nourish Your Whole Self</h2>
114
+
115
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
116
+ <!-- Body -->
117
+ <div class="bg-green-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-slow">
118
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1597250870111-7e344b577c1f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');"></div>
119
+ <div class="p-6">
120
+ <h3 class="playfair text-xl text-green-800 mb-2">For Your Body</h3>
121
+ <p class="text-green-700 mb-4">Restorative products to refresh and rejuvenate your physical being</p>
122
+ <a href="#" class="text-green-600 hover:text-green-800 font-medium flex items-center transition-slow">
123
+ Explore <i class="fas fa-arrow-right ml-2"></i>
124
+ </a>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Mind -->
129
+ <div class="bg-blue-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-slow">
130
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');"></div>
131
+ <div class="p-6">
132
+ <h3 class="playfair text-xl text-blue-800 mb-2">For Your Mind</h3>
133
+ <p class="text-blue-700 mb-4">Tools and resources for mental clarity and emotional well-being</p>
134
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center transition-slow">
135
+ Explore <i class="fas fa-arrow-right ml-2"></i>
136
+ </a>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Soul -->
141
+ <div class="bg-amber-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-slow">
142
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2022&q=80');"></div>
143
+ <div class="p-6">
144
+ <h3 class="playfair text-xl text-amber-800 mb-2">For Your Soul</h3>
145
+ <p class="text-amber-700 mb-4">Inspiration and practices to nourish your inner being</p>
146
+ <a href="#" class="text-amber-600 hover:text-amber-800 font-medium flex items-center transition-slow">
147
+ Explore <i class="fas fa-arrow-right ml-2"></i>
148
+ </a>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </section>
154
+
155
+ <!-- Featured Products -->
156
+ <section class="py-16 bg-green-50">
157
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
158
+ <div class="text-center mb-12">
159
+ <h2 class="playfair text-3xl md:text-4xl text-green-900 mb-4">Our Restorative Essentials</h2>
160
+ <p class="text-green-700 max-w-2xl mx-auto">Thoughtfully crafted products to support your mindful living journey</p>
161
+ </div>
162
+
163
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
164
+ <!-- Product 1 -->
165
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition-slow">
166
+ <div class="relative">
167
+ <img src="https://images.unsplash.com/photo-1596755094514-87a40ffad32b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=988&q=80" alt="Lavender Mineral Soak" class="w-full h-64 object-cover">
168
+ <span class="absolute top-4 right-4 bg-green-700 text-white text-xs px-2 py-1 rounded-full">BESTSELLER</span>
169
+ </div>
170
+ <div class="p-4">
171
+ <h3 class="playfair text-lg text-green-800 mb-1">Lavender Mineral Soak</h3>
172
+ <p class="text-green-600 text-sm mb-2">For deep relaxation</p>
173
+ <div class="flex items-center mb-2">
174
+ <div class="flex text-amber-400">
175
+ <i class="fas fa-star"></i>
176
+ <i class="fas fa-star"></i>
177
+ <i class="fas fa-star"></i>
178
+ <i class="fas fa-star"></i>
179
+ <i class="fas fa-star-half-alt"></i>
180
+ </div>
181
+ <span class="text-gray-500 text-xs ml-1">(128)</span>
182
+ </div>
183
+ <p class="text-green-900 font-medium mb-4">$24.00</p>
184
+ <button class="w-full bg-green-700 hover:bg-green-600 text-white py-2 rounded-md transition-slow">Add to Bag</button>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Product 2 -->
189
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition-slow">
190
+ <div class="relative">
191
+ <img src="https://images.unsplash.com/photo-1607619056574-7b8d3ee536b2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Mindful ADHD Workbook" class="w-full h-64 object-cover">
192
+ </div>
193
+ <div class="p-4">
194
+ <h3 class="playfair text-lg text-green-800 mb-1">Mindful ADHD Workbook</h3>
195
+ <p class="text-green-600 text-sm mb-2">Tools for focus & calm</p>
196
+ <div class="flex items-center mb-2">
197
+ <div class="flex text-amber-400">
198
+ <i class="fas fa-star"></i>
199
+ <i class="fas fa-star"></i>
200
+ <i class="fas fa-star"></i>
201
+ <i class="fas fa-star"></i>
202
+ <i class="fas fa-star"></i>
203
+ </div>
204
+ <span class="text-gray-500 text-xs ml-1">(97)</span>
205
+ </div>
206
+ <p class="text-green-900 font-medium mb-4">$18.00</p>
207
+ <button class="w-full bg-green-700 hover:bg-green-600 text-white py-2 rounded-md transition-slow">Add to Bag</button>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Product 3 -->
212
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition-slow">
213
+ <div class="relative">
214
+ <img src="https://images.unsplash.com/photo-1605000797499-2059c35a0dc4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Forest Bath Tea" class="w-full h-64 object-cover">
215
+ <span class="absolute top-4 right-4 bg-green-700 text-white text-xs px-2 py-1 rounded-full">NEW</span>
216
+ </div>
217
+ <div class="p-4">
218
+ <h3 class="playfair text-lg text-green-800 mb-1">Forest Bath Tea</h3>
219
+ <p class="text-green-600 text-sm mb-2">Earthy & grounding</p>
220
+ <div class="flex items-center mb-2">
221
+ <div class="flex text-amber-400">
222
+ <i class="fas fa-star"></i>
223
+ <i class="fas fa-star"></i>
224
+ <i class="fas fa-star"></i>
225
+ <i class="fas fa-star"></i>
226
+ <i class="far fa-star"></i>
227
+ </div>
228
+ <span class="text-gray-500 text-xs ml-1">(42)</span>
229
+ </div>
230
+ <p class="text-green-900 font-medium mb-4">$22.00</p>
231
+ <button class="w-full bg-green-700 hover:bg-green-600 text-white py-2 rounded-md transition-slow">Add to Bag</button>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Product 4 -->
236
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition-slow">
237
+ <div class="relative">
238
+ <img src="https://images.unsplash.com/photo-1511994298241-608e28f14fde?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Meditation Guide" class="w-full h-64 object-cover">
239
+ </div>
240
+ <div class="p-4">
241
+ <h3 class="playfair text-lg text-green-800 mb-1">Morning Meditation Guide</h3>
242
+ <p class="text-green-600 text-sm mb-2">Digital download</p>
243
+ <div class="flex items-center mb-2">
244
+ <div class="flex text-amber-400">
245
+ <i class="fas fa-star"></i>
246
+ <i class="fas fa-star"></i>
247
+ <i class="fas fa-star"></i>
248
+ <i class="fas fa-star"></i>
249
+ <i class="fas fa-star-half-alt"></i>
250
+ </div>
251
+ <span class="text-gray-500 text-xs ml-1">(156)</span>
252
+ </div>
253
+ <p class="text-green-900 font-medium mb-4">$12.00</p>
254
+ <button class="w-full bg-green-700 hover:bg-green-600 text-white py-2 rounded-md transition-slow">Add to Bag</button>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="text-center mt-12">
260
+ <a href="#" class="inline-block border-2 border-green-700 text-green-700 hover:bg-green-700 hover:text-white px-6 py-3 rounded-md transition-slow">View All Products</a>
261
+ </div>
262
+ </div>
263
+ </section>
264
+
265
+ <!-- Mindful Living Section -->
266
+ <section class="py-16 bg-white">
267
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
268
+ <div class="lg:flex items-center">
269
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
270
+ <h2 class="playfair text-3xl md:text-4xl text-green-900 mb-6">The River & Vine Philosophy</h2>
271
+ <p class="text-green-800 mb-6">We believe that mindful living begins with honoring the natural rhythms of your body, mind, and soul. Just as a river flows and a vine grows, your wellness journey is about finding balance between movement and stillness.</p>
272
+ <p class="text-green-800 mb-6">Our carefully curated products and resources are designed to help you create sacred spaces for rest, reflection, and rejuvenation in your daily life.</p>
273
+ <div class="space-y-4">
274
+ <div class="flex items-start">
275
+ <div class="flex-shrink-0 mt-1">
276
+ <div class="h-6 w-6 rounded-full bg-green-100 flex items-center justify-center">
277
+ <i class="fas fa-leaf text-green-600 text-xs"></i>
278
+ </div>
279
+ </div>
280
+ <div class="ml-3">
281
+ <p class="text-green-800">Natural ingredients sourced with care and intention</p>
282
+ </div>
283
+ </div>
284
+ <div class="flex items-start">
285
+ <div class="flex-shrink-0 mt-1">
286
+ <div class="h-6 w-6 rounded-full bg-green-100 flex items-center justify-center">
287
+ <i class="fas fa-heart text-green-600 text-xs"></i>
288
+ </div>
289
+ </div>
290
+ <div class="ml-3">
291
+ <p class="text-green-800">Mindful practices to nourish your whole being</p>
292
+ </div>
293
+ </div>
294
+ <div class="flex items-start">
295
+ <div class="flex-shrink-0 mt-1">
296
+ <div class="h-6 w-6 rounded-full bg-green-100 flex items-center justify-center">
297
+ <i class="fas fa-hand-holding-heart text-green-600 text-xs"></i>
298
+ </div>
299
+ </div>
300
+ <div class="ml-3">
301
+ <p class="text-green-800">Ethical production that honors people and planet</p>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ <div class="lg:w-1/2">
307
+ <div class="bg-green-50 rounded-lg overflow-hidden shadow-md">
308
+ <img src="https://images.unsplash.com/photo-1544376798-89aa71b6aee9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Mindful living" class="w-full h-full object-cover">
309
+ </div>
310
+ </div>
311
+ </div>
312
+ </div>
313
+ </section>
314
+
315
+ <!-- Free Resources -->
316
+ <section class="py-16 bg-green-800 text-white">
317
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
318
+ <div class="text-center mb-12">
319
+ <h2 class="playfair text-3xl md:text-4xl mb-4">Free Mindful Living Resources</h2>
320
+ <p class="max-w-2xl mx-auto opacity-90">Begin your journey with our complimentary guides and practices</p>
321
+ </div>
322
+
323
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
324
+ <!-- Resource 1 -->
325
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 backdrop-blur-sm border border-white border-opacity-20">
326
+ <div class="h-12 w-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center mb-4">
327
+ <i class="fas fa-cloud text-xl"></i>
328
+ </div>
329
+ <h3 class="playfair text-xl mb-3">5-Minute Breathing Practice</h3>
330
+ <p class="mb-4 opacity-90">A simple audio guide to center yourself anytime, anywhere</p>
331
+ <a href="#" class="inline-block border border-white hover:bg-white hover:text-green-800 px-4 py-2 rounded-md transition-slow">Download</a>
332
+ </div>
333
+
334
+ <!-- Resource 2 -->
335
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 backdrop-blur-sm border border-white border-opacity-20">
336
+ <div class="h-12 w-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center mb-4">
337
+ <i class="fas fa-spa text-xl"></i>
338
+ </div>
339
+ <h3 class="playfair text-xl mb-3">Evening Wind-Down Ritual</h3>
340
+ <p class="mb-4 opacity-90">A step-by-step guide to transition from day to night with intention</p>
341
+ <a href="#" class="inline-block border border-white hover:bg-white hover:text-green-800 px-4 py-2 rounded-md transition-slow">Download</a>
342
+ </div>
343
+
344
+ <!-- Resource 3 -->
345
+ <div class="bg-white bg-opacity-10 rounded-lg p-6 backdrop-blur-sm border border-white border-opacity-20">
346
+ <div class="h-12 w-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center mb-4">
347
+ <i class="fas fa-book-open text-xl"></i>
348
+ </div>
349
+ <h3 class="playfair text-xl mb-3">Mindful Journal Prompts</h3>
350
+ <p class="mb-4 opacity-90">Thoughtful questions to deepen self-reflection and awareness</p>
351
+ <a href="#" class="inline-block border border-white hover:bg-white hover:text-green-800 px-4 py-2 rounded-md transition-slow">Download</a>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </section>
356
+
357
+ <!-- Testimonials -->
358
+ <section class="py-16 bg-white">
359
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
360
+ <div class="text-center mb-12">
361
+ <h2 class="playfair text-3xl md:text-4xl text-green-900 mb-4">Kind Words From Our Community</h2>
362
+ <p class="text-green-700 max-w-2xl mx-auto">Hear how River & Vine has supported others on their mindful living journey</p>
363
+ </div>
364
+
365
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
366
+ <!-- Testimonial 1 -->
367
+ <div class="bg-green-50 rounded-lg p-6">
368
+ <div class="flex items-center mb-4">
369
+ <div class="flex text-amber-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"></i>
375
+ </div>
376
+ </div>
377
+ <p class="text-green-800 mb-6 italic">"The Lavender Mineral Soak has become my weekly reset ritual. It's transformed my ability to unwind after stressful days."</p>
378
+ <div class="flex items-center">
379
+ <div class="h-10 w-10 rounded-full bg-green-200 flex items-center justify-center">
380
+ <span class="text-green-700 font-medium">S</span>
381
+ </div>
382
+ <div class="ml-3">
383
+ <p class="text-green-900 font-medium">Sarah K.</p>
384
+ <p class="text-green-600 text-sm">Verified Customer</p>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <!-- Testimonial 2 -->
390
+ <div class="bg-green-50 rounded-lg p-6">
391
+ <div class="flex items-center mb-4">
392
+ <div class="flex text-amber-400">
393
+ <i class="fas fa-star"></i>
394
+ <i class="fas fa-star"></i>
395
+ <i class="fas fa-star"></i>
396
+ <i class="fas fa-star"></i>
397
+ <i class="fas fa-star"></i>
398
+ </div>
399
+ </div>
400
+ <p class="text-green-800 mb-6 italic">"As someone with ADHD, the workbook has given me practical tools to manage overwhelm and find focus in gentle ways."</p>
401
+ <div class="flex items-center">
402
+ <div class="h-10 w-10 rounded-full bg-green-200 flex items-center justify-center">
403
+ <span class="text-green-700 font-medium">J</span>
404
+ </div>
405
+ <div class="ml-3">
406
+ <p class="text-green-900 font-medium">Jamal R.</p>
407
+ <p class="text-green-600 text-sm">Verified Customer</p>
408
+ </div>
409
+ </div>
410
+ </div>
411
+
412
+ <!-- Testimonial 3 -->
413
+ <div class="bg-green-50 rounded-lg p-6">
414
+ <div class="flex items-center mb-4">
415
+ <div class="flex text-amber-400">
416
+ <i class="fas fa-star"></i>
417
+ <i class="fas fa-star"></i>
418
+ <i class="fas fa-star"></i>
419
+ <i class="fas fa-star"></i>
420
+ <i class="fas fa-star-half-alt"></i>
421
+ </div>
422
+ </div>
423
+ <p class="text-green-800 mb-6 italic">"The free meditation guide helped me establish a morning routine that sets a peaceful tone for my entire day."</p>
424
+ <div class="flex items-center">
425
+ <div class="h-10 w-10 rounded-full bg-green-200 flex items-center justify-center">
426
+ <span class="text-green-700 font-medium">M</span>
427
+ </div>
428
+ <div class="ml-3">
429
+ <p class="text-green-900 font-medium">Maya T.</p>
430
+ <p class="text-green-600 text-sm">Verified Customer</p>
431
+ </div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ </div>
436
+ </section>
437
+
438
+ <!-- Newsletter -->
439
+ <section class="py-16 bg-green-100">
440
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
441
+ <div class="text-center">
442
+ <h2 class="playfair text-3xl md:text-4xl text-green-900 mb-4">Join Our Mindful Community</h2>
443
+ <p class="text-green-700 mb-8 max-w-2xl mx-auto">Receive monthly inspiration, exclusive offers, and mindful living tips straight to your inbox</p>
444
+
445
+ <form class="max-w-md mx-auto">
446
+ <div class="flex">
447
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-l-md border-0 focus:ring-2 focus:ring-green-600">
448
+ <button type="submit" class="bg-green-700 hover:bg-green-600 text-white px-6 py-3 rounded-r-md transition-slow">Subscribe</button>
449
+ </div>
450
+ <p class="text-green-600 text-xs mt-2">We respect your privacy. Unsubscribe at any time.</p>
451
+ </form>
452
+ </div>
453
+ </div>
454
+ </section>
455
+
456
+ <!-- Footer -->
457
+ <footer class="bg-green-900 text-white pt-16 pb-8">
458
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
459
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
460
+ <!-- About -->
461
+ <div>
462
+ <h3 class="playfair text-lg font-medium mb-4">River & Vine</h3>
463
+ <p class="text-green-200 mb-4">Offering gifts, resources, and inspiration to help you nurture body, mind, and soul.</p>
464
+ <div class="flex space-x-4">
465
+ <a href="#" class="text-green-200 hover:text-white"><i class="fab fa-instagram"></i></a>
466
+ <a href="#" class="text-green-200 hover:text-white"><i class="fab fa-pinterest"></i></a>
467
+ <a href="#" class="text-green-200 hover:text-white"><i class="fab fa-facebook-f"></i></a>
468
+ </div>
469
+ </div>
470
+
471
+ <!-- Shop -->
472
+ <div>
473
+ <h3 class="playfair text-lg font-medium mb-4">Shop</h3>
474
+ <ul class="space-y-2">
475
+ <li><a href="#" class="text-green-200 hover:text-white">All Products</a></li>
476
+ <li><a href="#" class="text-green-200 hover:text-white">Bath & Body</a></li>
477
+ <li><a href="#" class="text-green-200 hover:text-white">Mind & Soul</a></li>
478
+ <li><a href="#" class="text-green-200 hover:text-white">Gift Sets</a></li>
479
+ </ul>
480
+ </div>
481
+
482
+ <!-- Resources -->
483
+ <div>
484
+ <h3 class="playfair text-lg font-medium mb-4">Resources</h3>
485
+ <ul class="space-y-2">
486
+ <li><a href="#" class="text-green-200 hover:text-white">Free Downloads</a></li>
487
+ <li><a href="#" class="text-green-200 hover:text-white">Mindful Living Blog</a></li>
488
+ <li><a href="#" class="text-green-200 hover:text-white">ADHD Support</a></li>
489
+ <li><a href="#" class="text-green-200 hover:text-white">Meditation Guides</a></li>
490
+ </ul>
491
+ </div>
492
+
493
+ <!-- Help -->
494
+ <div>
495
+ <h3 class="playfair text-lg font-medium mb-4">Help</h3>
496
+ <ul class="space-y-2">
497
+ <li><a href="#" class="text-green-200 hover:text-white">Contact Us</a></li>
498
+ <li><a href="#" class="text-green-200 hover:text-white">FAQs</a></li>
499
+ <li><a href="#" class="text-green-200 hover:text-white">Shipping & Returns</a></li>
500
+ <li><a href="#" class="text-green-200 hover:text-white">Privacy Policy</a></li>
501
+ </ul>
502
+ </div>
503
+ </div>
504
+
505
+ <div class="pt-8 border-t border-green-800 text-center text-green-400 text-sm">
506
+ <p>© 2023 River & Vine. All rights reserved. Mindful living for body, mind, and soul.</p>
507
+ </div>
508
+ </div>
509
+ </footer>
510
+
511
+ <script>
512
+ // Simple JavaScript for mobile menu toggle (would need to be expanded for full functionality)
513
+ document.addEventListener('DOMContentLoaded', function() {
514
+ // This would be expanded for a real mobile menu toggle
515
+ console.log('River & Vine - Mindful Living');
516
+
517
+ // Smooth scrolling for anchor links
518
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
519
+ anchor.addEventListener('click', function (e) {
520
+ e.preventDefault();
521
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
522
+ behavior: 'smooth'
523
+ });
524
+ });
525
+ });
526
+
527
+ // Product card hover effects are handled by CSS
528
+ });
529
+ </script>
530
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=icosajim/randv-draft1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
531
+ </html>