aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/Hero.tsx2
-rw-r--r--src/app/about/page.tsx4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/app/Hero.tsx b/src/app/Hero.tsx
index c36c4df..5bb6a8c 100644
--- a/src/app/Hero.tsx
+++ b/src/app/Hero.tsx
@@ -32,7 +32,7 @@ export default function Hero() {
>
<Link
href="/get-started"
- className="relative inline-flex h-8 overflow-hidden rounded-full p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 shadow-lg"
+ className="relative inline-flex h-8 overflow-hidden rounded-full p-px focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 shadow-lg"
>
<span className="absolute inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#E2CBFF_0%,#393BB2_50%,#E2CBFF_100%)]" />
<span className="inline-flex h-full mx-auto my-auto w-full cursor-pointer items-center justify-center rounded-full bg-white px-3 py-1 text-sm font-medium z-10">
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 }}