From 78a7bc21f6e726e02a4a9ad80dc4fcf94b642b0e Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Wed, 25 Dec 2024 15:47:40 -0600 Subject: [PATCH] minor tweaks to language --- components/Projects.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/Projects.tsx b/components/Projects.tsx index f980881..1b13b03 100644 --- a/components/Projects.tsx +++ b/components/Projects.tsx @@ -5,7 +5,8 @@ const PROJECTS = [ { name: "Product Studio", link: "/projects", - description: "Helping students build and pursue their dreams. Come in with an idea, launch in 8 weeks.", + description: + "Helping students build and pursue their dreams. Come in with an idea, launch in 8 weeks.", stats: [ "0 to 1 in one semester", "1:1 mentorship", @@ -16,7 +17,8 @@ const PROJECTS = [ { name: "Startup Fair", link: "https://startupfair.v1michigan.com", - description: "Connecting high-growth startups with top student talent for impactful engineering roles.", + description: + "Connecting high-growth startups with top student talent for impactful engineering roles.", // If we ever get # of hire metrics...that'd be awesome here // TODO: Hopin metrics stats: ["200+ students", "30+ offers extended", "17 high-growth startups"], @@ -26,7 +28,8 @@ const PROJECTS = [ { name: "Ship-It", link: "/ship-it", - description: "Co-working sessions for motivated individuals to make progress on their own ideas", + description: + "Co-working sessions for creators of all kinds to make progress on their passion projects.", stats: ["Hosted weekly", "2 hours of deep work", "Open to all students"], image: "/projects/ship-it.png", },