import React from "react"; export default function Faqs({ parentClass = "section-faqs style-1 tf-spacing-8 pt-0", headingClass = "heading-title split-text effect-right", header2 = false, }) { return (
{header2 ? (

Got a question? Get your answer

) : (

Got a question? Get your answer

)}

We revolutionize industries with dynamic digital solutions, tailored to meet contemporary demands and
drive impactful transformations for businesses of all sectors.

); }