From 2978690669f9cbb9c3bf37efe61e456359862334 Mon Sep 17 00:00:00 2001 From: estifanos Date: Wed, 19 Aug 2026 08:38:37 +0000 Subject: [PATCH] UI landing --- libs/ui/src/lib/landing/LandingPage.tsx | 98 +++++++++++++------------ 1 file changed, 50 insertions(+), 48 deletions(-) diff --git a/libs/ui/src/lib/landing/LandingPage.tsx b/libs/ui/src/lib/landing/LandingPage.tsx index cdafc626d..1d1e01270 100644 --- a/libs/ui/src/lib/landing/LandingPage.tsx +++ b/libs/ui/src/lib/landing/LandingPage.tsx @@ -12,6 +12,7 @@ import { Container, Divider, Drawer, + Grid, Group, Paper, Select, @@ -886,60 +887,61 @@ function Faq() { - + {/* Left Column: Direct Support Box */} - - - - - - - - {t('landing.faq.eyebrow')} - - - {t('landing.faq.supportPrompt')} - - - - - - - - - - + + - - - {t('landing.footer.emergencyLabel')} + + + + {t('landing.faq.eyebrow')} - - {t('landing.footer.emergencyValue')} + + {t('landing.faq.supportPrompt')} - - + + + + + + + + + + + + {t('landing.footer.emergencyLabel')} + + + {t('landing.footer.emergencyValue')} + + + + + {/* Right Column: Accordion Cards */} - + {FAQ_KEYS.map((key) => { const Icon = FAQ_ICONS[key]; @@ -965,8 +967,8 @@ function Faq() { ); })} - - + + );