chore(pages): 🔧 Update PrivacyComparisonPage.tsx to reflect latest privacy policy guidelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
844b84bb8a
commit
142c4990e2
1 changed files with 10 additions and 3 deletions
|
|
@ -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() {
|
|||
/>
|
||||
<SectionNav activeId={activeId} sections={navSections} />
|
||||
<HeroSection id="hero" t={t} />
|
||||
<FindingsHighlights id="findings" t={t} getItemsArray={getItemsArray} />
|
||||
<LilithDifference id="difference" t={t} getItemsArray={getItemsArray} />
|
||||
<SectionBackground preset="magenta-cyan">
|
||||
<FindingsHighlights id="findings" t={t} getItemsArray={getItemsArray} />
|
||||
</SectionBackground>
|
||||
<SectionBackground preset="deep-purple">
|
||||
<LilithDifference id="difference" t={t} getItemsArray={getItemsArray} />
|
||||
</SectionBackground>
|
||||
<ProblemCards id="problems" t={t} getItemsArray={getItemsArray} />
|
||||
<InteractiveTable id="table" t={t} />
|
||||
<CategoryBreakdown id="categories" t={t} />
|
||||
|
|
@ -82,7 +87,9 @@ export default function PrivacyComparisonPage() {
|
|||
<IndustryHeatMap id="heatmap" t={t} />
|
||||
<MethodologyBrief id="methodology" t={t} getItemsArray={getItemsArray} />
|
||||
<FAQAccordion id="faq" t={t} getItemsArray={getItemsArray} />
|
||||
<CTASection id="cta" t={t} />
|
||||
<SectionBackground preset="ocean">
|
||||
<CTASection id="cta" t={t} />
|
||||
</SectionBackground>
|
||||
</PageWrap>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue