forked from emre/www_projectmycelium_com
feat: add comprehensive Pods landing page sections
- Created new sections including benefits grid, federation design, upcoming features, and call-to-action - Added pricing tiers component with three Pod subscription levels - Updated existing sections with refined messaging and improved visual hierarchy
This commit is contained in:
@@ -2,6 +2,11 @@ import Homepod from './Homepod';
|
||||
import { PodCapabilities } from './PodCapabilities';
|
||||
import { PodsHow } from './PodsHow';
|
||||
import { PodsFeatures } from './PodsFeatures';
|
||||
import { PodsDesign } from './PodsDesign';
|
||||
import { PodsBenefits } from './PodsBenefits';
|
||||
import { PodsComing } from './PodsComing';
|
||||
import { PodsPricing } from './PodsPricing';
|
||||
import { CallToAction } from './CallToAction';
|
||||
|
||||
const PodsPage = () => {
|
||||
return (
|
||||
@@ -10,6 +15,10 @@ const PodsPage = () => {
|
||||
<PodCapabilities />
|
||||
<PodsFeatures />
|
||||
<PodsHow />
|
||||
<PodsDesign />
|
||||
<PodsBenefits />
|
||||
<PodsComing />
|
||||
<CallToAction />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user