Update src/app/page.tsx
This commit is contained in:
@@ -136,7 +136,10 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do I book an appointment?", content: "You can easily book an appointment online through our website's 'Contact Us' section, or by calling us directly during business hours." },
|
||||
{ id: "q2", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and cash. We do not currently accept personal checks." },
|
||||
{ id: "q3", title: "Do you offer consultations for new clients?", content: "Yes, we offer complimentary consultations for all new clients, especially for color services or major style changes. Please mention it when booking." }
|
||||
{ id: "q3", title: "Do you offer consultations for new clients?", content: "Yes, we offer complimentary consultations for all new clients, especially for color services or major style changes. Please mention it when booking." },
|
||||
{ id: "q4", title: "What is your cancellation policy?", content: "We kindly request at least 24 hours notice for cancellations or rescheduling. Late cancellations may incur a fee." },
|
||||
{ id: "q5", title: "Do you accept walk-in appointments?", content: "Walk-ins are welcome, but appointments are highly recommended to ensure availability, especially for specific stylists or services." },
|
||||
{ id: "q6", title: "Can I purchase products at your salon?", content: "Absolutely! We carry a wide range of professional haircare products available for purchase directly at our salon. Our stylists can help you choose the best products for your hair type." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorimetry-specialist-testing-fabric-swaps-client_23-2150461542.jpg"
|
||||
imageAlt="Super Clips salon staff smiling"
|
||||
@@ -150,11 +153,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Book Your Transformation"
|
||||
description="Ready for a fresh look? Schedule your appointment with Super Clips today! We're excited to help you achieve your hair goals."
|
||||
description="Ready for a fresh look? Schedule your appointment with Super Clips today! We're excited to help you achieve your hair goals. Fill out the form below or give us a call to get started!"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-glass-drink-spa-tub-i-love-u-title-lamp_23-2148003834.jpg"
|
||||
imageAlt="Salon reception area at night with warm lighting"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-hair-salon_23-2147775591.jpg"
|
||||
imageAlt="Modern interior of a hair salon reception"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your Email Address"
|
||||
|
||||
Reference in New Issue
Block a user