From 52af2248a67037d6cd1b82d1c19458f83140caec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:37:59 +0000 Subject: [PATCH] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 128 ++++++++++++++----------------------------- 1 file changed, 42 insertions(+), 86 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index ae5e4b2..3684e4f 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -6,99 +6,55 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function FaqPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file