diff --git a/app/app.tsx b/app/app.tsx
index 3925ec4..a143b1f 100644
--- a/app/app.tsx
+++ b/app/app.tsx
@@ -5,6 +5,7 @@ import Features from './components/Features';
import WhatYouCanDo from './components/WhatYouCanDo';
import WhyAramland from './components/WhyAramland';
import FreeTrial from './components/FreeTrial';
+import BlogSection from './components/BlogSection';
// import ScientificBenefits from './components/ScientificBenefits';
import CallToAction from './components/CallToAction';
import Footer from './components/Footer';
@@ -39,7 +40,7 @@ function App() {
-
+
diff --git a/app/components/BlogSection.jsx b/app/components/BlogSection.jsx
new file mode 100644
index 0000000..148d544
--- /dev/null
+++ b/app/components/BlogSection.jsx
@@ -0,0 +1,127 @@
+// components/BlogSection.jsx
+"use client";
+
+import { Calendar, Clock, ArrowLeft } from 'lucide-react';
+import Link from 'next/link';
+
+function BlogSection() {
+ const blogs = [
+ {
+ title: "تمرین تنفسی برای کاهش استرس",
+ subtitle: "تکنیکهای ساده تنفسی برای کاهش فوری استرس و اضطراب",
+ link: "https://aaramland.ir/blog/tmryn-tnfsy-bry-khhsh-strs.html",
+ readTime: "۵ دقیقه",
+ date: "۱۴۰۴/۱/۱۵",
+ category: "سلامت روان",
+ gradient: "from-primary-500/10 to-primary-600/10",
+ border: "border-primary-500/20"
+ },
+ {
+ title: "مدیتیشن چیست و چگونه شروع کنیم؟",
+ subtitle: "راهنمای کامل برای شناخت مدیتیشن و شروع این سفر زیبا",
+ link: "https://aaramland.ir/blog/mdytyshn-chyh.html",
+ readTime: "۷ دقیقه",
+ date: "۱۴۰۴/۱۰/۱۰",
+ category: "آموزش",
+ gradient: "from-primary-500/10 to-primary-600/10",
+ border: "border-primary-500/20"
+ },
+ {
+ title: "مدیتیشن چیست و چگونه زندگیات را متحول میکند؟",
+ subtitle: "راهنمای کامل برای شناخت انواع مدیتیشن",
+ link: "https://aaramland.ir/blog/khls-shdn-z-strs-b-arm-lnd.html",
+ readTime: "۸ دقیقه",
+ date: "۱۴۰۴/۱۰/۰۵",
+ category: "تحول شخصی",
+ gradient: "from-primary-500/10 to-primary-600/10",
+ border: "border-primary-500/20"
+ }
+ ];
+
+ return (
+
+ {/* Header */}
+
+
+ 📝
+ مقالات آموزشی
+
+
+ آخرین مقالات آرامش
+
+
+ یادگیری عمیقتر درباره تکنیکهای آرامش، مدیتیشن و سلامت روان
+