@@ -100,8 +100,9 @@ export default function Home() {
100100 </ h1 >
101101
102102 < p className = "text-xl text-gray-600 dark:text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed" >
103- Access comprehensive Next.js documentation in multiple languages.
104- Built with AI-powered translation and maintained by the community.
103+ Access comprehensive Next.js documentation in multiple languages,
104+ synchronized with the official site. Includes complete docs
105+ (latest, v14, v13), blog posts, and learn tutorials.
105106 </ p >
106107
107108 < div className = "flex items-center justify-center gap-4 text-sm text-gray-500 dark:text-gray-400" >
@@ -123,7 +124,7 @@ export default function Home() {
123124 height = { 16 }
124125 className = "dark:invert"
125126 />
126- < span > Powered by AI Translation </ span >
127+ < span > Synced with Official Site </ span >
127128 </ div >
128129 </ div >
129130 </ div >
@@ -181,11 +182,11 @@ export default function Home() {
181182 height = { 14 }
182183 className = "dark:invert"
183184 />
184- < span > Full Documentation </ span >
185+ < span > Docs • Blog • Learn </ span >
185186 </ div >
186187
187188 < div className = "flex items-center gap-1 text-blue-600 dark:text-blue-400 group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300" >
188- < span className = "text-sm font-medium" > Visit Docs </ span >
189+ < span className = "text-sm font-medium" > Visit Site </ span >
189190 < svg
190191 className = "w-4 h-4 transform group-hover:translate-x-1 transition-transform duration-300"
191192 fill = "none"
@@ -244,9 +245,9 @@ export default function Home() {
244245 </ div >
245246 < div className = "flex items-center gap-3" >
246247 < div className = "w-8 h-8 bg-white/20 rounded-full flex items-center justify-center" >
247- < span className = "text-lg" > 💬 </ span >
248+ < span className = "text-lg" > 🔄 </ span >
248249 </ div >
249- < span className = "text-sm" > Share your use case </ span >
250+ < span className = "text-sm" > Synced with official site </ span >
250251 </ div >
251252 < div className = "flex items-center gap-3" >
252253 < div className = "w-8 h-8 bg-white/20 rounded-full flex items-center justify-center" >
@@ -385,7 +386,7 @@ export default function Home() {
385386 height = { 12 }
386387 className = "dark:invert opacity-60"
387388 />
388- < span > Translation in Progress </ span >
389+ < span > Docs • Blog • Learn </ span >
389390 </ div >
390391
391392 < div className = "text-xs text-orange-600 dark:text-orange-400 font-medium" >
@@ -432,9 +433,9 @@ export default function Home() {
432433 </ span >
433434 </ div >
434435 < p className = "text-gray-600 dark:text-gray-300 mb-4 max-w-md" >
435- Community-driven multilingual documentation for Next.js.
436- Translations powered by AI and refined by contributors
437- worldwide .
436+ Community-driven multilingual documentation for Next.js,
437+ synchronized with the official site. Includes docs (latest, v14,
438+ v13), blog posts, and learn tutorials in multiple languages .
438439 </ p >
439440 < div className = "flex items-center gap-4 text-sm text-gray-500 dark:text-gray-400" >
440441 < span > { totalTranslations } Languages</ span >
0 commit comments