sunline-drivers/package.json
Ash 7d4ad2a8fe init: Sunline Drivers landing site
Site vitrine + module reservation pour service VTC haut de gamme Cote d'Azur.
Stack : Astro statique + nginx, deploye sur Coolify.

Sections : hero, 3 piliers, flotte (3 cards Mercedes), tarifs trajets signature,
mise a disposition, pourquoi nous, formulaire reservation (mailto), footer.

Design : Cote d'Azur Nocturne (Cormorant Garamond + Manrope, palette nuit
mediterranee + or champagne, ornements art deco).
2026-05-06 15:11:15 +02:00

17 lines
325 B
JSON

{
"name": "sunline-drivers",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.9"
}
}