diff --git a/src/app/blog/(posts)/blog-redesign/page.mdx b/src/app/blog/(posts)/blog-redesign/page.mdx
index cc6f8ba..2155549 100644
--- a/src/app/blog/(posts)/blog-redesign/page.mdx
+++ b/src/app/blog/(posts)/blog-redesign/page.mdx
@@ -94,7 +94,7 @@ What I decided to focus on instead was creating a clean design with a big focus
-I'm always on the lookout for inspiration. Seeing how others have tackled similar problems reassures me that I'm not alone in my quest for *my solution*. Some great places I ~~stole ideas from~~ looked for inspiration were [Codrops](https://tympanus.net/codrops/) and [Awwwards](https://www.awwwards.com/).
+I'm always on the lookout for inspiration. Seeing how others have tackled similar problems reassures me that I'm not alone in my quest for *my solution*. Some great places I stole ideas from looked for inspiration were [Codrops](https://tympanus.net/codrops/) and [Awwwards](https://www.awwwards.com/).
## MDX
@@ -460,7 +460,7 @@ Another reason I chose ShadcnUI is its integration with Vercel's new AI tool to
## What's Next?
-I ~~need~~ want to get back to blog writing, covering everything from technical topics to more personal stories. I want to share my projects, my experiences as a Digital Nomad, and even the recipe I use to make my deodorant. My goal is to create a site that I cherish visiting and enjoy reading. And if you do too, well, that would be amazing!
+I need want to get back to blog writing, covering everything from technical topics to more personal stories. I want to share my projects, my experiences as a Digital Nomad, and even the recipe I use to make my deodorant. My goal is to create a site that I cherish visiting and enjoy reading. And if you do too, well, that would be amazing!
export default function Page({ children }) {
return {children}