diff --git a/hero-building.jpg b/hero-building.jpg new file mode 100644 index 0000000..3c03c59 Binary files /dev/null and b/hero-building.jpg differ diff --git a/public/images/about-office.jpg b/public/images/about-office.jpg new file mode 100644 index 0000000..fc89792 Binary files /dev/null and b/public/images/about-office.jpg differ diff --git a/public/images/hero-building.jpg b/public/images/hero-building.jpg new file mode 100644 index 0000000..7ea4f9b Binary files /dev/null and b/public/images/hero-building.jpg differ diff --git a/public/images/news-award.jpg b/public/images/news-award.jpg new file mode 100644 index 0000000..914c031 Binary files /dev/null and b/public/images/news-award.jpg differ diff --git a/public/images/news-company.jpg b/public/images/news-company.jpg new file mode 100644 index 0000000..7f75c8e Binary files /dev/null and b/public/images/news-company.jpg differ diff --git a/public/images/news-tech.jpg b/public/images/news-tech.jpg new file mode 100644 index 0000000..e29bc4a Binary files /dev/null and b/public/images/news-tech.jpg differ diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 2e5da3c..d25374c 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -115,8 +115,13 @@ export const Hero: React.FC = () => { > {/* 背景层 */}
- {/* 渐变背景 */} -
+ {/* 图片背景 */} +
+ {/* 渐变遮罩 - 确保文字可读性 */} +
{/* 装饰性图案 */}
diff --git a/src/components/Home/AboutSection.tsx b/src/components/Home/AboutSection.tsx index 4aacdb8..461743b 100644 --- a/src/components/Home/AboutSection.tsx +++ b/src/components/Home/AboutSection.tsx @@ -119,13 +119,14 @@ export const AboutSection: React.FC = () => { transition={{ duration: 0.6, delay: 0.2 }} > {/* 主图片区域 */} -
-
-
-
15+
-
年行业发展经验
-
-
+
+ 诚裕集团办公室环境 + {/* 叠加装饰层 */} +
{/* 装饰性元素 */} diff --git a/src/components/Home/NewsSection.tsx b/src/components/Home/NewsSection.tsx index 2ecd37b..995b249 100644 --- a/src/components/Home/NewsSection.tsx +++ b/src/components/Home/NewsSection.tsx @@ -15,7 +15,7 @@ const newsItems = [ title: '诚裕集团荣获"2025年度优秀企业"称号', excerpt: '在近日举办的年度企业评选活动中,诚裕集团凭借其卓越的经营业绩和社会责任表现,荣获"2025年度优秀企业"称号。', date: '2025-12-20', - image: null, + image: '/images/news-award.jpg', }, { id: 2, @@ -23,7 +23,7 @@ const newsItems = [ title: '金融科技创新论坛圆满落幕,诚裕集团分享行业洞察', excerpt: '诚裕集团受邀参加金融科技创新论坛,与行业专家共同探讨金融科技发展趋势,分享公司在数字化转型方面的实践经验。', date: '2025-12-15', - image: null, + image: '/images/news-tech.jpg', }, { id: 3, @@ -31,7 +31,7 @@ const newsItems = [ title: '诚裕集团完成新一轮战略融资,估值突破百亿', excerpt: '诚裕集团宣布完成新一轮战略融资,本轮融资由知名投资机构领投,估值突破百亿元人民币,标志着公司发展进入新阶段。', date: '2025-12-10', - image: null, + image: '/images/news-company.jpg', }, ]; @@ -60,29 +60,40 @@ const NewsCard: React.FC<{ transition={{ delay: index * 0.1, duration: 0.5 }} whileHover={{ y: -5 }} > - {/* 图片区域(占位) */} -
-
- - - -
+ {/* 图片区域 */} +
+ {news.image ? ( + + ) : ( +
+ + + +
+ )} {/* 分类标签 */} {category.label} + {/* 图片遮罩 */} +
{/* 内容区域 */}