mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Changes
This commit is contained in:
13
pages/index.tsx
Normal file
13
pages/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Layout } from "@components/core";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="h-full grid grid-cols-1 h-full lg:grid-cols-3 lg:grid-rows-2">
|
||||
<div className="lg:row-span-2 lg:col-span-2 bg-violet h-full"></div>
|
||||
<div className="lg:row-span-1 lg:col-span-1 bg-black h-full"></div>
|
||||
<div className="lg:row-span-1 lg:col-span-1 bg-pink"></div>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user