'use client' import Image from "next/image"; import React from "react"; const Social = () => { return ( ); }; export default Social;