Basic footer section with theme toggle
Loading preview...
import { Footerdemo } from "@/components/ui/footer-section"; function Footer() { return ( <div className="block"> <Footerdemo /> </div> ); } export { Footer };