diff --git a/frontend/src/app/for-lawyers/components/Hero.tsx b/frontend/src/app/for-lawyers/components/Hero.tsx index 78af22d..6bccd8d 100644 --- a/frontend/src/app/for-lawyers/components/Hero.tsx +++ b/frontend/src/app/for-lawyers/components/Hero.tsx @@ -17,10 +17,10 @@ const Hero: React.FC = async () => { return (
-

+

{header}

-

{subtitle}

+

{subtitle}

{buttons.map((button) => ( diff --git a/frontend/src/app/home/components/CaseStudies.tsx b/frontend/src/app/home/components/CaseStudies.tsx index 90836f4..986b43d 100644 --- a/frontend/src/app/home/components/CaseStudies.tsx +++ b/frontend/src/app/home/components/CaseStudies.tsx @@ -16,8 +16,10 @@ const CaseStudies: React.FC = async () => { return (
-

{title}

-

{subtitle}

+

+ {title} +

+

{subtitle}

{cards.map(({ title, subtitle, icon, link }) => ( diff --git a/frontend/src/app/home/components/GetInTouch.tsx b/frontend/src/app/home/components/GetInTouch.tsx index 6d3e4d2..c2b871d 100644 --- a/frontend/src/app/home/components/GetInTouch.tsx +++ b/frontend/src/app/home/components/GetInTouch.tsx @@ -19,10 +19,10 @@ const GetInTouch: React.FC = async () => { } >
-

+

{title}

-

{subtitle}

+

{subtitle}

{ return (
-

{title}

-

{subtitle}

+

+ {title} +

+

{subtitle}

{ return (
-

{title}

-

{subtitle}

+

+ {title} +

+

{subtitle}

{ return (
-

{title}

-

{subtitle}

+

+ {title} +

+

{subtitle}

{cards.map(({ icon, title, subtitle }) => ( diff --git a/frontend/src/app/home/components/TokenStats.tsx b/frontend/src/app/home/components/TokenStats.tsx index ce51e06..41b9055 100644 --- a/frontend/src/app/home/components/TokenStats.tsx +++ b/frontend/src/app/home/components/TokenStats.tsx @@ -12,10 +12,12 @@ const TokenStats: React.FC<{ {tokenStats.map(({ key, primaryValue, secondaryValue }) => (
-

{primaryValue}

+

+ {primaryValue} +

{secondaryValue}

-

{key}

+

{key}

))}
diff --git a/frontend/src/app/home/components/UseCases.tsx b/frontend/src/app/home/components/UseCases.tsx index 1839f06..e71c24b 100644 --- a/frontend/src/app/home/components/UseCases.tsx +++ b/frontend/src/app/home/components/UseCases.tsx @@ -17,7 +17,10 @@ const UseCases: React.FC = async () => { "space-y-8 bg-background-2 px-6 pb-12 lg:space-y-12 lg:px-32 lg:pb-24" } > -

{title}

+

+ {" "} + {title}{" "} +

= ({ heroData }) => { return (
-

+

{heroData.header}

-

{heroData.subtitle}

+

+ {heroData.subtitle} +

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} +