kredd25 Claude Opus 4.7 (1M context) commited on
Commit
5b69312
Β·
1 Parent(s): c1a1a65

frontend: rotate example chips for broader story coverage

Browse files

Swap Hoboken NJ and Miami Beach FL out, add NYC (350 5th Ave) and LA
(1 World Way) in. The previous set had three "coastal/Gulf, no Tier-1
city data" addresses telling variations of one story; the new set
covers four distinct FlutIQ strengths:

Β· Chicago Drexel β€” FEMA-gap + full Tier-1 pipeline
Β· NYC 5th Ave β€” NE urban, full Tier-1, CSO/sewer story
Β· LA World Way β€” full Tier-1, NRI wildfire + earthquake (multi-hazard, not flood)
Β· Houston Heights β€” outside Tier-1, NRI hurricane, graceful no-city-data

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. static/index.html +3 -3
static/index.html CHANGED
@@ -545,9 +545,9 @@ const Icon = ({ name, size = 16, color = "currentColor" }) => {
545
  // ── DATA FIXTURES ──────────────────────────────────────────────────────────
546
  const EXAMPLES = [
547
  { label: "4521 S Drexel Blvd, Chicago", code: "60653" },
548
- { label: "Houston Heights, TX", code: "77008" },
549
- { label: "Hoboken, NJ", code: "07030" },
550
- { label: "Miami Beach, FL", code: "33139" },
551
  ];
552
 
553
  const AGENTS = [
 
545
  // ── DATA FIXTURES ──────────────────────────────────────────────────────────
546
  const EXAMPLES = [
547
  { label: "4521 S Drexel Blvd, Chicago", code: "60653" },
548
+ { label: "350 5th Ave, New York NY", code: "10118" },
549
+ { label: "1 World Way, Los Angeles CA", code: "90045" },
550
+ { label: "Houston Heights, TX", code: "77008" },
551
  ];
552
 
553
  const AGENTS = [