Merge version_4 into main #7

Merged
bender merged 2 commits from version_4 into main 2026-03-04 05:01:17 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1385,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}