From c3da21d642b3e82ecccf784e58cf5dc816b3297d Mon Sep 17 00:00:00 2001 From: euxzy Date: Sun, 29 Jun 2025 21:42:49 +0700 Subject: [PATCH] feat(landing): add shape background at faq section --- .../(home)/_components/faq-section.tsx | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/apps/dimentorin/src/app/(public)/(home)/_components/faq-section.tsx b/apps/dimentorin/src/app/(public)/(home)/_components/faq-section.tsx index 6f00e9a..3b2e480 100644 --- a/apps/dimentorin/src/app/(public)/(home)/_components/faq-section.tsx +++ b/apps/dimentorin/src/app/(public)/(home)/_components/faq-section.tsx @@ -38,13 +38,33 @@ export const FAQSection: FC = () => { } return ( -
+
+ {/* Background shapes */} +
+ + + +
+