From bd74b507e4060d2f6fb95f968a70fbd354065431 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 7 Apr 2025 12:40:07 +0330 Subject: [PATCH] blog item --- src/app/blogs/components/HeroSection.tsx | 37 ++++++++++++++++++++++++ src/app/blogs/page.tsx | 12 ++++++++ src/components/BlogItem.tsx | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 src/app/blogs/components/HeroSection.tsx create mode 100644 src/app/blogs/page.tsx diff --git a/src/app/blogs/components/HeroSection.tsx b/src/app/blogs/components/HeroSection.tsx new file mode 100644 index 0000000..826fbe9 --- /dev/null +++ b/src/app/blogs/components/HeroSection.tsx @@ -0,0 +1,37 @@ +import BlogItem from '@/components/BlogItem' +import Image from 'next/image' +import { FC } from 'react' + +const HeroSection: FC = () => { + return ( +
+
+ banner + +
+

+ سفارش نرم‌افزار اختصاصی: سرمایه‌ای برای آینده یا فقط هزینه‌ای برای امروز؟ +

+ +

+ لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است چاپگرها و متون بلکه...لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است چاپگرها و متون بلکه... +

+
+
+ +
+ + + +
+
+ ) +} + +export default HeroSection \ No newline at end of file diff --git a/src/app/blogs/page.tsx b/src/app/blogs/page.tsx new file mode 100644 index 0000000..8319be3 --- /dev/null +++ b/src/app/blogs/page.tsx @@ -0,0 +1,12 @@ +import { FC } from 'react' +import HeroSection from './components/HeroSection' + +const Blogs: FC = () => { + return ( +
+ +
+ ) +} + +export default Blogs \ No newline at end of file diff --git a/src/components/BlogItem.tsx b/src/components/BlogItem.tsx index 96828a4..7e0f005 100644 --- a/src/components/BlogItem.tsx +++ b/src/components/BlogItem.tsx @@ -16,7 +16,7 @@ const BlogItem: FC = () => {
-
+
سفارش نرم‌افزار اختصاصی: سرمایه‌ای برای آینده یا فقط هزینه‌ای برای امروز؟