# AeThex Connect - Astro Landing Site Modern, sleek landing page for AeThex Connect built with Astro and Tailwind CSS. ## Quick Start ```bash # Install dependencies npm install # Start development server npm run dev # Build for production npm run build # Preview production build npm run preview ``` ## Structure ``` astro-site/ ├── src/ │ ├── pages/ │ │ └── index.astro # Homepage │ ├── components/ │ │ ├── Hero.astro # Hero section with phone mockup │ │ ├── Features.astro # Feature cards │ │ └── Pricing.astro # Pricing tiers │ └── layouts/ │ └── Layout.astro # Base layout ├── public/ # Static assets ├── astro.config.mjs ├── tailwind.config.mjs └── package.json ``` ## Features - ⚡ Lightning-fast static site generation - 🎨 Sleek dark gaming theme - 📱 Mobile-first responsive design - ✨ Animated gradients and smooth transitions - 🎯 SEO optimized - 🚀 Ready to deploy (Vercel, Netlify, Cloudflare Pages) ## Deploy ### Vercel ```bash npm i -g vercel vercel ``` ### Netlify ```bash npm i -g netlify-cli netlify deploy ``` ### Cloudflare Pages Connect your GitHub repo to Cloudflare Pages dashboard. Build command: `npm run build` Output directory: `dist`