aboutsummaryrefslogtreecommitdiff
path: root/src/app/about
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/about')
-rw-r--r--src/app/about/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 487a13d..4726784 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -18,7 +18,7 @@ export default function AboutUs() {
degree: "",
role: "Marketing & Outreach",
image: "/matthew.jpg",
- bio: "Matthew Bio",
+ bio: "Matthew Stankewicz works in marketing and outreach with a background in digital marketing and creative media. His experience includes content development, audience engagement, and communication strategy across digital platforms. He has worked on projects involving social media, digital campaigns, and creative content production. His work focuses on clear communication, practical outreach, and helping information reach the right audiences. Matthew brings a thoughtful, organized approach to marketing and outreach, with an emphasis on consistency, clarity, and reliability.",
},
];
@@ -181,7 +181,7 @@ export default function AboutUs() {
{member.role}
</h4>
<motion.p
- className="text-md text-gray-600"
+ className="text-md text-gray-600 px-2 tracking-tight"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.25 }}