Elgtnl commited on
Commit
815dffe
·
verified ·
1 Parent(s): faba2b2

TerraForm Design

Browse files

Focus Area Industrial Design (Sustainable/Circular Economy)
Image Inspiration The succulents and the sand island surrounded by water, representing Nature's Resilience and Resource Scarcity.
Core Offering An Industrial Design service specializing in circular economy products, focusing on modularity, repairability, and using sustainable/recycled materials.
AI Hook Lifecycle Optimization AI: Analyzes the supply chain, material sourcing, energy consumption of the embedded system, and end-of-life logistics, recommending design changes to achieve the lowest carbon footprint and highest recyclability score.
Tagline "Redesigning Industry. Respecting the Planet."

Files changed (1) hide show
  1. script.js +15 -2
script.js CHANGED
@@ -151,7 +151,7 @@ function initCounters() {
151
 
152
  // CONCEPT ENGINE DATA
153
  const CONCEPT_BANK = [
154
- {
155
  title: 'Bio‑Responsive Hydration Platform',
156
  domains: ['Biotech', 'Wellness', 'Materials'],
157
  summary: 'A vessel and platform that modulates mineralization, pH, and micro‑dosage based on real‑time biomarkers and contextual signals.',
@@ -234,9 +234,22 @@ const CONCEPT_BANK = [
234
  readiness: 'Early Pilots',
235
  viability: 83,
236
  tags: ['Mobility', 'Cities', 'AI/ML']
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  }
238
  ];
239
-
240
  // CONCEPT ENGINE UI
241
  function initConceptEngine() {
242
  const grid = $('#conceptGrid');
 
151
 
152
  // CONCEPT ENGINE DATA
153
  const CONCEPT_BANK = [
154
+ {
155
  title: 'Bio‑Responsive Hydration Platform',
156
  domains: ['Biotech', 'Wellness', 'Materials'],
157
  summary: 'A vessel and platform that modulates mineralization, pH, and micro‑dosage based on real‑time biomarkers and contextual signals.',
 
234
  readiness: 'Early Pilots',
235
  viability: 83,
236
  tags: ['Mobility', 'Cities', 'AI/ML']
237
+ },
238
+ {
239
+ title: 'TerraForm Design',
240
+ domains: ['Industrial Design', 'Sustainability', 'Circular Economy'],
241
+ summary: 'An industrial design service specializing in circular economy products, focusing on modularity, repairability, and using sustainable/recycled materials.',
242
+ bullets: [
243
+ 'Modular product architecture for easy repair and upgrades',
244
+ 'Lifecycle Optimization AI analyzes supply chain and end-of-life logistics',
245
+ 'Recycled materials sourcing with carbon footprint tracking'
246
+ ],
247
+ timing: '2025–2029',
248
+ readiness: 'Production Readiness',
249
+ viability: 94,
250
+ tags: ['Sustainability', 'Circular Economy', 'Industrial Design']
251
  }
252
  ];
 
253
  // CONCEPT ENGINE UI
254
  function initConceptEngine() {
255
  const grid = $('#conceptGrid');