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:
kimjaehyeon0101
2025-09-29 17:44:59 +00:00
parent 49689c8450
commit f21720fb6d
2 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,13 @@ export default function Footer() {
</div> </div>
</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 */} {/* 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"> <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"> <p className="text-xs text-gray-600 mb-2 md:mb-0" data-testid="copyright-text">

View File

@ -21,14 +21,13 @@ export default function Home() {
<header className="bg-white border-b border-gray-200 sticky top-0 z-50"> <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="max-w-7xl mx-auto px-6 py-4">
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<div className="flex items-center space-x-6"> <div className="flex items-center">
<img <img
src="/attached_assets/logo_black_1759162717640.png" src="/attached_assets/logo_black_1759162717640.png"
alt="SAPIENS" alt="SAPIENS"
className="h-6 w-auto" className="h-6 w-auto"
data-testid="logo-sapiens" data-testid="logo-sapiens"
/> />
<span className="text-sm text-gray-600 font-medium">Nostra</span>
</div> </div>
<div className="flex items-center space-x-4"> <div className="flex items-center space-x-4">