diff --git a/src/components/HomeAbout.tsx b/src/components/HomeAbout.tsx index 2fefbbb..aa21cc9 100644 --- a/src/components/HomeAbout.tsx +++ b/src/components/HomeAbout.tsx @@ -5,13 +5,33 @@ import { motion } from 'framer-motion' import { TypeAnimation } from 'react-type-animation' import { Dialog, DialogPanel } from '@headlessui/react' import { Bars3Icon, XMarkIcon, ChevronDoubleDownIcon } from '@heroicons/react/24/outline' +import Image from 'next/image' +import diamondSvg from '@/images/diamond.svg' const navigation = [ { name: 'Product', href: '#' }, { name: 'Features', href: '#' }, { name: 'Marketplace', href: '#' }, { name: 'Company', href: '#' }, -] +]; + +const features = [ + 'Data Orchestration', + 'Data Cleaning', + 'Real-time Monitoring', + 'Query Optimization', + 'Report Generation', + 'Metadata Management', + 'Model Monitoring', + 'Cost Optimization', + 'API Integration', + 'Access Control', + 'Log Processing', + 'Synthetic Data', + 'Code Intelligence', + 'Incident Automation', + 'Data Discovery', +]; export function HomeAbout() { const [mobileMenuOpen, setMobileMenuOpen] = useState(false) @@ -53,39 +73,14 @@ export function HomeAbout() { With Mycelium, you could deploy AI agents that handle your most complex workflows while maintaining complete data sovereignty and control. -
Data Orchestration
-Data Cleaning
-Real-time Monitoring
-Query Optimization
-Report Generation
-Metadata Management
-Model Monitoring
-Cost Optimization
-API Integration
-Access Control
-Log Processing
-Synthetic Data
-Code Intelligence
-Incident Automation
-Data Discovery
- {/* Duplicate for seamless scroll */} - - - - - - - - - - - - - - - +{feature}
+