diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 2af78aa..1e219eb 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -26,26 +26,16 @@ export default function LandingPage() { @@ -56,30 +46,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How long until I see results?", - content: "You will notice a difference in as little as 2 weeks.", - }, + id: "1", title: "How long until I see results?", content: "You will notice a difference in as little as 2 weeks."}, { - id: "2", - title: "Is it comfortable?", - content: "Yes, our brace uses breathable lightweight materials.", - }, + id: "2", title: "Is it comfortable?", content: "Yes, our brace uses breathable lightweight materials."}, { - id: "3", - title: "Can I wear it under clothes?", - content: "Absolutely, it is designed to be discreet.", - }, + id: "3", title: "Can I wear it under clothes?", content: "Absolutely, it is designed to be discreet."}, { - id: "4", - title: "What sizes are available?", - content: "We stock sizes S, M, L, and XL.", - }, + id: "4", title: "What sizes are available?", content: "We stock sizes S, M, L, and XL."}, { - id: "5", - title: "What is your return policy?", - content: "We offer a 30-day hassle-free return policy.", - }, + id: "5", title: "What is your return policy?", content: "We offer a 30-day hassle-free return policy."}, ]} title="Common Questions" description="Everything you need to know." @@ -93,15 +68,13 @@ export default function LandingPage() { useInvertedBackground={false} title="Still stuck?" description="Reach out." - imageSrc="http://img.b2bpic.net/free-vector/delivery-service-with-masks-concept_23-2148516830.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/delivery-service-with-masks-concept_23-2148516830.jpg" faqs={[ { - id: "f1", - title: "More help?", - content: "Email us anytime.", - }, + id: "f1", title: "More help?", content: "Email us anytime."}, ]} mediaAnimation="slide-up" + faqsAnimation="slide-up" /> @@ -109,34 +82,23 @@ export default function LandingPage() {