Skip to content

Commit 8d06917

Browse files
committed
feat: update blurbs with real text
1 parent 512c273 commit 8d06917

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/pages/index.astro

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import ProjectCard from '../components/ProjectCard.astro';
101101
>
102102
<span class='text-4xl'>❤️️</span>
103103
<h3 class='text-4xl mb-2'>Community</h3>
104-
<p>A small blurb about our community</p>
104+
<p>Meet other students at our socials, snacks included.</p>
105105
</div>
106106
<Image
107107
src={noteTexture}
@@ -115,7 +115,10 @@ import ProjectCard from '../components/ProjectCard.astro';
115115
>
116116
<span class='text-4xl'>📁</span>
117117
<h3 class='text-4xl mb-2'>Projects</h3>
118-
<p>A small blurb about our projects</p>
118+
<p>
119+
Every semester we host 3-5 student-led projects, from idea to
120+
execution.
121+
</p>
119122
</div>
120123
<Image
121124
src={noteTexture}
@@ -129,7 +132,10 @@ import ProjectCard from '../components/ProjectCard.astro';
129132
>
130133
<span class='text-4xl'>🛠️</span>
131134
<h3 class='text-4xl mb-2'>Workshops</h3>
132-
<p>A small blurb about our workshops</p>
135+
<p>
136+
Get a taste of industry standard and emerging tech at our guided
137+
workshops.
138+
</p>
133139
</div>
134140
<Image
135141
src={noteTexture}

0 commit comments

Comments
 (0)