diff --git a/components/about-section.tsx b/components/about-section.tsx
index faffab3..4e50ee4 100644
--- a/components/about-section.tsx
+++ b/components/about-section.tsx
@@ -39,7 +39,7 @@ export default function AboutSection() {
diff --git a/components/achievements-section.tsx b/components/achievements-section.tsx
index 4595187..b5bfa8d 100644
--- a/components/achievements-section.tsx
+++ b/components/achievements-section.tsx
@@ -4,36 +4,28 @@ import { Trophy, Medal, Award, Star } from "lucide-react"
export default function AchievementsSection() {
const achievements = [
{
- year: "2023",
- title: "RoboMaster International Championship",
- position: "Finals Qualification",
- icon: ,
- description:
- "Competed against 32 international teams and advanced to the final rounds, showcasing exceptional strategy and robot performance.",
- },
- {
- year: "2022",
- title: "RoboMaster Regional Competition",
- position: "Champion",
- icon: ,
- description:
- "Achieved perfect scores in autonomous navigation and target acquisition challenges, securing the regional championship.",
- },
- {
- year: "2022",
- title: "Best Technical Innovation Award",
- position: "Winner",
+ year: "2025",
+ title: "RoboMaster 高校联盟赛 辽宁站",
+ position: "三等奖",
icon: ,
description:
- "Recognized for developing a novel obstacle avoidance system using advanced sensor fusion technology.",
+ "与 32 支来自辽宁周边城市的大学参赛队伍同台竞技,直接对阵的队伍有:哈尔滨工业大学 I Hiter 战队、北京邮电大学 鸿雁 战队、沈阳工业大学辽阳分校 赫兹矩阵战队。",
},
{
- year: "2021",
- title: "RoboMaster Technical Challenge",
- position: "Runner-up",
+ year: "2024",
+ title: "RoboMaster 高校联盟赛 山东站",
+ position: "三等奖",
+ icon: ,
+ description:
+ "与 32 支来自山东周边城市的大学参赛队伍同台竞技,直接对阵的队伍有:北方工业大学 DreamTeam 战队、哈尔滨工业大学威海 HERO 战队。",
+ },
+ {
+ year: "2017",
+ title: "RoboMaster 区域赛 东部赛区",
+ position: "三等奖",
icon: ,
description:
- "Excelled in technical challenge segments, particularly in autonomous operation and precision control categories, earning recognition from industry experts.",
+ "与 29 支大学参赛队伍同台竞技。",
},
]
diff --git a/components/contact-section.tsx b/components/contact-section.tsx
index 22dea74..c06f2a8 100644
--- a/components/contact-section.tsx
+++ b/components/contact-section.tsx
@@ -7,21 +7,21 @@ export default function ContactSection() {
const contactInfo = [
{
icon: ,
- title: "Email",
+ title: "邮件",
details: "contact@simbarobotics.com",
link: "mailto:contact@simbarobotics.com",
},
{
icon: ,
- title: "Phone",
- details: "+1 (123) 456-7890",
- link: "tel:+11234567890",
+ title: "电话",
+ details: "+86 139 3616 9908",
+ link: "tel:+8613936169908",
},
{
icon: ,
- title: "Lab Location",
- details: "Room 602, Physics Building, Heilongjiang University",
- link: "https://maps.google.com",
+ title: "地址",
+ details: "602实验室, 物理实验楼, 黑龙江大学",
+ link: "https://www.bing.com/maps?&ty=18&q=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2&ss=ypid.YN4067x5856225&mb=45.709873~126.616074~45.704718~126.624132&description=%E9%BB%91%E9%BE%99%E6%B1%9F%E7%9C%81%E5%93%88%E5%B0%94%E6%BB%A8%E5%B8%82%E5%AD%A6%E5%BA%9C%E8%B7%AF74%E5%8F%B7&cardbg=%23333333&dt=1744891200000&tt=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2&tsts0=%2526ty%253D18%2526q%253D%2525E9%2525BB%252591%2525E9%2525BE%252599%2525E6%2525B1%25259F%2525E5%2525A4%2525A7%2525E5%2525AD%2525A6-%2525E7%252594%2525B5%2525E5%2525AD%252590%2525E5%2525B7%2525A5%2525E7%2525A8%25258B%2525E5%2525AD%2525A6%2525E9%252599%2525A2%2526ss%253Dypid.YN4067x5856225%2526mb%253D45.709873~126.616074~45.704718~126.624132%2526description%253D%2525E9%2525BB%252591%2525E9%2525BE%252599%2525E6%2525B1%25259F%2525E7%25259C%252581%2525E5%252593%252588%2525E5%2525B0%252594%2525E6%2525BB%2525A8%2525E5%2525B8%252582%2525E5%2525AD%2525A6%2525E5%2525BA%25259C%2525E8%2525B7%2525AF74%2525E5%25258F%2525B7%2526cardbg%253D%252523333333%2526dt%253D1744891200000&tstt0=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2&cp=45.707282~126.619347&lvl=18.469374&pi=0&ftst=0&ftics=False&v=2&sV=2&form=S00027",
},
]
@@ -53,7 +53,7 @@ export default function ContactSection() {
icon: ,
name: "微信公众号",
link: "#wechat-qrcode",
- onClick: (e) => {
+ onClick: (e: { preventDefault: () => void }) => {
e.preventDefault()
// 这里可以添加显示微信二维码的逻辑,例如打开一个模态框
alert("扫描二维码关注我们的微信公众号:SimbaRobotics")
diff --git a/components/robots-showcase.tsx b/components/robots-showcase.tsx
index f3574c0..a850387 100644
--- a/components/robots-showcase.tsx
+++ b/components/robots-showcase.tsx
@@ -149,7 +149,7 @@ export default function RobotsShowcase() {
-
Technical Specifications:
+
技术参数:
{robot.specs.map((spec, specIndex) => (
- {spec}
@@ -164,7 +164,7 @@ export default function RobotsShowcase() {
{robot.description}