3 Commits

Author SHA1 Message Date
bd0eb6c820 Update src/app/page.tsx 2026-05-15 15:08:48 +00:00
c88050fd17 Merge version_3 into main
Merge version_3 into main
2026-05-15 14:47:21 +00:00
88a0b92533 Merge version_3 into main
Merge version_3 into main
2026-05-15 14:46:57 +00:00

View File

@@ -112,12 +112,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{ id: "p1", badge: "Hourly", price: "1500 BDT", subtitle: "Weekdays", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Peak Hours Available", "Includes Bibs", "Drinking Water"] },
{ id: "p2", badge: "Weekend", price: "2000 BDT", subtitle: "Fri-Sat", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Premium Time Slot", "Includes Bibs", "Shower Access"] },
{ id: "p3", badge: "Monthly", price: "4000 BDT", subtitle: "Recurring", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Priority Booking", "4 Sessions/Month", "Discounted Rate"] },
{ id: "s1", badge: "Morning", price: "3000 BDT", subtitle: "09:00 AM - 10:30 AM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s2", badge: "Morning", price: "3000 BDT", subtitle: "10:30 AM - 12:00 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s3", badge: "Evening", price: "3000 BDT", subtitle: "05:00 PM - 06:30 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s4", badge: "Evening", price: "3000 BDT", subtitle: "06:30 PM - 08:00 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s5", badge: "Night", price: "3500 BDT", subtitle: "08:00 PM - 09:30 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s6", badge: "Night", price: "3500 BDT", subtitle: "09:30 PM - 11:00 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
]}
title="Booking Packages"
description="Flexible pricing for every group."
title="Slot Timings"
description="Book your preferred 1.5-hour slot. All slots are 90 minutes long."
/>
</div>
@@ -155,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}