From c017289d50e2edd9fed974acf8b6a8d3b0fbe4e6 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 26 Apr 2025 16:09:21 +0330 Subject: [PATCH] fix design --- src/app/about/page.tsx | 2 +- src/app/blogs/components/SingleBlogPage.tsx | 6 +++--- src/app/contact/ContactForm.tsx | 1 - src/app/globals.css | 8 ++++++++ src/app/products/DetailService.tsx | 12 ++++++------ src/app/products/ProductsPage.tsx | 4 ++-- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b9afeef..18fd3c2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ const About: NextPage = () => { /> -
+
-
{data?.data?.blog?.category?.title}
+
{data?.data?.blog?.category?.title}
-
{data?.data?.blog?.author.firstName} {data?.data?.blog?.author.lastName}
+
{data?.data?.blog?.author.firstName} {data?.data?.blog?.author.lastName}
@@ -65,7 +65,7 @@ const SingleBlogPage: FC = ({ id }) => {

-
+
برچسب ها :
{ diff --git a/src/app/contact/ContactForm.tsx b/src/app/contact/ContactForm.tsx index 90904c3..bbde92a 100644 --- a/src/app/contact/ContactForm.tsx +++ b/src/app/contact/ContactForm.tsx @@ -136,7 +136,6 @@ const ContactForm = () => {