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 && ( - )} {!isClosed && ( - )} @@ -961,8 +961,8 @@ const s = { border: "2px solid #ff8c00", color: "#ff8c00", borderRadius: 8, - padding: "0.45rem 0.9rem", - fontSize: "0.82rem", + padding: "0.3rem 0.65rem", + fontSize: "0.72rem", fontWeight: 600, cursor: "pointer", whiteSpace: "nowrap", @@ -1005,8 +1005,8 @@ const s = { border: "2px solid #c0392b", color: "#c0392b", borderRadius: 8, - padding: "0.45rem 0.9rem", - fontSize: "0.82rem", + padding: "0.3rem 0.65rem", + fontSize: "0.72rem", fontWeight: 600, cursor: "pointer", whiteSpace: "nowrap", diff --git a/web/app/page.js b/web/app/page.js index 7ec75afe..a9394ecf 100644 --- a/web/app/page.js +++ b/web/app/page.js @@ -66,11 +66,11 @@ export default function Home() {
-

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

-

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() {
- - {feedback && ( -

- {feedback.message} -

- )} +
+ {feedback && ( +

+ {feedback.message} +

+ )} +
)}
diff --git a/web/public/images/pet-placeholder.png b/web/public/images/pet-placeholder.png deleted file mode 100644 index 207e9d29..00000000 Binary files a/web/public/images/pet-placeholder.png and /dev/null differ diff --git a/web/public/logo.png b/web/public/logo.png new file mode 100644 index 00000000..58d6808f Binary files /dev/null and b/web/public/logo.png differ diff --git a/web/public/logo_simple.png b/web/public/logo_simple.png deleted file mode 100644 index 207e9d29..00000000 Binary files a/web/public/logo_simple.png and /dev/null differ