forked from emre/www_projectmycelium_com
feat: add Pods capabilities and how-it-works sections
- Created PodsCapabilities component showcasing four key features (communicate, organization, manage, storage) with icon-based layout - Added PodsHow section with CloudPods animation demonstrating pod-to-pod communication concept - Implemented animated CloudPods visualization with inter-cluster data flow and pulsing effects
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import Homepod from './Homepod';
|
||||
import { PodsCapabilities } from './PodsCapabilities';
|
||||
import { PodsHow } from './PodsHow';
|
||||
|
||||
const PodsPage = () => {
|
||||
return (
|
||||
<>
|
||||
<Homepod />
|
||||
<Homepod />
|
||||
<PodsCapabilities />
|
||||
<PodsHow />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user