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