Restored to '3a5619a17af7c89bd61403914843ef2cd9e499b5'
Replit-Restored-To: 3a5619a17a
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.7 KiB |
@ -5,7 +5,7 @@ export default function Footer() {
|
||||
|
||||
return (
|
||||
<footer className="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-700 z-40">
|
||||
<div className="max-w-7xl mx-auto px-4 py-6">
|
||||
<div className="max-w-7xl mx-auto px-4 py-2">
|
||||
{/* Logo and Social Icons */}
|
||||
<div className="flex items-center justify-between mb-2">
|
||||
<div className="flex items-center">
|
||||
|
||||
@ -95,13 +95,13 @@ export default function Home() {
|
||||
<div className="min-h-screen bg-gray-50">
|
||||
{/* Header */}
|
||||
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
|
||||
<div className="max-w-7xl mx-auto px-6 py-2">
|
||||
<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-20 w-auto cursor-pointer"
|
||||
className="h-24 w-auto cursor-pointer"
|
||||
data-testid="logo-sapiens"
|
||||
onClick={() => setLocation("/")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user