054d282
1
2
3
4
5
6
7
8
9
10
import CountryLookup from "./CountryLookup"; export default function Footer() { return ( <footer className="absolute bottom-0 text-sm text-gray-500 bg-[#f2f2f2] w-full"> </footer> ); }