Skip to content

Commit 89b938c

Browse files
committed
Wording Changes
1 parent abe5f98 commit 89b938c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/components/homepage/about/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function AboutSection() {
1616
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8 lg:gap-16">
1717
<div className="order-2 lg:order-1">
1818
<p className="font-medium mb-5 text-[#16f2b3] text-xl uppercase">
19-
Who I am?
19+
Who am I?
2020
</p>
2121
<p className="text-gray-200 text-sm lg:text-lg">
2222
{personalData.description}

app/components/homepage/contact/contact-form.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function ContactForm() {
5555

5656
return (
5757
<div>
58-
<p className="font-medium mb-5 text-[#16f2b3] text-xl uppercase">Contact with me</p>
58+
<p className="font-medium mb-5 text-[#16f2b3] text-xl uppercase">Contact Me</p>
5959
<div className="max-w-3xl text-white rounded-lg border border-[#464c6a] p-3 lg:p-5">
6060
<p className="text-sm text-[#d3d8e8]">{"If you have any questions or concerns, please don't hesitate to contact me. I am open to any work opportunities that align with my skills and interests."}</p>
6161
<div className="mt-6 flex flex-col gap-4">

app/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const inter = Inter({ subsets: ["latin"] });
1212
export const metadata = {
1313
title: "Portfolio of Connor Magnuson - Software Developer",
1414
description:
15-
"This is the portfolio of Connor Magnuson. I am a full stack developer and a self taught developer. I love to learn new things and I am always open to collaborating with others. I am a quick learner and I am always looking for new challenges.",
15+
"This is the portfolio of Full-Stack Software Engineer Connor Magnuson.",
1616
};
1717

1818
export default function RootLayout({ children }) {

0 commit comments

Comments
 (0)