@@ -259,6 +259,50 @@ <h2 class="section-title">What our customers are saying</h2>
259259 </ aside >
260260 </ main >
261261
262+ <!-- Contact Form Section -->
263+ < section id ="contact " class ="scrollto clearfix ">
264+ < div class ="row clearfix ">
265+ < div class ="col-3 ">
266+ < div class ="section-heading ">
267+ < h3 > Get in Touch</ h3 >
268+ < h2 class ="section-title "> Contact Us</ h2 >
269+ < p class ="section-subtitle "> Have questions or ready to book your next ink session? Send us a message and we'll get back to you via WhatsApp!</ p >
270+ </ div >
271+ </ div >
272+ < div class ="col-2-3 ">
273+ < form id ="contact-form " class ="contact-form ">
274+ < div class ="col-2 ">
275+ < label for ="name "> Name</ label >
276+ < input type ="text " id ="name " name ="name " placeholder ="Your Full Name " required >
277+ </ div >
278+ < div class ="col-2 ">
279+ < label for ="phone "> Phone Number</ label >
280+ < input type ="tel " id ="phone " name ="phone " placeholder ="Your Phone Number " required >
281+ </ div >
282+ < div class ="col-2 ">
283+ < label for ="email "> Email</ label >
284+ < input type ="email " id ="email " name ="email " placeholder ="Your Email Address " required >
285+ </ div >
286+ < div class ="col-2 ">
287+ < label for ="service "> Service Type</ label >
288+ < select id ="service " name ="service " required >
289+ < option value =""> Select a service</ option >
290+ < option value ="Custom Tattoo "> Custom Tattoo</ option >
291+ < option value ="Cover-up Tattoo "> Cover-up Tattoo</ option >
292+ < option value ="Piercing "> Piercing</ option >
293+ < option value ="General Inquiry "> General Inquiry</ option >
294+ </ select >
295+ </ div >
296+ < div class ="col-3 ">
297+ < label for ="message "> Message</ label >
298+ < textarea id ="message " name ="message " placeholder ="Tell us about your tattoo idea or inquiry... " rows ="5 " required > </ textarea >
299+ </ div >
300+ < button type ="submit " class ="button "> Send via WhatsApp</ button >
301+ </ form >
302+ </ div >
303+ </ div >
304+ </ section >
305+
262306 < footer id ="landing-footer " class ="clearfix ">
263307 < div class ="row clearfix ">
264308 < p id ="copyright " class ="col-2 "> Copyright © 2024 XO Inks All Rights Reserved.</ p >
0 commit comments