Hide unimplemented features from landing page

This commit is contained in:
Jackson Harper
2022-04-18 15:29:32 -07:00
parent 29d46090c4
commit 69cd3dfaa9

View File

@ -124,8 +124,8 @@ type LandingSectionsContainerProps = {
export function LandingSectionsContainer({
hideFirst = false,
hideSecond = false,
hideThird = false,
hideFourth = false,
hideThird = true,
hideFourth = true,
}: LandingSectionsContainerProps): JSX.Element {
const iconColor = 'rgb(255, 210, 52)'
return (