import Link from "next/link"; import { Fragment, useState } from "react"; const LandingHeader = () => { const [toggle, setToggle] = useState(false); return (

Welcome! to Consen Finance Consultant.

FOLLOW US
{/*==================================================*/} {/* End consen Header Top Menu Area Css */} {/*===================================================*/} {/*==================================================*/} {/* Start consen Main Menu Area */} {/*==================================================*/}
setToggle(false)} />
{/*

About Us

The argument in favor of using filler text goes something like this: If you use real content in the Consulting Process, anytime you reach a review point you’ll end up reviewing and negotiating the content itself and not the design.

Consultation

Contact Info

  • Chicago 12, Melborne City, USA
  • {" "} {" "} (+001) 123-456-7890
  • Example @gmail.com
  • Week Days: 09.00 to 18.00 Sunday: Closed
*/}
); }; export default LandingHeader;