diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c4af6..fab1fa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -155,4 +158,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file