feat/authentication #21

Merged
Hammond merged 12 commits from feat/authentication into master 2025-11-24 22:09:51 +00:00
Showing only changes of commit 7b5f57ea89 - Show all commits

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();