import Image from 'next/image'; import Callout from '@/components/Callout'; import Chip from '@/components/Chip'; import Card from '@/components/Card'; import Cards from '@/components/Cards'; import CourseBanner from '@/components/CourseBanner';
next-intl is an internationalization toolkit for Next.js that helps you:
- Render localized translations
- Format dates, numbers, and more
- Handle internationalized routing
… to provide the essential foundation for building localized apps.
Learn more about what you can build with next-intl by exploring the example apps.