diff --git a/app/components/FAQcard.tsx b/app/components/FAQcard.tsx index 02a4ec7..dec1742 100644 --- a/app/components/FAQcard.tsx +++ b/app/components/FAQcard.tsx @@ -10,10 +10,10 @@ interface CardProps { // Create the component const FAQcard: React.FC = ({ question, answer }) => { return ( - -

{question}

+
+

{question}

{answer}

- +
); }; @@ -31,11 +31,7 @@ const styles = { overflow: 'hidden', }, question: { - fontSize: 'calc(1.2vw + 1.2vh)', - fontWeight: 790, - color: '#FFFFFF', - textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)', - paddingLeft: '2%', + "insert tailwind" }, answer: { fontSize: 'calc(0.6vw + 0.6vh)', diff --git a/app/components/footer.tsx b/app/components/footer.tsx index 41419b8..0190d20 100644 --- a/app/components/footer.tsx +++ b/app/components/footer.tsx @@ -1,30 +1,7 @@ -import { - Box, - Button, - Image, - Grid, - Heading, - Text, - } from 'theme-ui'; - - const footer = ()=> { +const footer = ()=> { return ( -