Scroll-triggered animations with GSAP ScrollTrigger. Sections: hero, features, stats counters, CTA footer.
1 page · 5 variables
| Variable | Type | Default | Required |
|---|---|---|---|
| company_name | text | Acme Inc | No |
| tagline | text | Build faster. Ship smarter. | No |
| primary_color | color | #3b82f6 | No |
| cta_text | text | Get Started | No |
| cta_url | url | # | No |
Deploy this template to your subdomain with one API call:
curl -X POST https://sutrena.com/api/site-templates/gsap-landing/deploy \
-H "Authorization: Bearer st_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"variables": {
"company_name": "Acme Inc",
"tagline": "Build faster. Ship smarter.",
"primary_color": "#3b82f6",
"cta_text": "Get Started",
"cta_url": "#"
}
}'AI agents can deploy this template using the MCP tool:
sutrena_deploy_site_template({
templateId: "gsap-landing",
variables: {
"company_name": "Acme Inc",
"tagline": "Build faster. Ship smarter.",
"primary_color": "#3b82f6",
"cta_text": "Get Started",
"cta_url": "#"
}
})