mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: page product detail
:%s
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
|
|
||||||
import { Layout } from 'src/components/common'
|
import { Layout, RecipeDetail } from 'src/components/common'
|
||||||
import { ProductInfoDetail } from 'src/components/modules/product-detail'
|
import { ProductInfoDetail, RecommendedRecipes, ReleventProducts, ViewedProducts } from 'src/components/modules/product-detail'
|
||||||
|
import { INGREDIENT_DATA_TEST, RECIPE_DATA_TEST } from 'src/utils/demo-data'
|
||||||
|
|
||||||
export default function Slug() {
|
export default function Slug() {
|
||||||
return <>
|
return <>
|
||||||
<ProductInfoDetail/>
|
<ProductInfoDetail />
|
||||||
|
<RecipeDetail ingredients={INGREDIENT_DATA_TEST} />
|
||||||
|
<RecommendedRecipes data={RECIPE_DATA_TEST} />
|
||||||
|
<ReleventProducts />
|
||||||
|
<ViewedProducts />
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user