diff --git a/src/app/(marketing)/contact/page.tsx b/src/app/(marketing)/contact/page.tsx index f5a7139..3758e04 100644 --- a/src/app/(marketing)/contact/page.tsx +++ b/src/app/(marketing)/contact/page.tsx @@ -10,8 +10,7 @@ import { Toast } from '@/components/ui/toast'; import { Mail, MapPin, Send, Loader2, Clock, HeadphonesIcon, CheckCircle2 } from 'lucide-react'; import { COMPANY_INFO } from '@/lib/constants'; import { trackContactForm, trackConversion } from '@/lib/analytics'; -import { InkReveal, StaggerContainer, StaggerItem } from '@/lib/animations'; -import { ScrollReveal } from '@/components/ui/scroll-animations'; +import { InkReveal, StaggerContainer, StaggerItem, FadeUp } from '@/lib/animations'; const contactFormSchema = z.object({ name: z.string().min(2, '姓名至少需要2个字符'), @@ -165,7 +164,7 @@ function ContactFormContent() { {/* 标题区 - InkReveal */}
-
+
联系我们

@@ -247,9 +246,9 @@ function ContactFormContent() { - {/* 右侧表单 - ScrollReveal */} - -
+ {/* 右侧表单 - FadeUp */} + +

发送消息

{isSubmitted ? ( @@ -261,7 +260,7 @@ function ContactFormContent() {

感谢您的留言,我们会尽快与您联系!

) : ( -
+
{isSubmitting ? ( @@ -350,7 +349,7 @@ function ContactFormContent() { )}
- +