From c845fbbd8567fd34d9a4e38cbeb4b0b74f80bced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Thu, 26 Feb 2026 18:05:27 +0800 Subject: [PATCH] feat: add link to news list page --- src/components/sections/news-section.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/sections/news-section.tsx b/src/components/sections/news-section.tsx index 0497eff..6621ce8 100644 --- a/src/components/sections/news-section.tsx +++ b/src/components/sections/news-section.tsx @@ -3,6 +3,7 @@ import { motion } from 'framer-motion'; import { useInView } from 'framer-motion'; import { useRef } from 'react'; +import Link from 'next/link'; import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/card'; import { ArrowRight, Calendar } from 'lucide-react'; import { NEWS } from '@/lib/constants'; @@ -72,15 +73,13 @@ export function NewsSection() { transition={{ duration: 0.6, delay: 0.5 }} className="mt-12 text-center" > - +