diff --git a/app/components/news/body/FireNews/Hotline.tsx b/app/components/news/body/FireNews/Hotline.tsx
index 8c1e2ff..220905c 100644
--- a/app/components/news/body/FireNews/Hotline.tsx
+++ b/app/components/news/body/FireNews/Hotline.tsx
@@ -8,7 +8,10 @@ export function Hotline() {
{/* 轮播背景图 - 确保有明确尺寸 */}
-
+
{/* 固定的烽火要闻 */}
diff --git a/app/components/news/body/FireNews/LectureHall.tsx b/app/components/news/body/FireNews/LectureHall.tsx
index 5c530d8..437bc68 100644
--- a/app/components/news/body/FireNews/LectureHall.tsx
+++ b/app/components/news/body/FireNews/LectureHall.tsx
@@ -8,7 +8,10 @@ export function LectureHall() {
diff --git a/app/components/news/body/FireNews/MicroVision.tsx b/app/components/news/body/FireNews/MicroVision.tsx
index debd79b..2c78de9 100644
--- a/app/components/news/body/FireNews/MicroVision.tsx
+++ b/app/components/news/body/FireNews/MicroVision.tsx
@@ -31,7 +31,10 @@ export function MicroVision() {
diff --git a/app/components/news/body/ImageGridSection.tsx b/app/components/news/body/ImageGridSection.tsx
index 6ba4265..a3f8d51 100644
--- a/app/components/news/body/ImageGridSection.tsx
+++ b/app/components/news/body/ImageGridSection.tsx
@@ -38,7 +38,10 @@ const LearnPage = () => {
{/* 上右:轮播图 */}
-
+
{/* 下三图 */}
diff --git a/app/routes/news.tsx b/app/routes/news.tsx
index 88ec529..c5de7be 100755
--- a/app/routes/news.tsx
+++ b/app/routes/news.tsx
@@ -13,6 +13,8 @@ import { MicroVision } from "@/components/news/body/FireNews/MicroVision";
import { Hotline } from "@/components/news/body/FireNews/Hotline";
import { AutoCarouselDemo } from "@/components/AutoCarousel";
import { Footer } from "@/components/news/footer/footer";
+import { CarouselDemo } from "@/components/Carousel";
+
export function meta( ) {
return [
@@ -40,7 +42,6 @@ export default function Home() {
-