Created a checkpoint

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/qRpw0E4
This commit is contained in:
kimjaehyeon0101
2025-09-29 18:18:07 +00:00
parent c18dcb3319
commit 49ecbddd8b

View File

@ -1,5 +1,3 @@
import { Facebook } from "lucide-react";
import { SiX } from "react-icons/si";
import logoWhite from "@assets/logo_white_1759167910147.png"; import logoWhite from "@assets/logo_white_1759167910147.png";
export default function Footer() { export default function Footer() {
@ -16,9 +14,10 @@ export default function Footer() {
data-testid="footer-logo" data-testid="footer-logo"
/> />
</div> </div>
<div className="flex items-center space-x-2"> <div className="flex items-center">
<Facebook className="w-5 h-5 text-gray-400 hover:text-white cursor-pointer" data-testid="social-facebook" /> <a href="#" className="text-sm text-gray-400 hover:text-white cursor-pointer" data-testid="contact-us-link">
<SiX className="w-5 h-5 text-gray-400 hover:text-white cursor-pointer" data-testid="social-x" /> Contact Us
</a>
</div> </div>
</div> </div>