More Premium Hugo Themes Premium Astro Themes

Agency Landing Page Astrojs

A simple agency landing page made with astrojs and tailwindcss

Agency Landing Page Astrojs

A simple agency landing page made with astrojs and tailwindcss

Author Avatar Theme by unoforge
Github Stars Github Stars: 252
Last Commit Last Commit: May 10, 2025 -
First Commit Created: May 5, 2023 -
default image

Overview:

The AgenceX theme is a simple landing page designed for a digital agency. It comes in two versions - the AgenceX light theme and the AgenceX dark theme. The theme utilizes the TailwindCSS v3.3 framework and the AstroJs library. The project structure of the theme consists of several folders and files, and there are various commands available for installation, development, build, preview, and CLI operations.

Features:

  • Simple Landing Page: The AgenceX theme provides a clean and minimalistic landing page design, perfect for digital agencies.
  • Light and Dark Themes: Users have the option to choose between a light theme and a dark theme, depending on their preferences.
  • TailwindCSS v3.3: This theme is built using the TailwindCSS framework, enabling easy and efficient styling customization.

Installation:

To install the AgenceX theme, follow these steps:

  1. Open a terminal and navigate to the root directory of your Astro project.
  2. Run the following command to install the theme’s dependencies:
npm install
  1. Start the local development server by running the following command:
npm run dev
  1. To build your production site, use the following command:
npm run build
  1. If you want to preview your build locally before deploying, run the command:
npm run preview
  1. Additionally, you can use the Astro CLI commands such as astro add, astro check, etc., by running:
npm run astro ...
  1. For detailed help on using the Astro CLI, you can run the following command:
npm run astro --help

Summary:

The AgenceX theme is a simple and stylish landing page design for digital agencies. It offers both a light theme and a dark theme to cater to individual preferences. Built with TailwindCSS v3.3, it allows for easy customization of styles. The theme follows a specific project structure and provides various commands for installation, development, build, preview, and CLI operations.