diff --git a/src/lib/data/features.ts b/src/lib/data/features.ts index 60974d1..e36a22e 100644 --- a/src/lib/data/features.ts +++ b/src/lib/data/features.ts @@ -2,24 +2,85 @@ import type { Feature } from '$lib/utils/types'; export default [ { - name: 'Markdown Support', + name: '🤖 Learn with AI', description: - 'Blog posts are written in Markdown, a simple and nearly-universal format. This means you can bring over your posts from other platforms, and easily export to another if you want to.', - image: 'images/features/markdown.jpg', - tags: [{ label: 'Powered by MDsveX' }] + 'Harness the power of AI to accelerate your language learning journey. Get personalized lessons and feedback.', + image: 'images/features/1.png', + tags: [{ label: 'AI Learning' }, { label: 'Coming Soon', color: 'secondary' }] }, { - name: 'Themeable', + name: '👥 Language Community', + description: 'Join a community of language learners. Connect, share, and learn together.', + image: 'images/features/2.png', + tags: [{ label: 'Community' }] + }, + { + name: '🎙️ Capture Moments, Share Voices', + description: + 'Capture and share your language learning moments. Share voice messages to practice pronunciation.', + image: 'images/features/3.png', + tags: [{ label: 'Voice Sharing' }] + }, + { + name: '🌙 Night Mode Engage', + description: + 'Switch to night mode for a more comfortable reading experience in low light environments.', + image: 'images/features/4.png', + tags: [{ label: 'Night Mode' }] + }, + { + name: '🔍 Profile Insights', + description: + 'Get insights into your language learning progress and habits directly from your profile.', + image: 'images/features/5.png', + tags: [{ label: 'Insights' }] + }, + { + name: '🔒 Your Data, Your Control', + description: + 'We respect your privacy. Control what data you share and manage your privacy settings easily.', + image: 'images/features/6.png', + tags: [{ label: 'Privacy' }] + }, + { + name: '⚙️ Fine Tune Your Connections', + description: + 'Customize your connection preferences to find the perfect language exchange partners.', + image: 'images/features/7.png', + tags: [{ label: 'Customization' }] + }, + { + name: '🏅 Badge', + description: 'Earn badges for your achievements and display them on your profile.', + image: 'images/features/8.png', + tags: [{ label: 'Recognition' }] + }, + { + name: '💬 Just Chat', + description: + 'Experience our user-friendly chat interface. Learning a language has never been this fun and easy.', + image: 'images/features/9.png', + tags: [{ label: 'Chat Interface' }] + }, + { + name: '⭐ Rating Evaluation', + description: + 'Rate your language exchange partners and receive ratings to help improve the quality of interactions in our community.', + image: 'images/features/10.png', + tags: [{ label: 'Rating System' }, { label: 'Coming Soon', color: 'secondary' }] + }, + { + name: '📖 All Open-Sourced', description: - 'You can easily theme the entire website by changing just a few colors in the _themes.scss file.', - image: 'images/features/themeable.jpg', - tags: [{ label: 'Primary Color' }, { label: 'Secondary Color', color: 'secondary' }] + 'Our app is completely open-sourced. Join our developer community and contribute to our codebase.', + image: 'images/features/11.png', + tags: [{ label: 'Open Source' }] }, { - name: 'Well Optimized', + name: '💰 Zero Cost', description: - 'Images are automatically optimized and lazy loaded, to ensure the website loads as fast as possible regardless of connection speed.', - image: 'images/features/optimized.jpg', - tags: [{ label: 'Powered by Image Transmutation' }] + 'Experience our comprehensive language learning features at zero cost. Absolutely no hidden charges or in-app purchases.', + image: 'images/features/12.png', + tags: [{ label: 'Free' }] } -] as Feature[]; +] as Feature[]; \ No newline at end of file diff --git a/static/images/features/1.png b/static/images/features/1.png new file mode 100644 index 0000000..018dc8e Binary files /dev/null and b/static/images/features/1.png differ diff --git a/static/images/features/10.png b/static/images/features/10.png new file mode 100644 index 0000000..dd9a94b Binary files /dev/null and b/static/images/features/10.png differ diff --git a/static/images/features/11.png b/static/images/features/11.png new file mode 100644 index 0000000..cf20859 Binary files /dev/null and b/static/images/features/11.png differ diff --git a/static/images/features/12.png b/static/images/features/12.png new file mode 100644 index 0000000..c722086 Binary files /dev/null and b/static/images/features/12.png differ diff --git a/static/images/features/2.png b/static/images/features/2.png new file mode 100644 index 0000000..7cfb615 Binary files /dev/null and b/static/images/features/2.png differ diff --git a/static/images/features/3.png b/static/images/features/3.png new file mode 100644 index 0000000..3599620 Binary files /dev/null and b/static/images/features/3.png differ diff --git a/static/images/features/4.png b/static/images/features/4.png new file mode 100644 index 0000000..81d3380 Binary files /dev/null and b/static/images/features/4.png differ diff --git a/static/images/features/5.png b/static/images/features/5.png new file mode 100644 index 0000000..643da81 Binary files /dev/null and b/static/images/features/5.png differ diff --git a/static/images/features/6.png b/static/images/features/6.png new file mode 100644 index 0000000..f647b8f Binary files /dev/null and b/static/images/features/6.png differ diff --git a/static/images/features/7.png b/static/images/features/7.png new file mode 100644 index 0000000..12d98f2 Binary files /dev/null and b/static/images/features/7.png differ diff --git a/static/images/features/8.png b/static/images/features/8.png new file mode 100644 index 0000000..603455d Binary files /dev/null and b/static/images/features/8.png differ diff --git a/static/images/features/9.png b/static/images/features/9.png new file mode 100644 index 0000000..b0a87c7 Binary files /dev/null and b/static/images/features/9.png differ