feat(copy): wrote some basic copy for the statis pages, landing, prices, products
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 22:08:42 -04:00
parent b7379cf823
commit feef8cbafd
17 changed files with 1583 additions and 147 deletions

View File

@@ -281,9 +281,7 @@
<section class="page-shell">
<div class="header">
<div>
<div class="eyebrow">{{ t('contentItems.eyebrow') }}</div>
<h1>{{ t('contentItems.title') }}</h1>
<p>{{ t('contentItems.description') }}</p>
</div>
<div class="view-toggle">
@@ -462,17 +460,11 @@
@apply flex flex-col gap-4 lg:flex-row lg:items-end lg:justify-between;
}
.eyebrow {
@apply text-xs font-bold uppercase tracking-[0.24em];
color: #0f766e;
}
.header h1 {
@apply mt-2 text-4xl font-black;
@apply text-4xl font-black;
color: #172033;
}
.header p,
.item-card span,
.status-row em,
.status-row small {