import { useState } from "react" export default function Form5() { const [activeIndex, setActiveIndex] = useState(1) const handleOnClick = (index) => { setActiveIndex(index) } return ( <>
img
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
img

Get In Touch

Get Started your Favorite
Insurance Services

{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
  • handleOnClick(1)}>
  • handleOnClick(2)}>
  • handleOnClick(3)}>
  • handleOnClick(4)}>
Selected Value: 4000
Selected Value: 4000
Selected Value: 4000
Selected Value: 4000
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
img
) }