Update src/app/page.tsx

This commit is contained in:
2026-05-07 20:16:37 +00:00
parent 23b123d1af
commit 41483e9080

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "Essential Tools for Growth", buttons: [
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "Master Basic Discipline", buttons: [
{
text: "Get Started", href: "#"},
],
@@ -164,7 +164,7 @@ export default function LandingPage() {
"Basic journal", "Daily analytics", "Community access"],
},
{
id: "pro", badge: "Elite", price: "$49/mo", subtitle: "Advanced Insights for Pro Traders", buttons: [
id: "pro", badge: "Elite", price: "$49/mo", subtitle: "Achieve Scaling Precision", buttons: [
{
text: "Go Pro", href: "#"},
],
@@ -174,6 +174,7 @@ export default function LandingPage() {
]}
title="Flexible Pricing Plans"
description="Choose the right plan to fuel your trading journey."
planButtonClassName="bg-blue-900 hover:bg-blue-800 text-white"
/>
</div>
@@ -190,6 +191,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
buttonClassName="bg-blue-900 hover:bg-blue-800 text-white"
imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg"
/>
</div>