import React from 'react'; import JtCarousel from '../fhjt/jtCarousel'; const BqrxPage = () => { const carouselData = [ { id: 1, image: '/header.png', title: '军事风云第一期', }, { id: 2, image: '/header.png', title: '军事风云第一期', }, { id: 3, image: '/header.png', title: '军事风云第一期', }, ]; return (