Persian Energy Network Hub Integration

Project Setup Instructions

  1. Install shadcn/ui components if not already present
  2. Create /components/ui directory if it doesn't exist
  3. Add the component file as EnterpriseSocialNetworkLandingPage.tsx

Required Dependencies

Core Dependencies

@iconify/react

shadcn/ui Components

Button Card Badge

Integration Steps

1

Install shadcn/ui

Run: npx shadcn-ui@latest add button card badge

2

Install Iconify

Run: npm install @iconify/react

3

Create Component

Save the component as /components/ui/EnterpriseSocialNetworkLandingPage.tsx

Usage Example

                        
{`import { EnterpriseSocialNetworkLandingPageVariant1 } from "@/components/ui/EnterpriseSocialNetworkLandingPage";

function HomePage() {
  return (
    
) }`}