wip
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-03-24 13:12:38 -04:00
parent 5121ba1852
commit e2c41561da
9 changed files with 37 additions and 24 deletions

View File

@@ -42,6 +42,7 @@ const hero = defineCollection({
schema: z.object({
pillCta: z.string(),
title: z.string(),
title2: z.string(),
subtitle: z.string(),
cta: z.string(),
ctaHref: z.string(),
@@ -87,6 +88,8 @@ const contact = defineCollection({
button: z.string(),
}),
breadcrumbHome: z.string(),
rbq: z.string(),
neq: z.string(),
}),
});