We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79252d0 + c09c088 commit 2f4e8daCopy full SHA for 2f4e8da
1 file changed
website/src/app/[countryId]/page.tsx
@@ -3,7 +3,6 @@ import HomeBlogPreview from "@/components/home/HomeBlogPreview";
3
import HomeTrackerPreview from "@/components/home/HomeTrackerPreview";
4
import OrgLogos from "@/components/home/OrgLogos";
5
import FeaturedResearchBanner from "@/components/home/FeaturedResearchBanner";
6
-import PE84Banner from "@/components/home/PE84Banner";
7
import { typography } from "@policyengine/design-system/tokens";
8
9
export default async function HomePage({
@@ -15,7 +14,6 @@ export default async function HomePage({
15
14
16
return (
17
<>
18
- <PE84Banner />
19
<HeroSection countryId={countryId} />
20
<div style={{ fontFamily: typography.fontFamily.primary }}>
21
<OrgLogos countryId={countryId} />
0 commit comments