import React, { useState } from 'react'; import Sidebar from '../partials/Sidebar'; import Header from '../partials/Header'; import Datepicker from '../components/Datepicker'; import FintechIntro from '../partials/fintech/FintechIntro'; import FintechCard01 from '../partials/fintech/FintechCard01'; import FintechCard02 from '../partials/fintech/FintechCard02'; import FintechCard03 from '../partials/fintech/FintechCard03'; import FintechCard04 from '../partials/fintech/FintechCard04'; import FintechCard05 from '../partials/fintech/FintechCard05'; import FintechCard06 from '../partials/fintech/FintechCard06'; import FintechCard07 from '../partials/fintech/FintechCard07'; import FintechCard08 from '../partials/fintech/FintechCard08'; import FintechCard09 from '../partials/fintech/FintechCard09'; import FintechCard10 from '../partials/fintech/FintechCard10'; import FintechCard11 from '../partials/fintech/FintechCard11'; import FintechCard12 from '../partials/fintech/FintechCard12'; import FintechCard13 from '../partials/fintech/FintechCard13'; import FintechCard14 from '../partials/fintech/FintechCard14'; function Fintech() { const [sidebarOpen, setSidebarOpen] = useState(false); return (