From f5407fff1312403e58333d84a589cea338b3f9d9 Mon Sep 17 00:00:00 2001
From: Mauricio Siu
Date: Wed, 18 Feb 2026 23:12:16 -0600
Subject: [PATCH] fix: correct typo in pricing component text
- Changed "Starting @" to "Starting at $" for improved clarity in the Pricing component.
---
apps/website/components/pricing.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx
index 6e40f33..6ed9ff5 100644
--- a/apps/website/components/pricing.tsx
+++ b/apps/website/components/pricing.tsx
@@ -221,7 +221,7 @@ export function Pricing() {
- Starting @ $
+ Starting at $
{isAnnual
? (startupBaseAnnual / 12).toFixed(2)
: startupBaseMonthly.toFixed(0)}