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() { ); })} - - + + );