3 Commits

Author SHA1 Message Date
93e6de20dd Update src/app/page.tsx 2026-04-27 23:53:26 +00:00
e9cca38814 Update src/app/page.tsx 2026-04-27 23:52:53 +00:00
35d29a0057 Merge version_7 into main
Merge version_7 into main
2026-04-27 23:51:07 +00:00

View File

@@ -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>