Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 008545303f | |||
| 9dccdb4544 | |||
| 0bce6e99f0 | |||
| 3ba0e881d0 | |||
| 405b222a56 | |||
| af256653a4 | |||
| 19b1e81b8e |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
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';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
|
|
||||||
export default function BookSeatPage() {
|
export default function BookSeatPage() {
|
||||||
@@ -32,13 +32,14 @@ export default function BookSeatPage() {
|
|||||||
brandName="Saini Library"
|
brandName="Saini Library"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero">
|
<div id="form" data-section="form">
|
||||||
<ContactCTA
|
<ContactForm
|
||||||
tag="Booking"
|
tag="Booking"
|
||||||
title="Book Your Library Seat"
|
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."
|
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" }]}
|
inputPlaceholder="Enter your email"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
buttonText="Submit Reservation"
|
||||||
|
termsText="By clicking Submit Reservation you're confirming that you agree with our Terms and Conditions."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
description="Your gateway to knowledge. Explore our vast collection of books and quiet study spaces."
|
description="Your gateway to knowledge. Explore our vast collection of books and quiet study spaces."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Seat", href: "/book-seat"},
|
text: "Check Availability", href: "/book-seat"},
|
||||||
{
|
{
|
||||||
text: "Visit Us", href: "#contact"},
|
text: "Visit Us", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user