|
|
@@ -16,12 +16,12 @@ export default function Home() {
|
|
|
height={ratio.top()}
|
|
|
siteName="My Site"
|
|
|
logo="globe.svg"
|
|
|
- className="bg-gray-800 text-white flex items-center"
|
|
|
+ className="bg-gray-800 text-white"
|
|
|
menu={menu}
|
|
|
/>
|
|
|
|
|
|
<Body height={ratio.middle()} renderFn={undefined}
|
|
|
- className="bg-gray-700 justify-center items-center flex flex-col">
|
|
|
+ className="bg-gray-700">
|
|
|
<h1>Main Content</h1>
|
|
|
<p>Your page content here...</p>
|
|
|
</Body>
|