Skip to content

Commit 2f4e8da

Browse files
authored
Merge pull request #908 from PolicyEngine/codex/remove-pe84-banner
Remove PE84 promo banner from homepage
2 parents 79252d0 + c09c088 commit 2f4e8da

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

website/src/app/[countryId]/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import HomeBlogPreview from "@/components/home/HomeBlogPreview";
33
import HomeTrackerPreview from "@/components/home/HomeTrackerPreview";
44
import OrgLogos from "@/components/home/OrgLogos";
55
import FeaturedResearchBanner from "@/components/home/FeaturedResearchBanner";
6-
import PE84Banner from "@/components/home/PE84Banner";
76
import { typography } from "@policyengine/design-system/tokens";
87

98
export default async function HomePage({
@@ -15,7 +14,6 @@ export default async function HomePage({
1514

1615
return (
1716
<>
18-
<PE84Banner />
1917
<HeroSection countryId={countryId} />
2018
<div style={{ fontFamily: typography.fontFamily.primary }}>
2119
<OrgLogos countryId={countryId} />

0 commit comments

Comments
 (0)