remove the booking section in supersavings details page

This commit is contained in:
aryabenade
2026-04-24 22:03:36 +05:30
parent 1be37e098b
commit d8976a29b4

View File

@@ -345,7 +345,7 @@ export function SuperSavingsDetailsPage({
</div> </div>
{/* Right Sidebar - Calendar and Booking (preserved, but you can add a real calendar if needed) */} {/* Right Sidebar - Calendar and Booking (preserved, but you can add a real calendar if needed) */}
<div className="lg:col-span-1"> {/* <div className="lg:col-span-1">
<Card className="sticky top-32 p-6 bg-white border border-primary/20 shadow-xl rounded-2xl"> <Card className="sticky top-32 p-6 bg-white border border-primary/20 shadow-xl rounded-2xl">
<h3 className="text-2xl font-bold text-[#2d3134] mb-4">Book This Offer</h3> <h3 className="text-2xl font-bold text-[#2d3134] mb-4">Book This Offer</h3>
<div className="space-y-4 mb-6"> <div className="space-y-4 mb-6">
@@ -379,7 +379,7 @@ export function SuperSavingsDetailsPage({
Proceed to Checkout Proceed to Checkout
</Button> </Button>
</Card> </Card>
</div> </div> */}
</div> </div>
</div> </div>
</Layout> </Layout>