Astro theme : agency-landing-page-Astrojs

A simple agency landing page made with astrojs and tailwindcss

BusinessTailwindDarkLanding
agency-landing-page-Astrojs
agency-landing-page-Astrojsagency-landing-page-Astrojsagency-landing-page-Astrojs
Free
MIT

AgenceX Landing page

A simple landing page for a digital agency

AgenceX light Theme AgenceX Dark Theme

Tools

🚀 Project Structure

Inside of your Astro project, you’ll see the following folders and files:

/
├── public/
│   ├── images/
│   ├── logos/*
│   └── favicon.svg
├── src/
│   ├── components/
│   │   ├── blocks/*
│   │   ├── cards/*
│   │   ├── elements/*
│   │   ├── sections/*
│   │   ├── shared/*
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
├── package.json
└── tailwind.config.cjs

🧞 Commands

All commands are run from the root of the project, from a terminal:

CommandAction
npm installInstalls dependencies
npm run devStarts local dev server at localhost:4321
npm run buildBuild your production site to ./dist/
npm run previewPreview your build locally, before deploying
npm run astro ...Run CLI commands like astro add, astro check
npm run astro --helpGet help using the Astro CLI