From 48fbbd332e0bc99d5e73d510f87c319a4f6c1e3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:01:12 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9a91541..6b03381 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 560d6a34f116d3e61bc6904e1ec28e466e8ef78c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:01:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f99a58..b0a9b34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Standard Purchase", badgeIcon: Smartphone, - price: "Full Price", subtitle: "Pay in full at checkout", buttons: [ + price: "$799", subtitle: "Pay in full at checkout", buttons: [ { text: "Buy Now", href: "#" }, { text: "Learn More", href: "#" } ], @@ -127,7 +127,7 @@ export default function LandingPage() { }, { id: "2", badge: "Installment Plan", badgeIcon: Sparkles, - price: "0% Interest", subtitle: "12 monthly installments", buttons: [ + price: "$67/month", subtitle: "12 monthly installments", buttons: [ { text: "Apply Now", href: "#" }, { text: "Details", href: "#" } ], @@ -135,7 +135,7 @@ export default function LandingPage() { }, { id: "3", badge: "Trade-In Option", badgeIcon: RefreshCw, - price: "Save Up to", subtitle: "$300 on trade-in", buttons: [ + price: "Save $300", subtitle: "on trade-in credit", buttons: [ { text: "Trade In", href: "#" }, { text: "Evaluate", href: "#" } ], @@ -254,4 +254,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1