import React from 'react' import HomeSections from "./HomeSections"; export default function Home() { return ( <> ) }