Skip to content

Commit 2c492a4

Browse files
Matt DeanMatt Dean
authored andcommitted
sandbox: public agent simulator — no signup required
Self-contained simulation of Kill Switch + Economic Firewall scenarios. Runs entirely client-side with realistic timing. No auth, no backend calls. Added 'Try the Sandbox' CTA to homepage hero.
1 parent 8b56f86 commit 2c492a4

File tree

2 files changed

+510
-5
lines changed

2 files changed

+510
-5
lines changed

satgate-landing/app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import React, { useState } from 'react';
4-
import { Terminal, Code, Cpu, Zap, ArrowRight, CheckCircle, Copy, Check, Shield, Key, Lock, Clock, DollarSign, Bot, GitBranch, Activity, RefreshCw, Menu, X, Eye, SlidersHorizontal } from 'lucide-react';
4+
import { Terminal, Code, Cpu, Zap, ArrowRight, CheckCircle, Copy, Check, Shield, Key, Lock, Clock, DollarSign, Bot, GitBranch, Activity, RefreshCw, Menu, X, Eye, SlidersHorizontal, Play } from 'lucide-react';
55
import Link from 'next/link';
66
import Image from 'next/image';
77

@@ -143,13 +143,13 @@ const LandingPage = () => {
143143
<p className="text-lg text-gray-500 mb-8 max-w-lg leading-relaxed">
144144
Not &ldquo;who are you?&rdquo; — <b>&ldquo;what can you afford?&rdquo;</b> Per-agent budgets. Spending caps. Instant revocation. Connect in 5 minutes.
145145
</p>
146-
<div className="flex gap-4">
146+
<div className="flex flex-wrap gap-4">
147147
<a href="https://cloud.satgate.io/cloud/login" target="_blank" rel="noopener noreferrer" className="bg-gradient-to-r from-purple-600 to-cyan-600 hover:from-purple-500 hover:to-cyan-500 text-white px-8 py-3 rounded-lg font-bold transition flex items-center gap-2 shadow-lg shadow-purple-500/20">
148148
Start Free <ArrowRight size={16} />
149149
</a>
150-
<a href="https://github.com/SatGate-io/satgate" target="_blank" rel="noopener noreferrer" className="border border-gray-700 px-8 py-3 rounded-lg font-bold hover:border-gray-500 transition flex items-center gap-2 text-gray-300">
151-
View on GitHub
152-
</a>
150+
<Link href="/sandbox" className="border border-purple-700/50 bg-purple-900/20 px-8 py-3 rounded-lg font-bold hover:bg-purple-900/40 transition flex items-center gap-2 text-purple-300">
151+
<Play size={16} /> Try the Sandbox
152+
</Link>
153153
</div>
154154
</div>
155155

0 commit comments

Comments
 (0)