From 142c4990e2e92865fe6203c660daa93a2bd601e8 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 29 Jan 2026 23:35:39 -0800 Subject: [PATCH] =?UTF-8?q?chore(pages):=20=F0=9F=94=A7=20Update=20Privacy?= =?UTF-8?q?ComparisonPage.tsx=20to=20reflect=20latest=20privacy=20policy?= =?UTF-8?q?=20guidelines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../src/pages/compare/PrivacyComparisonPage.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/features/landing/frontend-public/src/pages/compare/PrivacyComparisonPage.tsx b/features/landing/frontend-public/src/pages/compare/PrivacyComparisonPage.tsx index 2197fe7e2..9ad3343c0 100644 --- a/features/landing/frontend-public/src/pages/compare/PrivacyComparisonPage.tsx +++ b/features/landing/frontend-public/src/pages/compare/PrivacyComparisonPage.tsx @@ -14,6 +14,7 @@ import { useCallback, useMemo } from 'react' import { useAnalytics } from '@lilith/analytics-client/react' import { useScrollSpy } from '@lilith/react-hooks' +import { SectionBackground } from '@lilith/ui-backgrounds' import styled from '@lilith/ui-styled-components' import SEOHead from '@/components/SEOHead' @@ -73,8 +74,12 @@ export default function PrivacyComparisonPage() { /> - - + + + + + + @@ -82,7 +87,9 @@ export default function PrivacyComparisonPage() { - + + + ) }