Comments, appointments adjustments, fixed some issues

This commit is contained in:
augmentedpotato
2026-04-20 19:19:30 -06:00
parent 1523aef51e
commit 6d593726a5
34 changed files with 402 additions and 104 deletions

View File

@@ -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]">