提交修改
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@ import { useLanguage } from '@/contexts/LanguageContext';
|
||||
|
||||
export default function About() {
|
||||
const { t } = useLanguage();
|
||||
|
||||
|
||||
const stats = [
|
||||
{ label: t('about.stats.experience'), value: "5+" },
|
||||
{ label: t('about.stats.users'), value: "10M+" },
|
||||
{ label: t('about.stats.users'), value: "1M+" },
|
||||
{ label: t('about.stats.servers'), value: "105+" },
|
||||
{ label: t('about.stats.countries'), value: "150+" }
|
||||
];
|
||||
|
||||
@@ -114,7 +114,7 @@ export default function Contact() {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<label htmlFor="email" className="block text-white font-semibold mb-2">
|
||||
{t('contact.form.email')}
|
||||
@@ -133,7 +133,7 @@ export default function Contact() {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<label htmlFor="subject" className="block text-white font-semibold mb-2">
|
||||
{t('contact.form.subject')}
|
||||
@@ -149,7 +149,7 @@ export default function Contact() {
|
||||
placeholder={t('contact.form.subject.placeholder')}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<label htmlFor="message" className="block text-white font-semibold mb-2">
|
||||
{t('contact.form.message')}
|
||||
@@ -168,7 +168,7 @@ export default function Contact() {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<motion.button
|
||||
whileHover={{ scale: 1.02 }}
|
||||
whileTap={{ scale: 0.98 }}
|
||||
@@ -226,7 +226,7 @@ export default function Contact() {
|
||||
</div>
|
||||
|
||||
{/* Quick Support */}
|
||||
<div className="bg-white/10 backdrop-blur-md rounded-xl p-8 border border-white/20">
|
||||
{/* <div className="bg-white/10 backdrop-blur-md rounded-xl p-8 border border-white/20">
|
||||
<h3 className="text-xl font-bold text-white mb-4">{t('contact.quick.title')}</h3>
|
||||
<p className="text-gray-300 mb-6">
|
||||
{t('contact.quick.text')}
|
||||
@@ -249,7 +249,7 @@ export default function Contact() {
|
||||
<span>{t('contact.quick.servers')}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>*/}
|
||||
|
||||
{/* Response Time */}
|
||||
<div className="bg-white/10 backdrop-blur-md rounded-xl p-8 border border-white/20">
|
||||
@@ -277,4 +277,4 @@ export default function Contact() {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -157,7 +157,7 @@ export default function Home() {
|
||||
<div className="max-w-7xl mx-auto">
|
||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
|
||||
<div>
|
||||
<div className="text-3xl font-bold text-blue-400 mb-2">10M+</div>
|
||||
<div className="text-3xl font-bold text-blue-400 mb-2">1M+</div>
|
||||
<div className="text-gray-300">{t('home.stats.users')}</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user