+
+
+
+
+
+
+ {(offer) => (
+
+
+
+
{offer.title}
+
{offer.description}
+
+
+ )}
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/apps/dimentorin/src/app/(public)/(home)/page.tsx b/apps/dimentorin/src/app/(public)/(home)/page.tsx
index 97c1c5c..0c3b582 100644
--- a/apps/dimentorin/src/app/(public)/(home)/page.tsx
+++ b/apps/dimentorin/src/app/(public)/(home)/page.tsx
@@ -1,9 +1,13 @@
import { FC, ReactElement } from 'react';
import { HeroSection } from './_components/hero-section';
+import { WhatWeOfferSection } from './_components/what-we-offer-section';
export const Components: FC = (): ReactElement => {
return (
-