From d31443bd44079c613d554b2e3c9a51dca4ff0e92 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 30 Apr 2026 15:12:16 +0200 Subject: [PATCH] small about change --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5a24db2..26c36cd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,7 +9,7 @@ import type { Metadata } from "next"; export const metadata: Metadata = { title: "About", description: - "Chris Smith — solo PHP developer running Five Devs, LLC out of Henderson, NV. Fifteen years of shipping the unglamorous parts of e-commerce and logistics.", + "Chris Smith — solo PHP developer running Five Devs, LLC from a remote location on planet Earth. Fifteen years of shipping the unglamorous parts of e-commerce and logistics.", }; export default function AboutPage() {