diff --git a/src/components/FaqSectionComponent.jsx b/src/components/FaqSectionComponent.jsx index ac7704c..3101ff4 100644 --- a/src/components/FaqSectionComponent.jsx +++ b/src/components/FaqSectionComponent.jsx @@ -1,19 +1,19 @@ import { useState } from "react"; const FAQItem = ({ faq, index, toggleFAQ }) => ( -
+
-

{faq.answer}

+

{faq.answer}

); @@ -37,8 +37,8 @@ const FaqSectionComponent = ({faqData}) => { }; return ( -
-

+
+

Frequently Asked Questions

{faqs.map((faq, index) => ( diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index c852469..7940b55 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -2,7 +2,7 @@ import { Tooltip, Typography } from "@mui/material"; export function Footer() { return ( -