diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1afcc17..2e27f82 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,7 +11,7 @@ export default function AboutPage() { return (
-
+
@@ -19,7 +19,7 @@ export default function AboutPage() { AV Beat

About

-

+

An independent trade publication covering pro AV, live production, display tech, and signal-flow technology.

@@ -30,7 +30,7 @@ export default function AboutPage() {
-
+
AV Beat reports on the equipment, services, and people that move the professional video industry forward. We follow @@ -79,9 +79,9 @@ export default function AboutPage() { function Stat({ label, value }: { label: string; value: string }) { return ( -
-
{value}
-
+
+
{value}
+
{label}
@@ -90,7 +90,7 @@ function Stat({ label, value }: { label: string; value: string }) { function Block({ title, children }: { title: string; children: React.ReactNode }) { return ( -
+

{title}

diff --git a/src/app/authors/[slug]/page.tsx b/src/app/authors/[slug]/page.tsx index 7e68393..f8c237e 100644 --- a/src/app/authors/[slug]/page.tsx +++ b/src/app/authors/[slug]/page.tsx @@ -290,7 +290,7 @@ export default function AuthorProfilePage() { ยท {article.readTime}
-

+

{article.title}

@@ -311,7 +311,7 @@ export default function AuthorProfilePage() {

Biography

{profile.bio ? ( -

+

{profile.bio}

) : ( @@ -336,7 +336,7 @@ export default function AuthorProfilePage() {

Address

-
+
{addressLines.map((line, i) => ( {line} @@ -400,7 +400,7 @@ export default function AuthorProfilePage() {

Location

-

{locationLine}

+

{locationLine}

)} {profile.joined_label && ( @@ -408,14 +408,14 @@ export default function AuthorProfilePage() {

Member Since

-

{profile.joined_label}

+

{profile.joined_label}

)}

Articles Published

-

+

{articleTotal.toLocaleString()}

@@ -423,7 +423,7 @@ export default function AuthorProfilePage() {

Role

-

{profile.role}

+

{profile.role}

diff --git a/src/app/error.tsx b/src/app/error.tsx index 96503a2..a9c6341 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -13,14 +13,14 @@ export default function Error({ console.error("[route error]", error); }, [error]); return ( -
+

Something went wrong

-

+

We hit an error rendering this page. Try again, or head back to the home page.

{error?.digest && ( -

ref: {error.digest}

+

ref: {error.digest}

)}