This is the official landing page for GData Data Center. Built with Next.js, this landing page provides information on GData's services, infrastructure, and contact details.
- Getting Started
- Features
- Project Structure
- Installation
- Running the Development Server
- Building for Production
- Environment Variables
- Deployment
This landing page is built using Next.js, a popular React framework, and serves as a static site for showcasing the services and capabilities of the GData Data Center.
- Responsive Design: Optimized for various screen sizes, ensuring a seamless experience on mobile, tablet, and desktop.
- Optimized Performance: Utilizes Next.js’ server-side rendering and static generation for quick load times.
- SEO Ready: SEO best practices are implemented for improved search engine visibility.
- Modern Styling: Styled using CSS modules/Tailwind CSS (specify as per the actual styling method).
├── components # Reusable UI components
├── pages # Pages (index.js is the main entry)
├── public # Static assets
├── styles # Global and component-specific styles
└── .env.example # Example environment variables file