frontend: rotate example chips for broader story coverage
Browse filesSwap 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>
- 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: "
|
| 549 |
-
{ label: "
|
| 550 |
-
{ label: "
|
| 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 = [
|