Add Next.js Link import to Footer component for improved navigation

This commit is contained in:
iamkiddy 2025-11-23 19:14:23 +00:00
parent 41b60c930e
commit 7b5f57ea89

View File

@ -3,6 +3,7 @@
import { motion } from "framer-motion";
import { Heart, Mail, Phone, MapPin } from "lucide-react";
import { useAppTheme } from "@/components/ThemeProvider";
import Link from "next/link";
export function Footer() {
const { theme } = useAppTheme();