diff --git a/app/actions.tsx b/app/actions.tsx index c5cf671e..761d5600 100644 --- a/app/actions.tsx +++ b/app/actions.tsx @@ -59,10 +59,9 @@ async function submit(formData?: FormData, skip?: boolean) { if (userInput.toLowerCase().trim() === 'what is a planet computer?' || userInput.toLowerCase().trim() === 'what is qcx-terra?') { const definition = userInput.toLowerCase().trim() === 'what is a planet computer?' - ? "A planet computer is a proprietary environment aware system that interoperates Climate forecasting, mapping and scheduling using cutting edge multi-agents to streamline automation and exploration on a planet. Available for our Pro and Enterprise customers. > [Queue Pricing](https://www.queue.cx/#pricing) + ? `A planet computer is a proprietary environment aware system that interoperates Climate forecasting, mapping and scheduling using cutting edge multi-agents to streamline automation and exploration on a planet. Available for our Pro and Enterprise customers. [QCX Pricing](https://www.queue.cx/#pricing)` - : "QCX-Terra is a model garden of pixel level precision geospatial foundational models for efficient land feature predictions from satellite imagery. Available for our Pro and Enterprise customers. > [Queue Pricing](https://www.queue.cx/#pricing) -"; + : `QCX-Terra is a model garden of pixel level precision geospatial foundational models for efficient land feature predictions from satellite imagery. Available for our Pro and Enterprise customers. [QCX Pricing] (https://www.queue.cx/#pricing)`; const content = JSON.stringify(Object.fromEntries(formData!)); const type = 'input'; diff --git a/dev.log b/dev.log deleted file mode 100644 index d83bb75f..00000000 --- a/dev.log +++ /dev/null @@ -1,7 +0,0 @@ - ⚠ Port 3000 is in use, using available port 3001 instead. - ▲ Next.js 15.3.3 (Turbopack) - - Local: http://localhost:3001 - - Network: http://192.168.0.2:3001 - - Environments: .env.local, .env - - ✓ Starting...