Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93e6de20dd | |||
| e9cca38814 | |||
| 35d29a0057 |
@@ -9,7 +9,7 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
|
|||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactForm from '@/components/form/ContactForm';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Scissors, Calendar, Award } from 'lucide-react';
|
import { Scissors, Calendar, Award } from 'lucide-react';
|
||||||
|
|
||||||
@@ -165,15 +165,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactForm
|
||||||
tag="Bookings"
|
tag="Bookings"
|
||||||
title="Book Your Appointment"
|
title="Book Your Appointment"
|
||||||
description="Use the calendar below to secure your spot with your preferred barber."
|
description="Please fill out the form below to request your slot."
|
||||||
tagIcon={Calendar}
|
tagIcon={Calendar}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
inputPlaceholder="Enter your name or email"
|
||||||
|
buttonText="Request Appointment"
|
||||||
|
centered={true}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Your name or email"
|
|
||||||
buttonText="Reserve Now"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user