Feat(Content): 'Alpha Access' renamed to 'Founding Partner Program' on Home Page and testimonial removed.

This commit is contained in:
2025-07-31 17:42:01 +01:00
parent 4b1fac2dcb
commit 5c4128deca
33 changed files with 81 additions and 243 deletions

View File

@@ -128,7 +128,6 @@ section.testimonial .card.testimonial {
max-width: 600px;
}
.hero h1 {
font-size: 3rem;
line-height: 1.2;
margin-bottom: 1.5rem;
color: var(--colour-text);
@@ -139,7 +138,8 @@ section.testimonial .card.testimonial {
color: var(--colour-secondary);
}
section.hero .button {
margin: 1vh auto;
margin: 0 auto;
margin-bottom: 2vh;
display: block;
background-color: var(--colour-success-title);
color: var(--colour-text-background);
@@ -342,7 +342,7 @@ section.cta-2 .card .container {
background-color: var(--colour-page-background);
color: var(--colour-primary);
border-radius: 1vh;
padding: 2vh 1vw;
padding: 1.5vh 3vw;
margin: 1vh;
min-width: 200px;
}