3 Commits

Author SHA1 Message Date
0a56666366 Merge version_3 into main
Merge version_3 into main
2026-04-24 18:16:27 +00:00
9d6174c58a Update src/app/page.tsx 2026-04-24 18:16:21 +00:00
37534b3fa3 Merge version_2 into main
Merge version_2 into main
2026-04-24 18:14:29 +00:00

View File

@@ -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"],
},
]}