From 9d6174c58a844cd30a8df3c90ef33ff369d939a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:16:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3476e6..2afc273 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,7 +181,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", badge: "Entry", price: "Custom", subtitle: "Basic term options", features: [ + id: "p1", badge: "Flexible", price: "Custom", subtitle: "Basic term options", features: [ "Competitive rates", "Low down payment"], }, { @@ -189,7 +189,7 @@ export default function LandingPage() { "Flexible terms", "Online approval"], }, { - id: "p3", badge: "Premium", price: "Concierge", subtitle: "Full service", features: [ + id: "p3", badge: "Premium Concierge", price: "Concierge", subtitle: "Full service", features: [ "Custom financing", "Priority support"], }, ]} -- 2.49.1