From 1c37acae1d9cb986cb86f2c2c43150d179e50951 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 18:27:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05f082b..3182b94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,8 +109,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "basic", badge: "Standard", price: "$20", subtitle: "Single Bin Cleaning", features: ["Deep Sanitation", "Deodorizing treatment", "No contract"], buttons: [{ text: "Book Now", href: "#contact" }] }, { id: "pro", badge: "Recommended", price: "$45", subtitle: "Monthly Subscription", features: ["Monthly cleaning", "Priority scheduling", "Auto-billing with Bot"], buttons: [{ text: "Book Now", href: "#contact" }] }, + { id: "basic", badge: "Standard", price: "$20", subtitle: "Single Bin Cleaning", features: ["Deep Sanitation", "Deodorizing treatment", "No contract"], buttons: [{ text: "Book Now", href: "#contact" }] }, { id: "premium", badge: "Best Value", price: "$120", subtitle: "Annual Package", features: ["12 cleanings per year", "Priority status", "Dedicated AI Support"], buttons: [{ text: "Book Now", href: "#contact" }] }, ]} title="Flexible Cleaning Plans" -- 2.49.1