Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46c7636d02 | |||
| 0d7a0f655f | |||
| d93fd75bac | |||
| 3ec94d456f | |||
| 5622e940ac | |||
| 9a0e5bb53a | |||
| 5a8527d95b |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
"Sub-second data updates", "Multi-asset class tracking", "Portfolio performance monitoring", "Custom alert systems"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Explore Platform", href: "pricing" }
|
||||
{ text: "Explore Platform", href: "#pricing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", badge: "Starter Fund", badgeIcon: Zap,
|
||||
price: "$10K/month", subtitle: "Perfect for emerging investors", buttons: [
|
||||
{ text: "Start Now", href: "contact" },
|
||||
{ text: "Start Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "professional", badge: "Professional Growth", badgeIcon: Sparkles,
|
||||
price: "$50K/month", subtitle: "Ideal for institutional investors", buttons: [
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Schedule Demo", href: "#" }
|
||||
],
|
||||
features: [
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise Access", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "For mega-funds and enterprises", buttons: [
|
||||
{ text: "Contact Sales", href: "contact" },
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Enterprise Brief", href: "#" }
|
||||
],
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user