Skip to content

Commit a8624c8

Browse files
Update new landing page pricing and legal links
1 parent 1e73a23 commit a8624c8

4 files changed

Lines changed: 82 additions & 54 deletions

File tree

src/frontend/src/pages/PrivacyPolicyPage/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export default function PrivacyPolicyPage() {
1717
Visual AI Agents Builder
1818
</span>
1919
</Link>
20-
<Link to="/" className="text-sm text-white/70 hover:text-white">
21-
Back to home
22-
</Link>
20+
<a href="/">Back to home</a>
2321
</div>
2422
</header>
2523

src/frontend/src/pages/RefundPolicyPage/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export default function RefundPolicyPage() {
1717
Visual AI Agents Builder
1818
</span>
1919
</Link>
20-
<Link to="/" className="text-sm text-white/70 hover:text-white">
21-
Back to home
22-
</Link>
20+
<a href="/">Back to home</a>
2321
</div>
2422
</header>
2523

src/frontend/src/pages/TermsOfServicePage/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export default function TermsOfServicePage() {
1717
Visual AI Agents Builder
1818
</span>
1919
</Link>
20-
<Link to="/" className="text-sm text-white/70 hover:text-white">
21-
Back to home
22-
</Link>
20+
<a href="/">Back to home</a>
2321
</div>
2422
</header>
2523

src/new-landingpage/src/LandingPage.tsx

Lines changed: 79 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -484,57 +484,88 @@ export default function LandingPage(): JSX.Element {
484484

485485
<section id="pricing" className="mx-auto max-w-7xl px-4 py-20">
486486
<div className="rounded-2xl border border-white/10 bg-[#0f1217] p-8">
487-
<div className="grid gap-10 md:grid-cols-2">
488-
<div>
489-
<h2 className="text-2xl font-semibold">Fair, Transparent Pricing</h2>
490-
<p className="mt-3 text-white/70">
491-
Free (for developers) plus paid plans for teams and enterprise
492-
with full security & support.
493-
</p>
494-
<ul className="mt-6 space-y-2 text-sm text-white/80">
487+
<div className="text-center">
488+
<h2 className="text-2xl font-semibold">Simple, Scalable Pricing</h2>
489+
<p className="mt-3 text-white/70">
490+
Choose the plan that matches your team size and scale with
491+
confidence.
492+
</p>
493+
</div>
494+
<div className="mt-10 grid gap-6 md:grid-cols-3">
495+
<div className="flex h-full flex-col rounded-xl border border-white/10 bg-[#0f1217] p-6">
496+
<div className="text-sm text-white/60">Starter Pack</div>
497+
<div className="mt-2 text-3xl font-semibold">$20 USD</div>
498+
<div className="mt-1 text-sm text-white/70">7-day free trial</div>
499+
<ul className="mt-4 space-y-2 text-sm text-white/80">
495500
<li className="flex items-center gap-2">
496-
<CheckIcon className="h-4 w-4" />Unlimited public flows
501+
<CheckIcon className="h-4 w-4" />Shared database
497502
</li>
498503
<li className="flex items-center gap-2">
499-
<CheckIcon className="h-4 w-4" />Team seats & organization
500-
tenancies
504+
<CheckIcon className="h-4 w-4" />Standard rate limits
501505
</li>
502506
<li className="flex items-center gap-2">
503-
<CheckIcon className="h-4 w-4" />Enterprise support & SLA
507+
<CheckIcon className="h-4 w-4" />Core visual builder features
508+
</li>
509+
<li className="flex items-center gap-2">
510+
<CheckIcon className="h-4 w-4" />Community support
504511
</li>
505512
</ul>
513+
<a
514+
href="#signup"
515+
className="mt-6 inline-block rounded-lg bg-white px-4 py-2 text-sm font-semibold text-neutral-900"
516+
>
517+
Start Free Trial
518+
</a>
506519
</div>
507-
508-
<div className="grid gap-4 md:grid-cols-2">
509-
<div className="rounded-xl border border-white/10 bg-[#0f1217] p-6">
510-
<div className="text-sm text-white/60">Starter</div>
511-
<div className="mt-2 text-3xl font-semibold">Free</div>
512-
<p className="mt-2 text-sm text-white/70">
513-
For personal projects, hobbyists. All core features except
514-
enterprise.
515-
</p>
516-
<a
517-
href="#signup"
518-
className="mt-4 inline-block rounded-lg bg-white px-4 py-2 text-sm font-semibold text-neutral-900"
519-
>
520-
Get Started Free
521-
</a>
522-
</div>
523-
524-
<div className="rounded-xl border border-white/10 bg-[#0f1217] p-6">
525-
<div className="text-sm text-white/60">Enterprise</div>
526-
<div className="mt-2 text-3xl font-semibold">Contact Us</div>
527-
<p className="mt-2 text-sm text-white/70">
528-
Includes SSO, data isolation, custom deployment, dedicated
529-
support & SLAs.
530-
</p>
531-
<a
532-
href="#contact"
533-
className="mt-4 inline-block rounded-lg border border-white/15 px-4 py-2 text-sm"
534-
>
535-
Contact Sales
536-
</a>
537-
</div>
520+
<div className="flex h-full flex-col rounded-xl border border-white/10 bg-[#0f1217] p-6">
521+
<div className="text-sm text-white/60">Pro Pack</div>
522+
<div className="mt-2 text-3xl font-semibold">$50 USD</div>
523+
<div className="mt-1 text-sm text-white/70">No trial period</div>
524+
<ul className="mt-4 space-y-2 text-sm text-white/80">
525+
<li className="flex items-center gap-2">
526+
<CheckIcon className="h-4 w-4" />Separate database
527+
</li>
528+
<li className="flex items-center gap-2">
529+
<CheckIcon className="h-4 w-4" />Highly enabled rate limits
530+
</li>
531+
<li className="flex items-center gap-2">
532+
<CheckIcon className="h-4 w-4" />Team collaboration tools
533+
</li>
534+
<li className="flex items-center gap-2">
535+
<CheckIcon className="h-4 w-4" />Priority email support
536+
</li>
537+
</ul>
538+
<a
539+
href="#signup"
540+
className="mt-6 inline-block rounded-lg border border-white/15 px-4 py-2 text-sm"
541+
>
542+
Upgrade to Pro
543+
</a>
544+
</div>
545+
<div className="flex h-full flex-col rounded-xl border border-white/10 bg-[#0f1217] p-6">
546+
<div className="text-sm text-white/60">Enterprise Pack</div>
547+
<div className="mt-2 text-3xl font-semibold">Talk to sales</div>
548+
<div className="mt-1 text-sm text-white/70">Custom pricing</div>
549+
<ul className="mt-4 space-y-2 text-sm text-white/80">
550+
<li className="flex items-center gap-2">
551+
<CheckIcon className="h-4 w-4" />Dedicated environments
552+
</li>
553+
<li className="flex items-center gap-2">
554+
<CheckIcon className="h-4 w-4" />Custom security & compliance
555+
</li>
556+
<li className="flex items-center gap-2">
557+
<CheckIcon className="h-4 w-4" />SSO and role-based access
558+
</li>
559+
<li className="flex items-center gap-2">
560+
<CheckIcon className="h-4 w-4" />Premium SLA & support
561+
</li>
562+
</ul>
563+
<a
564+
href="#contact"
565+
className="mt-6 inline-block rounded-lg border border-white/15 px-4 py-2 text-sm"
566+
>
567+
Contact Sales
568+
</a>
538569
</div>
539570
</div>
540571
</div>
@@ -625,10 +656,13 @@ export default function LandingPage(): JSX.Element {
625656
<div className="text-sm font-semibold">Legal & Company</div>
626657
<ul className="mt-3 space-y-2 text-sm text-white/70">
627658
<li>
628-
<a href="#privacy">Privacy Policy</a>
659+
<a href="/privacy-policy">Privacy Policy</a>
660+
</li>
661+
<li>
662+
<a href="/terms-of-service">Terms of Service</a>
629663
</li>
630664
<li>
631-
<a href="#terms">Terms of Service</a>
665+
<a href="/refund-policy">Refund Policy</a>
632666
</li>
633667
<li>
634668
<a href="#careers">Careers</a>

0 commit comments

Comments
 (0)