From a5140d0e8f981eceb66fdb8723179238c266b125 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:11:31 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 7aa79b9..8af1f5d 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -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() { /> ); -- 2.49.1