import React from 'react'; import { Box, Typography, Paper, Button } from '@mui/material'; const MainApp: React.FC = () => { return ( Welcome to Alwrity! 🚀 Your onboarding is complete. The main application is ready to use. Available Features:
  • AI Content Writers (Blog, Social Media, Email, etc.)
  • SEO Tools and Analytics
  • Website Analysis
  • Content Calendar
  • Research Tools
  • And much more...
  • This is where the main Alwrity application will be implemented. All existing functionality will be migrated here.
    ); }; export default MainApp;