import { useState } from "react" export default function Faq1() { const [isActive, setIsActive] = useState({ status: false, key: 1, }) const handleToggle = (key) => { if (isActive.key === key) { setIsActive({ status: false, }) } else { setIsActive({ status: true, key, }) } } return ( <>
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}

Amazing Company

Great Insurance your Solutions For Business

{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
Sed ut perspiciatis unde omnis iste natus voluptatem accusantium doloremque laudantium aperiam eaquecy inventore veritatis architecto beatae
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
handleToggle(1)}>
What Is Insurance Services?
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Retailer For The People, Focusing On The Promotion Of Sustainable Living, Renewable Energy Production And Smart Energy Grid Utility Services.
handleToggle(2)}>
How Many Service We Provide ?
Quis autem vel eum iure reprehenderit ea voluptate esse molestiae consequatur veillum voluptas nullaes
handleToggle(3)}>
How Much Experience Our Team Member ?
Serenity Is Multi-Faceted Blockchain Based Ecosystem, Energy Retailer For The People, Focusing On The Promotion Of Sustainable Living, Renewable Energy Production And Smart Energy Grid Utility Services.
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
img
img
img
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
) }