Update site branding and partnership information
Remove Nostra branding from the header and add partnership text to the footer. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/LZrXNFV
This commit is contained in:
@ -22,6 +22,13 @@ export default function Footer() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Partnership Information */}
|
||||
<div className="flex items-center justify-center mb-3">
|
||||
<p className="text-xs text-gray-500" data-testid="partnership-text">
|
||||
In partnership with Nostra
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Copyright and Links */}
|
||||
<div className="flex flex-col md:flex-row justify-between items-start md:items-center pt-3 border-t border-gray-200">
|
||||
<p className="text-xs text-gray-600 mb-2 md:mb-0" data-testid="copyright-text">
|
||||
|
||||
@ -21,14 +21,13 @@ 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 space-x-6">
|
||||
<div className="flex items-center">
|
||||
<img
|
||||
src="/attached_assets/logo_black_1759162717640.png"
|
||||
alt="SAPIENS"
|
||||
className="h-6 w-auto"
|
||||
data-testid="logo-sapiens"
|
||||
/>
|
||||
<span className="text-sm text-gray-600 font-medium">Nostra</span>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-4">
|
||||
|
||||
Reference in New Issue
Block a user