Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea31bb2ad6 | |||
| 008545303f | |||
| 9dccdb4544 | |||
| 0bce6e99f0 | |||
| 3ba0e881d0 | |||
| 405b222a56 | |||
| af256653a4 | |||
| 19b1e81b8e |
@@ -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,13 +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" }}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Submit Reservation"
|
||||
termsText="By clicking Submit Reservation you're confirming that you agree with our Terms and Conditions."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
description="Your gateway to knowledge. Explore our vast collection of books and quiet study spaces."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Seat", href: "/book-seat"},
|
||||
text: "Check Availability", href: "/book-seat"},
|
||||
{
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user