diff --git a/app/FAQ.tsx b/app/FAQ.tsx index 42d30b5..51c9ad1 100644 --- a/app/FAQ.tsx +++ b/app/FAQ.tsx @@ -2,11 +2,26 @@ import React from 'react'; import { exoFontFamily } from './ThemeProvider'; -import { Box, Typography } from '@mui/material'; +import { Alert, AlertTitle, Box, Typography } from '@mui/material'; export default function FAQ() { return ( + + Help save Congestion Pricing! + Governor Kathy Hochul is trying to kill congestion pricing. Congestion + pricing will improve safety, reduce traffic, speed up buses, improve air + quality, reduce local particulate pollution, reduce noise pollution, + result in an overall improvement quality of life for everyone in lower + manhattan, and raise billions of dollars for public transit + infrastructure. To find out how you can help fight to support congestion + pricing, visit{' '} + + savecongestionpricing.org + + . + + - I'm counting each stationing and unstationing as an individual use. That - means most trips generate two uses, and usually at two different + I'm counting each stationing and unstationing as an individual use. + That means most trips generate two uses, and usually at two different stations. I consider this the most valuable number because it shows how many times a station is providing value to someone in a day/month. If you are looking for data about trips taken, you will have to find that @@ -157,6 +172,31 @@ export default function FAQ() { Oh, and I don't include stations in New Jersey or Canada. + + + What podcasts should I listen to to learn more about urbanism, transit, + and related topics?? + + + + + ); }