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">"Todoist helps me keep track of all my... let's call them 'financial transactions.&qpos; No more misplaced 'funds!'"</p> + <p className="text-gray-400 italic">"Todoist helps me keep track of all my... let's call them 'financial transactions.' No more misplaced 'funds!'"</p> <p className="font-semibold mt-4">- Mulyono</p> </motion.div> </motion.div>