diff --git a/src/components/sections/contact-section.tsx b/src/components/sections/contact-section.tsx index 1f652e1..ff873f4 100644 --- a/src/components/sections/contact-section.tsx +++ b/src/components/sections/contact-section.tsx @@ -9,7 +9,7 @@ import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; import { Textarea } from '@/components/ui/textarea'; import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; -import { Mail, Phone, MapPin, Send, Loader2, Clock } from 'lucide-react'; +import { Mail, Phone, MapPin, Send, Loader2, Clock, MessageCircle, HeadphonesIcon, Sparkles } from 'lucide-react'; import { COMPANY_INFO } from '@/lib/constants'; export function ContactSection() { @@ -55,38 +55,41 @@ export function ContactSection() { initial={{ opacity: 0, x: -20 }} animate={isInView ? { opacity: 1, x: 0 } : {}} transition={{ duration: 0.6, delay: 0.2 }} - className="space-y-8" + className="flex flex-col gap-6 h-full" > - + - 联系方式 + + + 我们的承诺 + - +
-
- +
+
-

公司地址

-

{COMPANY_INFO.address}

+

专业响应

+

工作日 2 小时内快速响应您的咨询

-
- +
+
-

联系电话

-

{COMPANY_INFO.phone}

+

免费咨询

+

提供免费的业务咨询和方案评估服务

-
- +
+
-

电子邮箱

-

{COMPANY_INFO.email}

+

定制方案

+

根据您的需求量身定制最优解决方案

@@ -95,7 +98,7 @@ export function ContactSection() { - + 工作时间 @@ -115,8 +118,9 @@ export function ContactSection() { initial={{ opacity: 0, x: 20 }} animate={isInView ? { opacity: 1, x: 0 } : {}} transition={{ duration: 0.6, delay: 0.3 }} + className="h-full" > - + 发送消息