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