import ServerSection from "./components/server-section"; const HomePage = () => { return (
); }; export default HomePage;