diff --git a/app/components/news/footer/footer.tsx b/app/components/news/footer/footer.tsx
index 5358b64..6282f6f 100644
--- a/app/components/news/footer/footer.tsx
+++ b/app/components/news/footer/footer.tsx
@@ -1,11 +1,51 @@
-export function Footer() {
+import React from 'react';
+
+const Footer: React.FC = () => {
return (
-
-
- 春风拂面花开满园心情愉悦
+ {/* 主标题 */}
+
+
+ {/* 版权声明 */}
+
+
+ 免责声明:免责条款的提出必须是明示的,不允许以默示方式作出,也不允许法官推定免责条款的存在。
+
+
+ 版权所有:Copyright©2016-2019 包图网ibaotu.com 版权所有
+
+
+
+ {/* 导航链接 */}
+
- )
-}
\ No newline at end of file
+ );
+};
+
+export default Footer;
diff --git a/app/routes/news.tsx b/app/routes/news.tsx
index da46f27..d7032a4 100755
--- a/app/routes/news.tsx
+++ b/app/routes/news.tsx
@@ -12,7 +12,7 @@ import { LectureHall } from "@/components/news/body/FireNews/LectureHall";
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 Footer from "@/components/news/footer/footer";
import { CarouselDemo } from "@/components/Carousel";
export function meta( ) {
diff --git a/public/images/footer.png b/public/images/footer.png
new file mode 100644
index 0000000..baf51db
Binary files /dev/null and b/public/images/footer.png differ