From 6af89e07ba277d5c39f92db8156748e494d812ae Mon Sep 17 00:00:00 2001 From: Grant Lindsay Date: Thu, 18 Jun 2026 13:15:35 -0400 Subject: [PATCH] chore (content): Headline, subtitle, "Showcases" -> "Gallery" --- prisma/seed-content.ts | 6 ++++++ prisma/seed.ts | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/prisma/seed-content.ts b/prisma/seed-content.ts index 8bd43d0..a708fc9 100644 --- a/prisma/seed-content.ts +++ b/prisma/seed-content.ts @@ -122,6 +122,9 @@ export const EXHIBITS: ExhibitSeed[] = [ "PostgreSQL", "Prisma", "Tailwind CSS", + "Google Gemini", + "vitest", + "Vercel", ], }, }, @@ -151,6 +154,8 @@ export const EXHIBITS: ExhibitSeed[] = [ "Sequelize", "DB2", "IBM Cloudant", + "Redis", + "Google Gemini", ], }, }, @@ -212,6 +217,7 @@ export const EXHIBITS: ExhibitSeed[] = [ "AWS App Runner", "Node.js", "OpenAI API", + "Google Gemini", "Vector Stores", "RAG", "Express", diff --git a/prisma/seed.ts b/prisma/seed.ts index 4019b69..cf7256a 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -138,10 +138,10 @@ async function main() { const homeHero = await createSection( "hero", { - heading: "Principal-Level Architecture. Enterprise-Grade Execution.", + heading: "Listen carefully. Think deeply. Build deliberately.", subheading: - "We design and build the robust, scalable digital foundations that drive your business forward.", - cta_label: "Explore the Showcases", + "We focus on solving your problems the right way.", + cta_label: "Explore the Gallery", cta_href: "/gallery", }, "hero-home" @@ -236,7 +236,7 @@ async function main() { heading: "About", subheading: "The architect, the philosophy, and the greyhounds that started it all.", - cta_label: "Explore the Showcases", + cta_label: "Explore the Gallery", cta_href: "/gallery", }, "hero-about"