diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ba1816..d9f3bcb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -82,7 +82,7 @@ export default function Home() {
             whileTap={{ scale: 0.95 }}
           >
             <MessageCircle size={40} className="mx-auto mb-4" />
-            <p className="text-gray-400 italic">&quot;Todoist helps me keep track of all my... let&apos;s call them &apos;financial transactions.&qpos; No more misplaced &apos;funds!&apos;&quot;</p>
+            <p className="text-gray-400 italic">&quot;Todoist helps me keep track of all my... let&apos;s call them &apos;financial transactions.&apos; No more misplaced &apos;funds!&apos;&quot;</p>
             <p className="font-semibold mt-4">- Mulyono</p>
           </motion.div>
         </motion.div>