From 3e2a5c9138f68615781f8397592a5d5edc719578 Mon Sep 17 00:00:00 2001 From: Osvaldo Vargas Date: Sat, 9 Sep 2023 23:42:09 -0400 Subject: [PATCH] Changed path start-here to about-us --- src/data/homepages/index.json | 2 +- src/data/innerpages/join-our-community.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/homepages/index.json b/src/data/homepages/index.json index 92d2f2e97..b63e576c0 100644 --- a/src/data/homepages/index.json +++ b/src/data/homepages/index.json @@ -30,7 +30,7 @@ "buttons": [ { "id":1, - "path": "/start-here", + "path": "/about-us", "content":"Learn More", "color": "light" }, diff --git a/src/data/innerpages/join-our-community.json b/src/data/innerpages/join-our-community.json index 9758071d2..031288157 100644 --- a/src/data/innerpages/join-our-community.json +++ b/src/data/innerpages/join-our-community.json @@ -10,7 +10,7 @@ "buttons": [ { "id": 1, - "path": "/start-here", + "path": "/about-us", "content": "Get started for free" } ]