"use client"; import React from 'react' import { Flex, Typography, Divider, Layout, Button } from 'antd'; import { RightOutlined, PhoneOutlined } from '@ant-design/icons'; import SectionTitle from '@/components/ui/SectionTitle'; import PageTitle from '@/components/ui/PageTitle'; import LoadingMeter from '@/components/ui/LoadingMeter'; const { Title, Text } = Typography; /* Main Dashboard */ const page = () => { return (
Plan: Free Plan
This product is still in beta testing. There might be some issue, use at your own risk.
Contact: Aliff Akmal Bahri

Ruccan AI Labs

Explore our latest AI experiments

New tools added regularly!

) } export default page