-
+
{klerosBadgesData.header}
diff --git a/frontend/src/components/BrandAssets/KlerosColorsSection/index.tsx b/frontend/src/components/BrandAssets/KlerosColorsSection/index.tsx
index a6beff6..3053bdd 100644
--- a/frontend/src/components/BrandAssets/KlerosColorsSection/index.tsx
+++ b/frontend/src/components/BrandAssets/KlerosColorsSection/index.tsx
@@ -11,7 +11,7 @@ const KlerosColorsSection: React.FC = ({
}) => {
return (
-
+
{klerosColorsData.header}
diff --git a/frontend/src/components/BrandAssets/KlerosFontsSection.tsx b/frontend/src/components/BrandAssets/KlerosFontsSection.tsx
index 4c5be85..e1ed7b8 100644
--- a/frontend/src/components/BrandAssets/KlerosFontsSection.tsx
+++ b/frontend/src/components/BrandAssets/KlerosFontsSection.tsx
@@ -11,7 +11,7 @@ const KlerosFontsSection: React.FC = ({
}) => {
return (
-
+
{klerosFontsData.header}
= ({
}) => {
return (
-
+
{klerosLogoData.header}
diff --git a/frontend/src/components/BrandAssets/LogosPackageSection.tsx b/frontend/src/components/BrandAssets/LogosPackageSection.tsx
index 3d19352..6fa4715 100644
--- a/frontend/src/components/BrandAssets/LogosPackageSection.tsx
+++ b/frontend/src/components/BrandAssets/LogosPackageSection.tsx
@@ -13,7 +13,7 @@ const LogosPackageSection: React.FC
= ({
}) => {
return (
-
+
{logosPackageData.header}
diff --git a/frontend/src/components/BrandAssets/PnkTokenSection.tsx b/frontend/src/components/BrandAssets/PnkTokenSection.tsx
index 1bf4c1d..31b3dac 100644
--- a/frontend/src/components/BrandAssets/PnkTokenSection.tsx
+++ b/frontend/src/components/BrandAssets/PnkTokenSection.tsx
@@ -9,7 +9,9 @@ interface IPnkTokenSection {
const PnkTokenSection: React.FC = ({ pnkTokenData }) => {
return (
-
{pnkTokenData.header}
+
+ {pnkTokenData.header}
+
{pnkTokenData.subtitle}
diff --git a/frontend/src/components/BrandAssets/StyledImagesSection.tsx b/frontend/src/components/BrandAssets/StyledImagesSection.tsx
index e19a791..96e2730 100644
--- a/frontend/src/components/BrandAssets/StyledImagesSection.tsx
+++ b/frontend/src/components/BrandAssets/StyledImagesSection.tsx
@@ -11,10 +11,10 @@ const StyledImagesSection: React.FC
= ({
}) => {
return (
-
+
{styledImagesData.header}
-
+
{styledImagesData.wallpapersHeader}
@@ -28,7 +28,7 @@ const StyledImagesSection: React.FC = ({
})}
-
+
{styledImagesData.productMockupsHeader}
diff --git a/frontend/src/components/Button.tsx b/frontend/src/components/Button.tsx
index cef73a9..1e67456 100644
--- a/frontend/src/components/Button.tsx
+++ b/frontend/src/components/Button.tsx
@@ -9,7 +9,7 @@ const primaryStyle = clsx(
);
const secondaryStyle = clsx(
- "bg-transparent border-2 border-white",
+ "bg-transparent border-2 border-white text-primary-text",
"hover:bg-primary-blue hover:border-primary-blue hover:text-background-2",
);
diff --git a/frontend/src/components/Community/hero.tsx b/frontend/src/components/Community/hero.tsx
index f75d969..bd7c990 100644
--- a/frontend/src/components/Community/hero.tsx
+++ b/frontend/src/components/Community/hero.tsx
@@ -16,10 +16,10 @@ const Hero: React.FC = ({ heroData }) => {
return (
-
+
{header}
-
{subtitle}
+
{subtitle}
{communityButtons.map((button) => (
diff --git a/frontend/src/components/Cooperative/hero.tsx b/frontend/src/components/Cooperative/hero.tsx
index e61594d..331830b 100644
--- a/frontend/src/components/Cooperative/hero.tsx
+++ b/frontend/src/components/Cooperative/hero.tsx
@@ -17,10 +17,10 @@ const Hero: React.FC = ({ heroData }) => {
return (
-
+
{header}
-
{subtitle}
+
{subtitle}
{buttons.map((button) => (
diff --git a/frontend/src/components/Earn/Hero.tsx b/frontend/src/components/Earn/Hero.tsx
index 28fcf67..d4a26d5 100644
--- a/frontend/src/components/Earn/Hero.tsx
+++ b/frontend/src/components/Earn/Hero.tsx
@@ -14,8 +14,10 @@ const Hero: React.FC = ({ heroData }) => {
return (
-
{title}
-
{subtitle}
+
+ {title}
+
+
{subtitle}
= ({
}) => {
return (
<>
-
+
{mostActiveCourtsHeader}
diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx
index 74da489..f8dbe21 100644
--- a/frontend/src/components/Footer.tsx
+++ b/frontend/src/components/Footer.tsx
@@ -33,7 +33,7 @@ const Footer: React.FC = async () => {
{title}
{links.map(({ name, url }) => (
@@ -65,14 +65,17 @@ const Footer: React.FC = async () => {
width="185"
height="48"
/>
- {cta.notice}
+
+ {" "}
+ {cta.notice}{" "}
+
-
{cta.cta_text}
+
{cta.cta_text}
diff --git a/frontend/src/components/ForBuilders/Hero.tsx b/frontend/src/components/ForBuilders/Hero.tsx
index 341b063..12c84ab 100644
--- a/frontend/src/components/ForBuilders/Hero.tsx
+++ b/frontend/src/components/ForBuilders/Hero.tsx
@@ -16,10 +16,12 @@ const Hero: React.FC
= ({ heroData }) => {
return (
-
+
{heroData.title}
-
{heroData.subtitle}
+
+ {heroData.subtitle}
+