diff --git a/components/Doubleheadings.tsx b/components/Doubleheadings.tsx index d6206a4..3bd30d9 100644 --- a/components/Doubleheadings.tsx +++ b/components/Doubleheadings.tsx @@ -1,10 +1,10 @@ export default function Headings(props: { top: string; bottom: string }) { return (
-

+

{props.top}

-

+

{props.bottom}

diff --git a/components/Featurecard.tsx b/components/Featurecard.tsx index 32d322a..5b5c44f 100644 --- a/components/Featurecard.tsx +++ b/components/Featurecard.tsx @@ -16,7 +16,7 @@ export default function Featurecard(props: FeaturecardProps) {
{props.icon}
-

{props.title}

+

{props.title}

{props.description}