diff --git a/apps/web/src/app/convert/page.tsx b/apps/web/src/app/convert/page.tsx index 0ac56c6..08b05b4 100644 --- a/apps/web/src/app/convert/page.tsx +++ b/apps/web/src/app/convert/page.tsx @@ -206,8 +206,8 @@ function ConvertForm() {

Your CSV is stored in your account and is visible only to you. - Files are retained per SBA policy. Data is processed on SBA - infrastructure; nothing is sent to third-party services. + Files are retained per our data-retention policy. Data is processed + internally; nothing is sent to third-party services.

diff --git a/apps/web/src/app/help/page.tsx b/apps/web/src/app/help/page.tsx index f9ff6d6..f35191a 100644 --- a/apps/web/src/app/help/page.tsx +++ b/apps/web/src/app/help/page.tsx @@ -17,7 +17,7 @@ export default function HelpPage() {

Help

- How to use the SBA CSV to XML converter, common errors, and + How to use the CSV to XML converter, common errors, and who to contact if something goes wrong.

@@ -36,7 +36,7 @@ export default function HelpPage() {

- The SBA CSV to XML converter takes a counseling or training + This tool takes a counseling or training CSV export from Salesforce and produces an XSD-compliant XML file ready for submission to the SBA. Along the way it:

diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 1025d30..0d25c03 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -5,8 +5,8 @@ import { Nav } from "@/components/nav"; import { ErrorBoundary } from "@/components/error-boundary"; export const metadata: Metadata = { - title: "SBA CSV to XML Converter", - description: "Convert SBA counseling and training CSV files to XML format", + title: "CSV to XML Converter", + description: "Convert counseling and training CSV files to XML format", }; export default function RootLayout({ diff --git a/apps/web/src/app/login/page.tsx b/apps/web/src/app/login/page.tsx index 6c5725d..817d704 100644 --- a/apps/web/src/app/login/page.tsx +++ b/apps/web/src/app/login/page.tsx @@ -40,7 +40,7 @@ export default function LoginPage() {

Sign In

-

SBA CSV to XML Converter

+

CSV to XML Converter

diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 35c240f..3c1d718 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -18,7 +18,7 @@ export default function Home() { {/* Hero */}

- SBA CSV to XML Converter + CSV to XML Converter

Upload counseling or training CSV exports from Salesforce, @@ -120,7 +120,7 @@ export default function Home() { {/* Footer note */}

- Your data stays on SBA infrastructure. Nothing is sent to + Your data is processed internally. Nothing is sent to third-party services.

diff --git a/apps/web/src/app/signup/page.tsx b/apps/web/src/app/signup/page.tsx index bd18800..c188285 100644 --- a/apps/web/src/app/signup/page.tsx +++ b/apps/web/src/app/signup/page.tsx @@ -74,7 +74,7 @@ export default function SignupPage() {

Create Account

-

SBA CSV to XML Converter

+

CSV to XML Converter

diff --git a/apps/web/src/components/nav.tsx b/apps/web/src/components/nav.tsx index 98cb50c..9b7d6d0 100644 --- a/apps/web/src/components/nav.tsx +++ b/apps/web/src/components/nav.tsx @@ -33,7 +33,7 @@ export function Nav() { {/* Desktop layout */}
- SBA Converter + CSV to XML Converter {links.map(({ href, label }) => ( - SBA Converter + CSV to XML Converter