diff --git a/components/Shell.tsx b/components/Shell.tsx index 8d856456..e4af877a 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -44,7 +44,7 @@ export default function Shell(props) { current: router.pathname.startsWith("/availability"), }, { - name: "Integrations", + name: "App Store", href: "/integrations", icon: PuzzleIcon, current: router.pathname.startsWith("/integrations"), diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index b30ed5d5..b1142be3 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -92,12 +92,12 @@ export default function IntegrationHome({ integrations }) { return (
- Integrations | Calendso + App Store | Calendso - Add new integration + Connect a new App }>
@@ -167,12 +167,11 @@ export default function IntegrationHome({ integrations }) {

- You don't have any integrations added. + You don't have any apps connected.

- You currently do not have any integrations set up. Add your first integration to get - started. + You currently do not have any apps connected. Connect your first app to get started.

@@ -180,7 +179,7 @@ export default function IntegrationHome({ integrations }) { onClick={toggleAddModal} className="font-medium text-neutral-900 hover:text-neutral-500"> {" "} - Add your first integration + Connect your first app
@@ -228,10 +227,10 @@ export default function IntegrationHome({ integrations }) {
-

Link a new integration to your account.

+

Connect a new app to your account.

@@ -275,7 +274,7 @@ export default function IntegrationHome({ integrations }) { )} -
+

Select calendars

@@ -385,6 +384,20 @@ export default function IntegrationHome({ integrations }) {
)} + +
+
+

Launch your own App

+
+

If you want to add your own App here, get in touch with us.

+
+
+ + Contact us + +
+
+
);