Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/luigitemu/pikante-landing/llms.txt

Use this file to discover all available pages before exploring further.

Pikanté is a premium artisanal michelada mix made in Honduras from four types of chile, real lime juice, tamarind, and natural spices — bottled in a 320 ml format and available in three heat levels: Suave, Medio, and Fuego. This repository is the brand’s official marketing landing page: a fully static site built to present the product, showcase available flavors, walk visitors through preparation, and drive conversions. It is not a web application — there are no API routes, user sessions, or server-rendered pages.

Tech stack

The project is built on Astro 6 with TypeScript (strict mode via astro/tsconfigs/strict). React 19 is included exclusively as an Astro island integration (@astrojs/react) for components that require client-side interactivity — the rest of the page is zero-JS .astro components. Styling uses Tailwind CSS v4 loaded as a Vite plugin (@tailwindcss/vite) rather than a PostCSS plugin, which means there is no tailwind.config.* file; configuration lives entirely in src/styles/global.css via @import "tailwindcss". All design tokens are expressed as OKLCH CSS custom properties — a perceptually uniform color space that keeps the fire/chile palette mathematically consistent across the entire palette. Icons are served through @lucide/astro, keeping the bundle lean by importing only the SVG shapes actually used.
LayerTechnology
FrameworkAstro 6 with TypeScript (strict)
Interactive islandsReact 19 via @astrojs/react
StylesTailwind CSS v4 (Vite plugin) + OKLCH design tokens
Icons@lucide/astro
FontsAnton, Inter, JetBrains Mono via Google Fonts
Images.webp assets, optimized at source
Minimum Node.js22.12.0

Page sections

The single-page layout (src/pages/index.astro) is composed of eight purpose-built .astro components plus navigation and footer:
Component fileSection namePurpose
Hero.astroHeroPrimary above-the-fold presentation with CTA and key product stats
Marquee.astroMarqueeAnimated scrolling band of brand attribute tags
Products.astroSaboresProduct catalog — Original, Mango Habanero, and other variants
HowTo.astroCómo prepararStep-by-step visual guide to preparing the perfect michelada
WhatIs.astroQué esIngredient breakdown, heat levels, and ease-of-preparation callouts
Stores.astroDónde encontrarloRetail and online store locator
Lifestyle.astroVida PikantéLifestyle photo gallery showing the product in social context
Faq.astroFAQFrequently asked questions on the product, shipping, and storage
Footer.astroFooterSocial links, contact info, and legal notice

Design philosophy

The visual identity follows a dark cinematic aesthetic — deep charcoal backgrounds expressed in OKLCH (hue 260 °, near-zero chroma) create a cool thermal opposition against the warm fire/chile accent palette (hue 22–35 °, high chroma). A persistent SVG film-grain overlay rendered via body::after adds analog texture without any image asset overhead. Typography is a three-family system: Anton (display, all-caps, tight leading) for headlines, Inter for body copy with ss01/cv11 feature flags enabled, and JetBrains Mono for tabular or code-like details. All families are loaded from Google Fonts. The result is a site that reads as editorial and premium — closer to a film poster than a typical e-commerce page.

Where to go next

Quickstart

Clone the repo, install dependencies, and have the dev server running in under two minutes.

Project structure

Understand how components, pages, styles, and assets are organized inside src/.

Build docs developers (and LLMs) love