InvincibleSloth commited on
Commit
cf7db8a
·
verified ·
1 Parent(s): 68a98d8

Fix the site

Browse files
Files changed (1) hide show
  1. index.html +51 -47
index.html CHANGED
@@ -58,9 +58,9 @@
58
  <a href="#contact" class="ds-navbar-link">Contact</a>
59
  </div>
60
  <div class="ds-navbar-actions">
61
- <button class="ds-button ds-button-primary ds-button-glow">
62
  <i data-feather="calendar" class="mr-2"></i>Book Now
63
- </button>
64
  </div>
65
  </div>
66
  </nav>
@@ -76,20 +76,20 @@
76
  Experience luxury hair care in an inclusive space designed for every body, every style, every you.
77
  </p>
78
  <div class="ds-hero-actions">
79
- <button class="ds-button ds-button-primary ds-button-lg ds-button-glow">
80
  <i data-feather="calendar" class="mr-2"></i>Book Your Appointment
81
- </button>
82
- <button class="ds-button ds-button-secondary ds-button-lg">
83
  <i data-feather="user" class="mr-2"></i>Meet Our Founder
84
- </button>
85
  </div>
86
  </div>
87
  </div>
88
  <div class="ds-hero-scroll-indicator">
89
- <i data-feather="chevron-down"></i>
90
  </div>
91
  </section>
92
- <!-- Services Section -->
93
  <section id="services" class="ds-section">
94
  <div class="ds-container">
95
  <div class="ds-section-header ds-text-center">
@@ -111,7 +111,7 @@
111
  </p>
112
  <div class="ds-card-footer">
113
  <span class="ds-price">From $65</span>
114
- <button class="ds-button ds-button-primary ds-button-sm">Book Now</button>
115
  </div>
116
  </div>
117
 
@@ -126,7 +126,7 @@
126
  </p>
127
  <div class="ds-card-footer">
128
  <span class="ds-price">From $95</span>
129
- <button class="ds-button ds-button-primary ds-button-sm">Book Now</button>
130
  </div>
131
  </div>
132
 
@@ -141,60 +141,64 @@
141
  </p>
142
  <div class="ds-card-footer">
143
  <span class="ds-price">From $50</span>
144
- <button class="ds-button ds-button-primary ds-button-sm">Book Now</button>
145
  </div>
146
  </div>
147
- </div>
148
  </div>
149
  </section>
150
- <!-- About Section -->
151
- <section id="about" class="py-20 bg-gradient-to-br from-slate-900 to-slate-800">
152
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
153
- <div class="flex flex-col lg:flex-row items-center gap-12">
154
- <div class="lg:w-1/2">
155
- <div class="relative">
156
- <div class="bg-slate-700 rounded-2xl overflow-hidden border-4 border-pink-500/20">
157
- <img src="http://static.photos/people/640x360/78" alt="Salon Owner" class="w-full h-auto">
158
- </div>
159
- <div class="absolute -bottom-6 -right-6 bg-amber-500 text-slate-900 py-3 px-6 rounded-xl font-bold">
160
- <i data-feather="award" class="inline mr-2"></i> 10+ Years Experience
161
- </div>
 
 
 
 
 
 
162
  </div>
163
  </div>
164
- <div class="lg:w-1/2">
165
- <h2 class="text-3xl md:text-4xl font-bold mb-6">
166
- Meet <span class="text-pink-500">Maya</span>, Your Stylist & Founder
167
- </h2>
168
- <p class="text-slate-300 mb-6 text-lg">
169
- As a plus-size woman in the beauty industry, I created Curvy Cuts to provide a welcoming space where everyone feels beautiful. My journey began with a passion for making people feel confident in their own skin.
170
  </p>
171
- <p class="text-slate-400 mb-8">
172
- At Curvy Cuts, we believe beauty has no size, shape, or form. Our inclusive approach ensures every client receives personalized attention in a judgment-free environment. I'm committed to celebrating diversity through hair artistry.
173
  </p>
174
- <div class="grid grid-cols-2 gap-4">
175
- <div class="flex items-center">
176
- <i data-feather="check-circle" class="text-pink-500 mr-2"></i>
177
- <span>Inclusive Environment</span>
 
178
  </div>
179
- <div class="flex items-center">
180
- <i data-feather="check-circle" class="text-pink-500 mr-2"></i>
181
- <span>Body Positive Philosophy</span>
182
  </div>
183
- <div class="flex items-center">
184
- <i data-feather="check-circle" class="text-pink-500 mr-2"></i>
185
- <span>Premium Products</span>
186
  </div>
187
- <div class="flex items-center">
188
- <i data-feather="check-circle" class="text-pink-500 mr-2"></i>
189
- <span>Personalized Service</span>
190
  </div>
191
  </div>
192
  </div>
193
  </div>
194
  </div>
195
  </section>
196
-
197
- <!-- Team Section -->
198
  <section id="team" class="py-20 bg-slate-800">
199
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
200
  <div class="text-center mb-16">
 
58
  <a href="#contact" class="ds-navbar-link">Contact</a>
59
  </div>
60
  <div class="ds-navbar-actions">
61
+ <a href="#contact" class="ds-button ds-button-primary ds-button-glow">
62
  <i data-feather="calendar" class="mr-2"></i>Book Now
63
+ </a>
64
  </div>
65
  </div>
66
  </nav>
 
76
  Experience luxury hair care in an inclusive space designed for every body, every style, every you.
77
  </p>
78
  <div class="ds-hero-actions">
79
+ <a href="#contact" class="ds-button ds-button-primary ds-button-lg ds-button-glow">
80
  <i data-feather="calendar" class="mr-2"></i>Book Your Appointment
81
+ </a>
82
+ <a href="#about" class="ds-button ds-button-secondary ds-button-lg">
83
  <i data-feather="user" class="mr-2"></i>Meet Our Founder
84
+ </a>
85
  </div>
86
  </div>
87
  </div>
88
  <div class="ds-hero-scroll-indicator">
89
+ <a href="#services"><i data-feather="chevron-down"></i></a>
90
  </div>
91
  </section>
92
+ <!-- Services Section -->
93
  <section id="services" class="ds-section">
94
  <div class="ds-container">
95
  <div class="ds-section-header ds-text-center">
 
111
  </p>
112
  <div class="ds-card-footer">
113
  <span class="ds-price">From $65</span>
114
+ <a href="#contact" class="ds-button ds-button-primary ds-button-sm">Book Now</a>
115
  </div>
116
  </div>
117
 
 
126
  </p>
127
  <div class="ds-card-footer">
128
  <span class="ds-price">From $95</span>
129
+ <a href="#contact" class="ds-button ds-button-primary ds-button-sm">Book Now</a>
130
  </div>
131
  </div>
132
 
 
141
  </p>
142
  <div class="ds-card-footer">
143
  <span class="ds-price">From $50</span>
144
+ <a href="#contact" class="ds-button ds-button-primary ds-button-sm">Book Now</a>
145
  </div>
146
  </div>
147
+ </div>
148
  </div>
149
  </section>
150
+ <!-- About Section -->
151
+ <section id="about" class="ds-section ds-section-alt">
152
+ <div class="ds-container">
153
+ <div class="ds-section-header">
154
+ <h2 class="ds-section-title">Meet <span class="ds-text-gradient">Maya</span>, Your Stylist & Founder</h2>
155
+ <p class="ds-section-subtitle">
156
+ As a plus-size woman in the beauty industry, I created Curvy Cuts to provide a welcoming space where everyone feels beautiful.
157
+ </p>
158
+ </div>
159
+
160
+ <div class="ds-grid ds-grid-cols-1 lg:ds-grid-cols-2 ds-gap-12 ds-items-center">
161
+ <div class="ds-about-image">
162
+ <div class="ds-image-frame">
163
+ <img src="http://static.photos/people/640x360/78" alt="Salon Owner Maya" class="ds-image">
164
+ </div>
165
+ <div class="ds-badge ds-badge-accent">
166
+ <i data-feather="award" class="ds-badge-icon"></i>
167
+ <span class="ds-badge-text">10+ Years Experience</span>
168
  </div>
169
  </div>
170
+
171
+ <div class="ds-about-content">
172
+ <p class="ds-text-lg ds-mb-6">
173
+ My journey began with a passion for making people feel confident in their own skin. At Curvy Cuts, we believe beauty has no size, shape, or form.
 
 
174
  </p>
175
+ <p class="ds-text ds-mb-8">
176
+ Our inclusive approach ensures every client receives personalized attention in a judgment-free environment. I'm committed to celebrating diversity through hair artistry.
177
  </p>
178
+
179
+ <div class="ds-grid ds-grid-cols-2 ds-gap-4">
180
+ <div class="ds-feature-item">
181
+ <i data-feather="check-circle" class="ds-feature-icon"></i>
182
+ <span class="ds-feature-text">Inclusive Environment</span>
183
  </div>
184
+ <div class="ds-feature-item">
185
+ <i data-feather="check-circle" class="ds-feature-icon"></i>
186
+ <span class="ds-feature-text">Body Positive Philosophy</span>
187
  </div>
188
+ <div class="ds-feature-item">
189
+ <i data-feather="check-circle" class="ds-feature-icon"></i>
190
+ <span class="ds-feature-text">Premium Products</span>
191
  </div>
192
+ <div class="ds-feature-item">
193
+ <i data-feather="check-circle" class="ds-feature-icon"></i>
194
+ <span class="ds-feature-text">Personalized Service</span>
195
  </div>
196
  </div>
197
  </div>
198
  </div>
199
  </div>
200
  </section>
201
+ <!-- Team Section -->
 
202
  <section id="team" class="py-20 bg-slate-800">
203
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
204
  <div class="text-center mb-16">