Adjust logo spacing and update image references for better visual alignment

Update logo images by removing internal padding and adjusting their positioning in the header, footer, and home page components. Also, updated image references to include cache-busting query parameters and added the 'sharp' package to package.json.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
This commit is contained in:
kimjaehyeon0101
2025-10-15 11:24:08 +00:00
parent 9da4d04218
commit 88616fbf79
8 changed files with 503 additions and 18 deletions

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-4 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"
src="/attached_assets/sapiens_black_logo.png?v=2"
alt="SAPIENS"
className="h-24 w-auto cursor-pointer -ml-6"
className="h-24 w-auto cursor-pointer"
data-testid="logo-sapiens"
onClick={() => setLocation("/")}
/>