Comments, appointments adjustments, fixed some issues
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
|
||||
//Shared CSS class for footer links
|
||||
const linkCls = "text-[#2f2f2f] no-underline text-[0.95rem] opacity-85 transition-opacity hover:opacity-100 hover:underline";
|
||||
|
||||
//Site footer with quick links, company links, and contact info
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="bg-[#e68672] text-[#2f2f2f] mt-16 rounded-t-[10px]">
|
||||
|
||||
Reference in New Issue
Block a user