diff --git a/web/app/ai-chat/page.js b/web/app/ai-chat/page.js
index b6ac0816..883e6094 100644
--- a/web/app/ai-chat/page.js
+++ b/web/app/ai-chat/page.js
@@ -595,12 +595,12 @@ function AiChatPage() {
{!isEscalated && !isClosed && (
-
-
What We Do
+
What We Do
Leon's Pet Store is a full-service pet shop offering adoptions, grooming, veterinary appointments, and a wide range of supplies to keep your pets happy and healthy.
-
Our Focus
+
Our Focus
Support responsible pet adoption
Provide grooming and care services
@@ -79,7 +79,7 @@ export default function Home() {
-
Visit the Store
+
Visit the Store
Come visit us in person or explore our services online. Whether you're a first-time pet owner or a seasoned animal lover, we're here to help every step of the way.
diff --git a/web/app/profile/page.js b/web/app/profile/page.js
index d76487c1..39cc17dc 100644
--- a/web/app/profile/page.js
+++ b/web/app/profile/page.js
@@ -444,7 +444,7 @@ export default function ProfilePage() {
{fields.map(({ label, value }) => (
{label}
-
{value}
+
{value}
))}
@@ -552,7 +552,7 @@ export default function ProfilePage() {