diff --git a/src/pages/index.astro b/src/pages/index.astro index 59576fc..35d0b85 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,19 +9,19 @@ const features = [ { title: "Introduce", description: - "Refer a prospective hire, help history nerds meet or ask a friend for a warm intro", + "Unlock a world of introductions and connect friends with shared interests", icon: "bx:bxs-conversation", }, { title: "Share", description: - "Gifting ideas for mutuals or visa agent's contact with a friend", + "Share references and opportunities in your network", icon: "bx:bxs-comment-check", }, { title: "Search", description: - "Find an expert, mutual connections, or someone's wedding photographer", + "Find topical experts within your network or hire through mutuals", icon: "bx:bxs-search", }, ]; diff --git a/src/pages/networker.astro b/src/pages/shared-contacts.astro similarity index 92% rename from src/pages/networker.astro rename to src/pages/shared-contacts.astro index 35d0b85..59576fc 100644 --- a/src/pages/networker.astro +++ b/src/pages/shared-contacts.astro @@ -9,19 +9,19 @@ const features = [ { title: "Introduce", description: - "Unlock a world of introductions and connect friends with shared interests", + "Refer a prospective hire, help history nerds meet or ask a friend for a warm intro", icon: "bx:bxs-conversation", }, { title: "Share", description: - "Share references and opportunities in your network", + "Gifting ideas for mutuals or visa agent's contact with a friend", icon: "bx:bxs-comment-check", }, { title: "Search", description: - "Find topical experts within your network or hire through mutuals", + "Find an expert, mutual connections, or someone's wedding photographer", icon: "bx:bxs-search", }, ];