File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ const config: Config = {
5858 items : [
5959 {
6060 position : "left" ,
61- label : "Products " ,
62- to : "/products " ,
61+ label : "Endpoints " ,
62+ to : "/endpoints " ,
6363 } ,
6464 {
6565 type : "docSidebar" ,
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ export default function CallToAction(): React.JSX.Element {
3838 < p className = { styles . cardTitle } >
3939 What you get with Ideal Postcodes
4040 </ p >
41- < li > Whole UK + territores , international datasets</ li >
41+ < li > Whole United Kingdom & territories , international datasets</ li >
4242 < li > Rooftop Geocodes and UPRNs on every search</ li >
4343 < li > Property level precision</ li >
44- < li > Updated daily from Royal Mail</ li >
44+ < li > Updated daily from Royal Mail, Ordnance Survey and other UK data providers </ li >
4545 < li > Dedicated Support</ li >
4646 </ ul >
4747 </ div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import GetPostcode from "./getPostcode";
55import PostMethod from "./postMethod" ;
66import GetGeocode from "./getGeocode" ;
77
8- export default function ProductDemo ( ) : React . JSX . Element {
8+ export default function EndpointsDemo ( ) : React . JSX . Element {
99 return (
1010 < section className = { styles . mobileFeatures } >
1111 < div className = { styles . container } >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import clsx from "clsx";
22import styles from "./styles.module.css" ;
33import React from "react" ;
44
5- export default function HomepageProducts ( ) : React . JSX . Element {
5+ export default function HomepageEndpoints ( ) : React . JSX . Element {
66 return (
77 < section className = { styles . features } >
88 < div className = "container" >
@@ -56,7 +56,7 @@ export default function HomepageProducts(): React.JSX.Element {
5656 < div className = "col col--12 text--center" >
5757 < div className = { styles . buttonContainer } >
5858 < a
59- href = "/products "
59+ href = "/endpoints "
6060 className = "button button--primary button--lg"
6161 >
6262 Try it now
File renamed without changes.
Original file line number Diff line number Diff line change 11import React from "react" ;
22import Layout from "@theme/Layout" ;
3- import ProductsDemo from "../components/Demos" ;
3+ import EndpointsDemo from "../components/Demos" ;
44
5- export default function Products ( ) : React . JSX . Element {
5+ export default function Endpoints ( ) : React . JSX . Element {
66 return (
77 < Layout
8- title = "Products "
8+ title = "Endpoints "
99 description = "Interactive demos of the Postcodes.io API endpoints"
1010 >
1111 < main >
12- < ProductsDemo />
12+ < EndpointsDemo />
1313 </ main >
1414 </ Layout >
1515 ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import HomepageFeatures from "@site/src/components/HomepageFeatures";
55import Heading from "@theme/Heading" ;
66import React from "react" ;
77import styles from "./index.module.css" ;
8- import HomepageProducts from "../components/HomepageProducts " ;
8+ import HomepageEndpoints from "../components/HomepageEndpoints " ;
99import CallToAction from "../components/CallToAction" ;
1010
1111function HomepageHeader ( ) {
@@ -63,7 +63,7 @@ export default function Home(): React.JSX.Element {
6363 < HomepageHeader />
6464 < main >
6565 < HomepageFeatures />
66- < HomepageProducts />
66+ < HomepageEndpoints />
6767 < CallToAction />
6868 </ main >
6969 </ Layout >
You can’t perform that action at this time.
0 commit comments