From b6668ba8feadeb46192c5e9fe1ebe213e3c428e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:03:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 467ad48..61f1ad9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -259,26 +259,6 @@ export default function LandingPage() { "Minimal monthly payment", "Maximum flexibility", "Guaranteed rate lock", "24/7 support" ] } - ]} - { - id: "plan-36", tag: "Popular", price: "36 Months", period: "3 Years", description: "Perfect for value seekers", button: { text: "Get Quote", href: "#" }, - featuresTitle: "Includes", features: [ - "Low monthly payments", "Flexible terms", "Early payoff option", "24/7 support" - ] - }, - { - id: "plan-60", tag: "Best Value", tagIcon: Award, - price: "60 Months", period: "5 Years", description: "Lowest monthly commitment", button: { text: "Get Quote", href: "#" }, - featuresTitle: "Includes", features: [ - "Lowest monthly payments", "Maximum flexibility", "Refinance anytime", "24/7 support" - ] - }, - { - id: "plan-84", tag: "Long Term", price: "84 Months", period: "7 Years", description: "Ultimate payment flexibility", button: { text: "Get Quote", href: "#" }, - featuresTitle: "Includes", features: [ - "Minimal monthly payment", "Maximum flexibility", "Guaranteed rate lock", "24/7 support" - ] - } ]} className="py-16 md:py-24" containerClassName="max-w-7xl mx-auto px-4" -- 2.49.1