diff --git a/frontend/src/components/DataSources.tsx b/frontend/src/components/DataSources.tsx index 1d558bf..bd7c074 100644 --- a/frontend/src/components/DataSources.tsx +++ b/frontend/src/components/DataSources.tsx @@ -1,49 +1,10 @@ -export default function DataSources() { - const sources = [ - { - name: 'Land Registry', - url: 'https://www.gov.uk/government/statistical-data-sets/price-paid-data-downloads', - }, - { - name: 'EPC', - url: 'https://epc.opendatacommunities.org/downloads/domestic', - }, - { - name: 'ArcGIS Postcodes', - url: 'https://www.arcgis.com/sharing/rest/content/items/077631e063eb4e1ab43575d01381ec33/data', - }, - { - name: 'OpenStreetMap', - url: 'https://www.openstreetmap.org/copyright', - }, - { - name: 'IoD 2025', - url: 'https://www.gov.uk/government/statistics/english-indices-of-deprivation-2025', - }, - { - name: 'TfL API', - url: 'https://api-portal.tfl.gov.uk/', - }, - ]; - +export default function DataSources({ onNavigate }: { onNavigate: () => void }) { return ( -
+ This application combines {DATA_SOURCES.length} open datasets covering property prices, energy + performance, transport, demographics, crime, environment, and more. +
+Source: {source.origin}
+{source.use}
+ + {source.url} + ++ Find where to live, not just what's for sale +
++ Set the commute, budget, school rating, noise level, and crime + threshold you'll accept. Narrowit shows you every area that + qualifies — instantly. +
++ Pick a postcode. Google the schools. Check crime stats on + another site. Look up commute times. Realise it's too + expensive. Start over. Repeat 40 times. +
++ Tell the map what you need. Every hexagon that lights up is + a place worth looking at. Drill into any one to see + individual properties, prices, and energy ratings. +
++ Every filter narrows the map in real time. Combine as many as you like. +
+{step.body}
++ 100% open data. No account required. Just set your filters and go. +
+