feat: init
This commit is contained in:
16
src/app/product/classic-overshirt/page.tsx
Normal file
16
src/app/product/classic-overshirt/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
"use client";
|
||||
|
||||
import { CtaPanel, IconCards, ProductAssurance, ProductDetail } from "@/widgets/template-ui";
|
||||
import { eventTypes } from "@/entities/site-content";
|
||||
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<ProductDetail />
|
||||
<ProductAssurance />
|
||||
<IconCards items={eventTypes} />
|
||||
<CtaPanel title="Не уверены в размере?" text="Откройте size help или добавьте товар в wishlist, чтобы вернуться позже." href="/shipping" label="Доставка и размеры" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user