Enlarge and adjust logo size and position in header and footer

Increase the size of the SAPIENS logo in the header by 2x and shift it left to align with other elements. Also, double the size of the logo in the footer.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
This commit is contained in:
kimjaehyeon0101
2025-10-15 10:00:29 +00:00
parent 917ffd7234
commit 9a32c766a5
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ export default function Footer() {
<img
src="/attached_assets/sapiens_white_logo.png"
alt="SAPIENS"
className="h-8 cursor-pointer hover:opacity-80 transition-opacity"
className="h-16 cursor-pointer hover:opacity-80 transition-opacity"
data-testid="footer-logo"
onClick={() => setLocation("/")}
/>

View File

@ -97,11 +97,11 @@ export default function Home() {
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
<div className="max-w-7xl mx-auto px-6 py-4">
<div className="flex items-center justify-between">
<div className="flex items-center">
<div className="flex items-center -ml-2">
<img
src="/attached_assets/sapiens_black_logo.png"
alt="SAPIENS"
className="h-12 w-auto cursor-pointer"
className="h-24 w-auto cursor-pointer"
data-testid="logo-sapiens"
onClick={() => setLocation("/")}
/>