Corporate website for Tank Global Solutions - Over 20 years delivering reliable and innovative ISO tank solutions for operations, sales, leasing, and specialized consulting.
🌐 Live Site: tankglobalsolution.com
- Astro 5 - Modern static-site generation framework
- Tailwind CSS 4 - Utility-first CSS framework
- Preline UI - Prebuilt UI components
- GSAP & Lenis - Smooth animations and scroll
- Starlight - Documentation theme
- i18n - English and Spanish support
- SEO optimized - Meta tags, structured data, sitemap
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview├── data/ # CMS-editable content (JSON)
│ ├── site.json # Site configuration & SEO
│ ├── navigation.json # Navigation menus (EN/ES)
│ ├── content/ # FAQs, features, testimonials
│ ├── pages/ # Page content (home, services, contact)
│ └── products/ # Product catalog
├── public/ # Static assets
└── src/
├── components/ # Astro components
├── content/ # Markdown content (blog, docs, products)
├── data_files/ # Legacy data files
├── images/ # Image assets
├── layouts/ # Layout templates
├── pages/ # Route pages
└── utils/ # Helper functions
The /data folder contains JSON files designed for CMS integration (e.g., sitepins.com):
site.json- Global site settings, SEO, contact infonavigation.json- Navbar and footer linkscontent/*.json- FAQs, features, testimonialspages/*.json- Page-specific contentproducts/*.json- Product catalog
All content supports English (en) and Spanish (es) localization.
The site is deployed on Vercel. Push to main triggers automatic deployment.
npm run build # Creates dist/ folderThis project is based on ScrewFast, licensed under the MIT License.
Tank Global Solutions - Solving all your tank needs.