Introduction
AgenceX Landing Page is a simple yet powerful template for creating a digital agency landing page. Built with Astro and TailwindCSS, this project offers a modern, responsive, and customizable solution for agencies looking to showcase their services online. The template leverages the speed and simplicity of Astro's static site generation capabilities, combined with the flexibility of TailwindCSS for styling.
Main Features
- Built with Astro v3 for fast, efficient static site generation
- Styled using TailwindCSS v3.3 for rapid and customizable design
- Responsive layout suitable for various screen sizes
- Modular component structure for easy customization
- Optimized for performance and SEO
- Clean and modern design tailored for digital agencies
- Easy to deploy on platforms like Vercel
Installation Steps
- Clone the repository:
git clone https://github.com/unify-ui-dev/agency-landing-page-Astrojs.git
- Navigate to the project directory:
cd agency-landing-page-Astrojs
- Install dependencies:
npm install
- Start the development server:
npm run dev
Usage Instructions
- Customize the content by editing the Astro components in the
src/components
directory - Modify the layout in
src/layouts/Layout.astro
to fit your needs - Update the main page content in
src/pages/index.astro
- Add or replace images in the
public/images
directory - Adjust styles using TailwindCSS classes or by modifying
tailwind.config.cjs
- Test your changes locally using the development server
- Build your site for production:
npm run build
- Preview the built site before deployment:
npm run preview
- Deploy your site to your preferred hosting platform (e.g., Vercel)
Important Notes
- The project uses Astro v3, ensure compatibility when adding new dependencies
- Familiarity with TailwindCSS is beneficial for customizing styles
- The template is structured with separate components for easy maintenance
- Images and logos are stored in the
public
directory for easy access - The layout is responsive, but always test on various devices
- Customize the content to reflect your agency's unique offerings and brand
- Optimize images and assets for web to ensure fast loading times
- Consider adding analytics and SEO meta tags for better performance
- The project is open-source under the MIT license, allowing for extensive modification
- For any issues or feature requests, refer to the GitHub repository's issue tracker