Initial commit: landing page Gruperly con Eleventy

This commit is contained in:
Jose Selesan
2026-09-15 16:55:53 -03:00
commit 531a77018f
18 changed files with 3102 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "gruperly-landing-page",
"version": "1.0.0",
"description": "Landing page de Gruperly construida con Eleventy.",
"private": true,
"type": "module",
"scripts": {
"build": "eleventy",
"start": "eleventy --serve"
},
"keywords": [
"eleventy",
"11ty",
"tailwindcss",
"landing-page"
],
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.1.6"
}
}