Merge version_3 into main #10

Merged
bender merged 1 commits from version_3 into main 2026-04-18 06:11:38 +00:00

View File

@@ -19,7 +19,7 @@ export default function BookingPage() {
tag="Reservation"
title="Book Your Court"
description="Fill out the details below to secure your preferred slot at Divya Jyot Sports Academy. Our team will confirm your booking shortly."
imageSrc="http://img.b2bpic.net/free-photo/sports-equipment-arrangement-view_23-2149129583.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sports-equipment-arrangement-view_23-2149129583.jpg?_wi=1"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonText="Confirm Booking"
@@ -27,7 +27,7 @@ export default function BookingPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia logoText="Divya Jyot" imageSrc="http://img.b2bpic.net/free-photo/sports-equipment-arrangement-view_23-2149129583.jpg" columns={[{ title: "Academy", items: [{ label: "About Us", href: "/" }, { label: "Pricing", href: "/" }] }, { title: "Support", items: [{ label: "Contact", href: "/" }, { label: "FAQ", href: "/" }] }]} />
<FooterMedia logoText="Divya Jyot" imageSrc="http://img.b2bpic.net/free-photo/sports-equipment-arrangement-view_23-2149129583.jpg?_wi=2" columns={[{ title: "Academy", items: [{ label: "About Us", href: "/" }, { label: "Pricing", href: "/" }] }, { title: "Support", items: [{ label: "Contact", href: "/" }, { label: "FAQ", href: "/" }] }]} />
</div>
</ThemeProvider>
);