Merge version_3 into main #4
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function BookSeatPage() {
|
||||
@@ -32,14 +32,14 @@ export default function BookSeatPage() {
|
||||
brandName="Saini Library"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<ContactCTA
|
||||
<div id="form" data-section="form">
|
||||
<ContactForm
|
||||
tag="Booking"
|
||||
title="Book Your Library Seat"
|
||||
description="Reserve your spot in our quiet study area. Please provide your details below and our team will get back to you to confirm availability."
|
||||
buttons={[{ text: "Submit Request" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Submit Reservation"
|
||||
termsText="By clicking Submit Reservation you're confirming that you agree with our Terms and Conditions."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user