Merge version_10 into main #12
@@ -167,17 +167,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Book Your Appointment"
|
||||
description="Fill in your details below and we'll get back to you."
|
||||
description="Experience the finest grooming services in the city. Select your preferences and lock in your session today."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "business", type: "text", placeholder: "Business Name" },
|
||||
{ name: "field", type: "text", placeholder: "Field" },
|
||||
{ name: "instagram", type: "text", placeholder: "Instagram Handle" }
|
||||
{ name: "service", type: "text", placeholder: "Preferred Service (Cut, Shave, etc.)" },
|
||||
{ name: "notes", type: "text", placeholder: "Additional Notes" }
|
||||
]}
|
||||
buttonText="Submit Request"
|
||||
textarea={{ name: "message", placeholder: "Any special requests?", rows: 4 }}
|
||||
buttonText="Request My Appointment"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="min-h-screen py-24"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-holding-razor-hair-client_23-2148353483.jpg"
|
||||
imageAlt="Barber serving client"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user