Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions prisma/seed-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ export const EXHIBITS: ExhibitSeed[] = [
"PostgreSQL",
"Prisma",
"Tailwind CSS",
"Google Gemini",
"vitest",
"Vercel",
],
},
},
Expand Down Expand Up @@ -151,6 +154,8 @@ export const EXHIBITS: ExhibitSeed[] = [
"Sequelize",
"DB2",
"IBM Cloudant",
"Redis",
"Google Gemini",
],
},
},
Expand Down Expand Up @@ -212,6 +217,7 @@ export const EXHIBITS: ExhibitSeed[] = [
"AWS App Runner",
"Node.js",
"OpenAI API",
"Google Gemini",
"Vector Stores",
"RAG",
"Express",
Expand Down
8 changes: 4 additions & 4 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading