mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🔀 merge: Merge branch 'common' of https://github.com/KieIO/grocery-vercel-commerce into m2-quangnhan
:%s
This commit is contained in:
@@ -1,31 +1,15 @@
|
||||
|
||||
import { Layout } from 'src/components/common';
|
||||
import { HomeCategories } from 'src/components/modules/home';
|
||||
|
||||
|
||||
|
||||
const dataTest = [{
|
||||
text: 1
|
||||
}, {
|
||||
text: 2
|
||||
}, {
|
||||
text: 3
|
||||
}, {
|
||||
text: 4
|
||||
}, {
|
||||
text: 5
|
||||
}, {
|
||||
text: 6
|
||||
}]
|
||||
const test = (props: { text: string }) => <div className="h-64 bg-yellow-300">{props.text}</div>
|
||||
import { HomeBanner, HomeCategories, HomeCTA, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
{/* <CheckboxCommon defaultChecked={true}></CheckboxCommon>
|
||||
<Author image={imgAuthor} name="Alessandro Del Piero"></Author>
|
||||
<DateTime date="april 30,2021"></DateTime>*/}
|
||||
<HomeCategories />
|
||||
<HomeBanner />
|
||||
<HomeCategories/>
|
||||
<HomeVideo />
|
||||
<HomeCTA />
|
||||
<HomeSubscribe />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user